Interface IeAxiServiceCallback

L’interface IeAxiServiceCallback est appelée par l’interface IeAxiSystemInstaller pour vérifier qu’un objet ActiveX peut être installé.

La classe CIeAxiInstallerService implémente cette interface.

Cette interface n’est pas déclarée dans un en-tête public. Les applications doivent la définir elles-mêmes. Le fragment IDL (Interface Definition Language) suivant décrit cette interface, y compris son IID.

[
    object,
    uuid(1823E7BA-EC36-447a-9B2E-B4912E15AFE7),
    dual,
    nonextensible,
    pointer_default(unique)
]

interface IeAxiServiceCallback : IUnknown
{
    HRESULT VerifyFile(
                       [in] BSTR bstrFileUrl,
                       [out] BSTR * bstrApprovedFileName);
}

Membres

L’interface IeAxiServiceCallback hérite de l’interface IUnknown. IeAxiServiceCallback a également les types de membres suivants :

Méthodes

L’interface IeAxiServiceCallback utilise ces méthodes.

Méthode Description
VerifyFile Effectue des vérifications de sécurité sur l’objet ActiveX spécifié et retourne l’emplacement où le fichier .cab correspondant a été téléchargé.

Spécifications

Condition requise Valeur
Client minimal pris en charge
Windows Vista Entreprise, Windows Vista Entreprise, Windows Vista Édition Intégrale [applications de bureau uniquement]
Serveur minimal pris en charge
Aucun pris en charge
IID
IID_IeAxiServiceCallback est défini comme 1823E7BA-EC36-447a-9B2E-B4912E15AFE7