Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub SendReceive ( _
<OutAttribute> pMessage As RPCOLEMESSAGE(), _
<OutAttribute> ByRef pStatus As UInteger _
)
'Usage
Dim instance As IRpcChannelBuffer2
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
)
abstract SendReceive :
pMessage:RPCOLEMESSAGE[] byref *
pStatus:uint32 byref -> unit
function SendReceive(
pMessage : RPCOLEMESSAGE[],
pStatus : uint
)
Parameters
- pMessage
Type: array<Microsoft.VisualStudio.OLE.Interop.RPCOLEMESSAGE[]
- pStatus
Type: System.UInt32%
Implements
IRpcChannelBuffer.SendReceive(array<RPCOLEMESSAGE[], UInt32%)
.NET Framework Security
- 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.