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.
Defines protection levels for MFPROTECTION_ACP.
Syntax
typedef enum _MF_OPM_ACP_PROTECTION_LEVEL {
MF_OPM_ACP_OFF = 0,
MF_OPM_ACP_LEVEL_ONE = 1,
MF_OPM_ACP_LEVEL_TWO = 2,
MF_OPM_ACP_LEVEL_THREE = 3,
MF_OPM_ACP_FORCE_ULONG = 0x7fffffff
} MF_OPM_ACP_PROTECTION_LEVEL;
Constants
MF_OPM_ACP_OFFValue: 0 Specifies ACP is disabled. |
MF_OPM_ACP_LEVEL_ONEValue: 1 Specifies ACP is level one. |
MF_OPM_ACP_LEVEL_TWOValue: 2 Specifies ACP is level two. |
MF_OPM_ACP_LEVEL_THREEValue: 3 Specifies ACP is level three. |
MF_OPM_ACP_FORCE_ULONGValue: 0x7fffffff Reserved. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2012 [desktop apps | UWP apps] |
| Header | mfidl.h |