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
'宣言
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
- rclsid
Type: System.Guid%
- pszTYPE
Type: System.String
- pszExt
Type: System.String
- dwFileVersionMS
Type: System.UInt32
- dwFileVersionLS
Type: System.UInt32
- pszCodeBase
Type: System.String
- dwClassContext
Type: System.UInt32
- riid
Type: System.Guid%
- Flags
Type: System.UInt32
.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.