enumeración OPM_DPCP_PROTECTION_LEVEL (opmapi.h)

Especifica el nivel de protección de 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;

Constantes

 
OPM_DPCP_OFF
Valor: 0
DPCP está deshabilitado.
OPM_DPCP_ON
Valor: 1
DPCP está habilitado.
OPM_DPCP_FORCE_ULONG
Valor: 0x7fffffff
Reservado.

Requisitos

Requisito Value
Cliente mínimo compatible Windows Vista [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows Server 2008 [solo aplicaciones de escritorio]
Encabezado opmapi.h

Consulte también

Enumeraciones de OPM