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.
Specifies the result of a call to EdpCheckAccess.
Syntax
typedef enum
{
EdpPolicyResult_Unknown = 0,
EdpPolicyResult_Allowed,
EdpPolicyResult_Blocked,
EdpPolicyResult_ConsentRequired,
EdpPolicyResult_ConsentRequired_Add_Encryption,
EdpPolicyResult_MaxValue
} EDP_POLICY_RESULT;
Constants
EdpPolicyResult_Unknown
Unused.
EdpPolicyResult_Allowed
Transfer or sharing of data is allowed.
EdpPolicyResult_Blocked
Transfer or sharing of data is unconditionally blocked.
EdpPolicyResult_ConsentRequired
Transfer or sharing of data is allowed if the user consents.
EdpPolicyResult_ConsentRequired_Add_Encryption
Same as EdpPolicyResult_ConsentRequired.
EdpPolicyResult_MaxValue
Unused.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 |
| Minimum supported server | Windows 10 |
| Header | None |