IGlobalInterfaceTable.GetInterfaceFromGlobal Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaração
Sub GetInterfaceFromGlobal ( _
dwCookie As UInteger, _
ByRef riid As Guid, _
<OutAttribute> ByRef ppv As IntPtr _
)
void GetInterfaceFromGlobal(
uint dwCookie,
ref Guid riid,
out IntPtr ppv
)
Parameters
- dwCookie
Type: System.UInt32
- riid
Type: System.Guid%
- ppv
Type: System.IntPtr%
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.