IUrlMon.AsyncGetClassBits Method

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

'Declaração
Sub AsyncGetClassBits ( _
    ByRef rclsid As Guid, _
    pszTYPE As String, _
    pszExt As String, _
    dwFileVersionMS As UInteger, _
    dwFileVersionLS As UInteger, _
    pszCodeBase As String, _
    pbc As IBindCtx, _
    dwClassContext As UInteger, _
    ByRef riid As Guid, _
    Flags As UInteger _
)
void AsyncGetClassBits(
    ref Guid rclsid,
    string pszTYPE,
    string pszExt,
    uint dwFileVersionMS,
    uint dwFileVersionLS,
    string pszCodeBase,
    IBindCtx pbc,
    uint dwClassContext,
    ref Guid riid,
    uint Flags
)

Parameters

.NET Framework Security

See Also

Reference

IUrlMon Interface

Microsoft.VisualStudio.OLE.Interop Namespace