Share via


OPM_HDCP_PROTECTION_LEVEL-Enumeration (opmapi.h)

Gibt die Schutzebene für High-Bandwidth Digital Content Protection (HDCP) an.

Syntax

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

Konstanten

 
OPM_HDCP_OFF
Wert: 0
HDCP ist deaktiviert.
OPM_HDCP_ON
Wert: 1
HDCP ist aktiviert.
OPM_HDCP_FORCE_ULONG
Wert: 0x7fffffff
Reserviert.

Hinweise

Diese Enumeration entspricht numerisch der COPP_HDCP_Protection_Level-Enumeration , die im Certified Output Protection Protocol (COPP) verwendet wird.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows Vista [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows Server 2008 [nur Desktop-Apps]
Kopfzeile opmapi.h

Weitere Informationen

OPM-Enumerationen