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 _
)
‘사용 방법
Dim instance As IUrlMon
Dim rclsid As Guid
Dim pszTYPE As String
Dim pszExt As String
Dim dwFileVersionMS As UInteger
Dim dwFileVersionLS As UInteger
Dim pszCodeBase As String
Dim pbc As IBindCtx
Dim dwClassContext As UInteger
Dim riid As Guid
Dim Flags As UInteger
instance.AsyncGetClassBits(rclsid, pszTYPE, _
pszExt, dwFileVersionMS, dwFileVersionLS, _
pszCodeBase, pbc, dwClassContext, _
riid, Flags)
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: 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.