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 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_OFFValue: 0 DPCP is disabled. |
OPM_DPCP_ONValue: 1 DPCP is enabled. |
OPM_DPCP_FORCE_ULONGValue: 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 |