IUrlMon::AsyncGetClassBits Method (Guid, String^, String^, UInt32, UInt32, String^, IBindCtx^, UInt32, Guid, UInt32)

 

This API supports the product 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)

void AsyncGetClassBits(
	[InAttribute] Guid% rclsid,
	String^ pszTYPE,
	String^ pszExt,
	unsigned int dwFileVersionMS,
	unsigned int dwFileVersionLS,
	String^ pszCodeBase,
	IBindCtx^ pbc,
	unsigned int dwClassContext,
	[InAttribute] Guid% riid,
	unsigned int 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^
pbc
Type: Microsoft.VisualStudio.OLE.Interop::IBindCtx^
dwClassContext
Type: System::UInt32
riid
Type: System::Guid
Flags
Type: System::UInt32
Return to top
Show: