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 protection level for Analog Copy Protection (ACP).
Syntax
typedef enum _OPM_ACP_PROTECTION_LEVEL {
OPM_ACP_OFF = 0,
OPM_ACP_LEVEL_ONE = 1,
OPM_ACP_LEVEL_TWO = 2,
OPM_ACP_LEVEL_THREE = 3,
OPM_ACP_FORCE_ULONG = 0x7fffffff
} OPM_ACP_PROTECTION_LEVEL;
Constants
OPM_ACP_OFF Value: 0 ACP is disabled. |
OPM_ACP_LEVEL_ONE Value: 1 ACP protection level 1. |
OPM_ACP_LEVEL_TWO Value: 2 ACP protection level 2. |
OPM_ACP_LEVEL_THREE Value: 3 ACP protection level 3. |
OPM_ACP_FORCE_ULONG Value: 0x7fffffff Reserved. |
Remarks
This enumeration is numerically equivalent to the COPP_ACP_Protection_Level enumeration used in Certified Output Protection Protocol. The OPM_ACP_OFF flag corresponds to COPP_ACP_Level0.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | opmapi.h |