ADM_MOBILE_DEVICE_WIPE_STATUS_ENUM
The ADM_MOBILE_DEVICE_WIPE_STATUS_ENUM enumeration specifies the wipe status of an Exchange ActiveSync mobile device.
Syntax
enum ADM_MOBILE_DEVICE_POLICY_APPSTATUS_ENUM
{
ADM_MOBILE_DEVICE_WIPE_STATUS_UNKNOWN = 0, //0x0
ADM_MOBILE_DEVICE_WIPE_STATUS_OK = 1, //0x1
ADM_MOBILE_DEVICE_WIPE_STATUS_WIPEPENDING = 2, //0x2
ADM_MOBILE_DEVICE_WIPE_STATUS_WIPESUCCEEDED = 3, //0x3
ADM_MOBILE_DEVICE_WIPE_STATUS_ACCOUNTWIPEPENDING = 4, //0x4
ADM_MOBILE_DEVICE_WIPE_STATUS_ACCOUNTWIPESUCCEEDED = 5 //0x5
}
Constants
-
Flag
-
Description
-
ADM_MOBILE_DEVICE_WIPE_STATUS_UNKNOWN
-
The wipe status of the device couldn't be determined.
-
ADM_MOBILE_DEVICE_WIPE_STATUS_OK
-
No wipe action has been requested for this device.
-
ADM_MOBILE_DEVICE_WIPE_STATUS_WIPEPENDING
-
A full wipe is requested but not yet completed.
-
ADM_MOBILE_DEVICE_WIPE_STATUS_WIPESUCCEEDED
-
A full wipe has been completed and data was removed.
-
ADM_MOBILE_DEVICE_WIPE_STATUS_ACCOUNTWIPEPENDING
-
An account-only wipe is requested but not yet completed.
-
ADM_MOBILE_DEVICE_WIPE_STATUS_ACCOUNTWIPESUCCEEDED
-
An account-only wipe has completed and data was removed.
Requirements
Minimum required version: 2018.1