Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'宣言
Sub Send ( _
<OutAttribute> pMsg As RPCOLEMESSAGE(), _
<OutAttribute> ByRef pulStatus As UInteger _
)
'使用
Dim instance As IRpcChannelBuffer3
Dim pMsg As RPCOLEMESSAGE()
Dim pulStatus As UInteger
instance.Send(pMsg, pulStatus)
void Send(
RPCOLEMESSAGE[] pMsg,
out uint pulStatus
)
void Send(
[InAttribute] [OutAttribute] array<RPCOLEMESSAGE>^ pMsg,
[OutAttribute] unsigned int% pulStatus
)
function Send(
pMsg : RPCOLEMESSAGE[],
pulStatus : uint
)
Parameters
- pMsg
Type: []
- pulStatus
Type: System.UInt32%
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.