OPM_DPCP_PROTECTION_LEVEL enumeration (opmapi.h)
Specifies the protection level for DisplayPort Content Protection (DPCP).
Syntax
typedef enum _OPM_DPCP_PROTECTION_LEVEL {
OPM_DPCP_OFF = 0,
OPM_DPCP_ON = 1,
OPM_DPCP_FORCE_ULONG = 0x7fffffff
} OPM_DPCP_PROTECTION_LEVEL;
Constants
OPM_DPCP_OFF Value: 0 DPCP is disabled. |
OPM_DPCP_ON Value: 1 DPCP is enabled. |
OPM_DPCP_FORCE_ULONG Value: 0x7fffffff Reserved. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | opmapi.h |