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
'Declaration
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
)
void AsyncGetClassBits(
[InAttribute] Guid% rclsid,
[InAttribute] String^ pszTYPE,
[InAttribute] String^ pszExt,
[InAttribute] unsigned int dwFileVersionMS,
[InAttribute] unsigned int dwFileVersionLS,
[InAttribute] String^ pszCodeBase,
[InAttribute] IBindCtx^ pbc,
[InAttribute] unsigned int dwClassContext,
[InAttribute] Guid% riid,
[InAttribute] unsigned int Flags
)
abstract AsyncGetClassBits :
rclsid:Guid byref *
pszTYPE:string *
pszExt:string *
dwFileVersionMS:uint32 *
dwFileVersionLS:uint32 *
pszCodeBase:string *
pbc:IBindCtx *
dwClassContext:uint32 *
riid:Guid byref *
Flags:uint32 -> unit
function AsyncGetClassBits(
rclsid : Guid,
pszTYPE : String,
pszExt : String,
dwFileVersionMS : uint,
dwFileVersionLS : uint,
pszCodeBase : String,
pbc : IBindCtx,
dwClassContext : uint,
riid : Guid,
Flags : uint
)
Parameters
- rclsid
Type: Guid%
- pszTYPE
Type: String
- pszExt
Type: String
- dwFileVersionMS
Type: UInt32
- dwFileVersionLS
Type: UInt32
- pszCodeBase
Type: String
- dwClassContext
Type: UInt32
- riid
Type: Guid%
- Flags
Type: 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.