IAsyncRpcChannelBuffer.GetDestCtxEx(RPCOLEMESSAGE[], UInt32, IntPtr) Method

Definition

public:
 void GetDestCtxEx(cli::array <Microsoft::VisualStudio::OLE::Interop::RPCOLEMESSAGE> ^ pMsg, [Runtime::InteropServices::Out] System::UInt32 % pdwDestContext, [Runtime::InteropServices::Out] IntPtr % ppvDestContext);
public void GetDestCtxEx (Microsoft.VisualStudio.OLE.Interop.RPCOLEMESSAGE[] pMsg, out uint pdwDestContext, out IntPtr ppvDestContext);
abstract member GetDestCtxEx : Microsoft.VisualStudio.OLE.Interop.RPCOLEMESSAGE[] * uint32 * nativeint -> unit
Public Sub GetDestCtxEx (pMsg As RPCOLEMESSAGE(), ByRef pdwDestContext As UInteger, ByRef ppvDestContext As IntPtr)

Parameters

pMsg
RPCOLEMESSAGE[]
pdwDestContext
UInt32
ppvDestContext
IntPtr

nativeint

Applies to