IMarshal.GetUnmarshalClass(Guid, IntPtr, UInt32, IntPtr, UInt32, Guid) Method

Definition

public:
 void GetUnmarshalClass(Guid % riid, IntPtr pv, System::UInt32 dwDestContext, IntPtr pvDestContext, System::UInt32 MSHLFLAGS, [Runtime::InteropServices::Out] Guid % pCid);
public void GetUnmarshalClass (ref Guid riid, IntPtr pv, uint dwDestContext, IntPtr pvDestContext, uint MSHLFLAGS, out Guid pCid);
abstract member GetUnmarshalClass : Guid * nativeint * uint32 * nativeint * uint32 * Guid -> unit
Public Sub GetUnmarshalClass (ByRef riid As Guid, pv As IntPtr, dwDestContext As UInteger, pvDestContext As IntPtr, MSHLFLAGS As UInteger, ByRef pCid As Guid)

Parameters

riid
Guid
pv
IntPtr

nativeint

dwDestContext
UInt32
pvDestContext
IntPtr

nativeint

MSHLFLAGS
UInt32
pCid
Guid

Applies to