Freigeben über


IMarshal2.GetUnmarshalClass Method (Guid%, IntPtr, UInt32, IntPtr, UInt32, Guid%)

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Sub GetUnmarshalClass ( _
    ByRef riid As Guid, _
    pv As IntPtr, _
    dwDestContext As UInteger, _
    pvDestContext As IntPtr, _
    MSHLFLAGS As UInteger, _
    <OutAttribute> ByRef pCid As Guid _
)
'Usage
Dim instance As IMarshal2
Dim riid As Guid
Dim pv As IntPtr
Dim dwDestContext As UInteger
Dim pvDestContext As IntPtr
Dim MSHLFLAGS As UInteger
Dim pCid As Guid

instance.GetUnmarshalClass(riid, pv, dwDestContext, _
    pvDestContext, MSHLFLAGS, pCid)
void GetUnmarshalClass(
    ref Guid riid,
    IntPtr pv,
    uint dwDestContext,
    IntPtr pvDestContext,
    uint MSHLFLAGS,
    out Guid pCid
)
void GetUnmarshalClass(
    [InAttribute] Guid% riid, 
    [InAttribute] IntPtr pv, 
    [InAttribute] unsigned int dwDestContext, 
    [InAttribute] IntPtr pvDestContext, 
    [InAttribute] unsigned int MSHLFLAGS, 
    [OutAttribute] Guid% pCid
)
abstract GetUnmarshalClass : 
        riid:Guid byref * 
        pv:IntPtr * 
        dwDestContext:uint32 * 
        pvDestContext:IntPtr * 
        MSHLFLAGS:uint32 * 
        pCid:Guid byref -> unit 
function GetUnmarshalClass(
    riid : Guid, 
    pv : IntPtr, 
    dwDestContext : uint, 
    pvDestContext : IntPtr, 
    MSHLFLAGS : uint, 
    pCid : Guid
)

Parameters

Implements

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

.NET Framework Security

See Also

Reference

IMarshal2 Interface

IMarshal2 Members

GetUnmarshalClass Overload

Microsoft.VisualStudio.OLE.Interop Namespace