OPM_HDCP_PROTECTION_LEVEL enumeration (opmapi.h)

Specifies the protection level for High-Bandwidth Digital Content Protection (HDCP).

Syntax

typedef enum _OPM_HDCP_PROTECTION_LEVEL {
  OPM_HDCP_OFF = 0,
  OPM_HDCP_ON = 1,
  OPM_HDCP_FORCE_ULONG = 0x7fffffff
} OPM_HDCP_PROTECTION_LEVEL;

Constants

 
OPM_HDCP_OFF
Value: 0
HDCP is disabled.
OPM_HDCP_ON
Value: 1
HDCP is enabled.
OPM_HDCP_FORCE_ULONG
Value: 0x7fffffff
Reserved.

Remarks

This enumeration is numerically equivalent to the COPP_HDCP_Protection_Level enumeration used in Certified Output Protection Protocol (COPP).

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header opmapi.h

See also

OPM Enumerations