IRpcChannelBuffer.SendReceive Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'宣言
Sub SendReceive ( _
    <OutAttribute> pMessage As RPCOLEMESSAGE(), _
    <OutAttribute> ByRef pStatus As UInteger _
)
'使用
Dim instance As IRpcChannelBuffer
Dim pMessage As RPCOLEMESSAGE()
Dim pStatus As UInteger

instance.SendReceive(pMessage, pStatus)
void SendReceive(
    RPCOLEMESSAGE[] pMessage,
    out uint pStatus
)
void SendReceive(
    [InAttribute] [OutAttribute] array<RPCOLEMESSAGE>^ pMessage, 
    [OutAttribute] unsigned int% pStatus
)
function SendReceive(
    pMessage : RPCOLEMESSAGE[], 
    pStatus : uint
)

Parameters

  • pMessage
    Type: []

Permissions

See Also

Reference

IRpcChannelBuffer Interface

IRpcChannelBuffer Members

Microsoft.VisualStudio.OLE.Interop Namespace