Delen via


Opsomming appDetectState

In Configuration Manager definieert de opsomming de AppDetectState installatiestatussen van de toepassing. Deze opsomming wordt gebruikt door de IAppManagementHandler Interface.

Syntaxis

typedef enum tagAppDetectState
{
    appDetectNotFound = 0,
    appDetectInstalled,
    appDetectFailed
}AppDetectState;

Elementen

appDetectNotFound De toepassing is niet gevonden.

appDetectInstalled De toepassing is geïnstalleerd.

appDetectFailed Toepassingsdetectie is mislukt.

Opmerkingen

Deze opsomming wordt gebruikt door de IAppManagementHandler Interface.

Zie ook

Clientinterfaces voor toepassingsbeheerConfiguration Manager Software Development KitConfiguration Manager naslaginformatie