IGlobalInterfaceTable.GetInterfaceFromGlobal Method

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

Syntax

声明
Sub GetInterfaceFromGlobal ( _
    dwCookie As UInteger, _
    ByRef riid As Guid, _
    <OutAttribute> ByRef ppv As IntPtr _
)
用法
Dim instance As IGlobalInterfaceTable
Dim dwCookie As UInteger
Dim riid As Guid
Dim ppv As IntPtr

instance.GetInterfaceFromGlobal(dwCookie, _
    riid, ppv)
void GetInterfaceFromGlobal(
    uint dwCookie,
    ref Guid riid,
    out IntPtr ppv
)
void GetInterfaceFromGlobal(
    [InAttribute] unsigned int dwCookie, 
    [InAttribute] Guid% riid, 
    [OutAttribute] IntPtr% ppv
)
abstract GetInterfaceFromGlobal : 
        dwCookie:uint32 * 
        riid:Guid byref * 
        ppv:IntPtr byref -> unit 
function GetInterfaceFromGlobal(
    dwCookie : uint, 
    riid : Guid, 
    ppv : IntPtr
)

Parameters

.NET Framework Security

See Also

Reference

IGlobalInterfaceTable Interface

IGlobalInterfaceTable Members

Microsoft.VisualStudio.OLE.Interop Namespace