IStdMarshalInfo.GetClassForHandler Method

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

Syntax

‘선언
Sub GetClassForHandler ( _
    dwDestContext As UInteger, _
    pvDestContext As IntPtr, _
    <OutAttribute> ByRef pClsid As Guid _
)
‘사용 방법
Dim instance As IStdMarshalInfo
Dim dwDestContext As UInteger
Dim pvDestContext As IntPtr
Dim pClsid As Guid

instance.GetClassForHandler(dwDestContext, _
    pvDestContext, pClsid)
void GetClassForHandler(
    uint dwDestContext,
    IntPtr pvDestContext,
    out Guid pClsid
)
void GetClassForHandler(
    [InAttribute] unsigned int dwDestContext, 
    [InAttribute] IntPtr pvDestContext, 
    [OutAttribute] Guid% pClsid
)
abstract GetClassForHandler : 
        dwDestContext:uint32 * 
        pvDestContext:IntPtr * 
        pClsid:Guid byref -> unit 
function GetClassForHandler(
    dwDestContext : uint, 
    pvDestContext : IntPtr, 
    pClsid : Guid
)

Parameters

.NET Framework Security

See Also

Reference

IStdMarshalInfo Interface

IStdMarshalInfo Members

Microsoft.VisualStudio.OLE.Interop Namespace