Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 1.47 KB

cieaxiinstallerservice.md

File metadata and controls

62 lines (39 loc) · 1.47 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Implements the IAxiService and IeAxiServiceCallback interfaces.
39f2ee3a-d4fd-4091-acd6-3d6b715bea75
CIeAxiInstallerService object
reference
05/31/2018
APIRef
kbSyntax
CIeAxiInstallerService
COM

CIeAxiInstallerService object

The CIeAxiInstallerService object implements the IAxiService and IeAxiServiceCallback interfaces.

This object is not declared in a public header. Applications must define it themselves. The following Interface Definition Language (IDL) fragment describes this object, including its CLSID.

[
        uuid(90F18417-F0F1-484E-9D3C-59DCEEE5DBD8)
]
    coclass CIeAxiInstallerService
    {
        [default] interface IeAxiService;
        interface IeAxiServiceCallback;
    }

Requirements

Requirement Value
Minimum supported client
Windows Vista Business, Windows Vista Enterprise, Windows Vista Ultimate [desktop apps only]
Minimum supported server
None supported

See also

IAxiService

IeAxiServiceCallback