IeAxiServiceCallback interface
The IeAxiServiceCallback interface is called by the IeAxiSystemInstaller interface to verify that an ActiveX object can be installed.
The CIeAxiInstallerService class implements this interface.
This interface is not declared in a public header. Applications must define it themselves. The following Interface Definition Language (IDL) fragment describes this interface, including its IID.
[
object,
uuid(1823E7BA-EC36-447a-9B2E-B4912E15AFE7),
dual,
nonextensible,
pointer_default(unique)
]
interface IeAxiServiceCallback : IUnknown
{
HRESULT VerifyFile(
[in] BSTR bstrFileUrl,
[out] BSTR * bstrApprovedFileName);
}
Members
The IeAxiServiceCallback interface inherits from the IUnknown interface. IeAxiServiceCallback also has these types of members:
Methods
The IeAxiServiceCallback interface has these methods.
Method | Description |
---|---|
VerifyFile | Performs security checks on the specified ActiveX object and returns the location where the corresponding .cab file was downloaded. |
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista Business, Windows Vista Enterprise, Windows Vista Ultimate [desktop apps only] |
Minimum supported server |
None supported |
IID |
IID_IeAxiServiceCallback is defined as 1823E7BA-EC36-447a-9B2E-B4912E15AFE7 |