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

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

void GetUnmarshalClass(
	[InAttribute] Guid% riid,
	IntPtr pv,
	unsigned int dwDestContext,
	IntPtr pvDestContext,
	unsigned int MSHLFLAGS,
	[OutAttribute] Guid% pCid
)

Parameters

riid
Type: System::Guid
pv
Type: System::IntPtr
dwDestContext
Type: System::UInt32
pvDestContext
Type: System::IntPtr
MSHLFLAGS
Type: System::UInt32
pCid
Type: System::Guid
Return to top
Show: