IAsyncRpcChannelBuffer.GetDestCtxEx(RPCOLEMESSAGE[], UInt32, IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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