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.
Note Windows Information Protection (WIP) policy can be applied on Windows 10, version 1607.
Syntax
typedef enum {
ENTERPRISE_POLICY_NONE = 0x0,
ENTERPRISE_POLICY_ALLOWED = 0x1,
ENTERPRISE_POLICY_ENLIGHTENED = 0x2,
ENTERPRISE_POLICY_EXEMPT = 0x4
} ENTERPRISE_DATA_POLICIES;
Constants
ENTERPRISE_POLICY_NONEValue: 0x0 The app is not managed by enterprise policy. |
ENTERPRISE_POLICY_ALLOWEDValue: 0x1 The app is allowed to access enterprise resources according to the enterprise policy. |
ENTERPRISE_POLICY_ENLIGHTENEDValue: 0x2 The app is enlightened (self-declared in the app's resource file). |
ENTERPRISE_POLICY_EXEMPTValue: 0x4 The app is marked as exempt by the enterprise policy. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 [desktop apps only] |
| Minimum supported server | Windows Server 2016 [desktop apps only] |
| Header | srpapi.h |