Events
Nov 19, 11 PM - Nov 21, 11 PM
Gain the competitive edge you need with powerful AI and Cloud solutions by attending Microsoft Ignite online.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The Initialize method checks and downloads an ActiveX object. If the object meets policy requirements, this method initializes a system object that installs the ActiveX object.
SECURITY_STATUS Initialize(
[in] HWND hwndParent,
[in] DWORD dwClientPID,
[in] BSTR bstrDesktop,
[in] BSTR bstrClsID,
[in] BSTR bstrURL,
[out] BSTR *pbstrNonce,
[out] IUnknown **ppISyncBrokerInterface
);
hwndParent [in]
A handle to the parent window of the window that is attempting to install the ActiveX control.
dwClientPID [in]
The process ID of the calling process.
bstrDesktop [in]
The desktop for the object.
bstrClsID [in]
The class ID of the ActiveX object to install.
bstrURL [in]
The URL of the ActiveX object to install.
pbstrNonce [out]
A context that can be used to share state information in calls to other methods used to verify and download the ActiveX object.
ppISyncBrokerInterface [out]
A pointer to the instance of the IeAxiSystemInstaller interface that installs the ActiveX control.
If the function succeeds, the return value is S_OK.
If the function fails, the return value can be one of the following error codes.
Return code/value | Description |
---|---|
|
The ActiveX object should not be installed. |
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista Business, Windows Vista Enterprise, Windows Vista Ultimate [desktop apps only] |
Minimum supported server |
None supported |
IID |
IID_IeAxiService is defined as E9E92380-9ECD-4982-A0EB-6815A56CCF27 |
Events
Nov 19, 11 PM - Nov 21, 11 PM
Gain the competitive edge you need with powerful AI and Cloud solutions by attending Microsoft Ignite online.
Register now