IeAxiSystemInstaller 接口
IeAxiSystemInstaller 接口安装 ActiveX 对象。
此接口未在公共标头中声明。 应用程序必须自行定义它。 以下接口定义语言 (IDL) 片段描述此接口,包括其 IID。
[
object,
uuid(a50ea6f8-4764-4299-b309-022b2a8b4d8d),
]
interface IeAxiSystemInstaller : IUnknown
{
HRESULT InitializeSystemInstaller( [in] BSTR bstrUrl,
[in] DWORD dwClientPID,
[in] IUnknown* pCallback,
[out] BSTR * pbstrNonce);
}
成员
IeAxiSystemInstaller 接口继承自 IUnknown 接口。 IeAxiSystemInstaller 还具有以下类型的成员:
方法
IeAxiSystemInstaller 接口包含以下方法。
方法 | 说明 |
---|---|
InitializeSystemInstaller | 安装指定的 ActiveX 对象。 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 |
Windows Vista 商用版、Windows Vista 企业版Windows Vista 旗舰版 [仅限桌面应用] |
最低受支持的服务器 |
无受支持的版本 |
IID |
IID_IeAxiSystemInstaller定义为 a50ea6f8-4764-4299-b309-022b2a8b4d8d |