Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In Configuration Manager, the AppDetectState enumeration defines application installation states. This enumeration is used by the IAppManagementHandler Interface.
Syntax
typedef enum tagAppDetectState
{
appDetectNotFound = 0,
appDetectInstalled,
appDetectFailed
}AppDetectState;
Elements
appDetectNotFound
The application was not found.
appDetectInstalled
The application is installed.
appDetectFailed
Application detection failed.
Remarks
This enumeration is used by the IAppManagementHandler Interface.
See Also
Application Management Client Interfaces Configuration Manager Software Development Kit Configuration Manager Reference