IMarshal.GetUnmarshalClass(Guid, IntPtr, UInt32, IntPtr, UInt32, Guid) 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 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