structure DXGKMDT_OPM_HDCP_KEY_SELECTION_VECTOR (d3dkmdt.h)
La structure DXGKMDT_OPM_HDCP_KEY_SELECTION_VECTOR contient un vecteur de sélection de clés (KSV) pour une sortie protégée hdCP (High-bandwidth Digital Content Protection).
Syntaxe
typedef struct _DXGKMDT_OPM_HDCP_KEY_SELECTION_VECTOR {
BYTE abKeySelectionVector[DXGKMDT_OPM_HDCP_KEY_SELECTION_VECTOR_SIZE];
} DXGKMDT_OPM_HDCP_KEY_SELECTION_VECTOR;
Membres
abKeySelectionVector[DXGKMDT_OPM_HDCP_KEY_SELECTION_VECTOR_SIZE]
Tableau de 5 octets qui comprend le KSV HDCP. L’octet 0 est l’octet le moins significatif et l’octet 4 est l’octet le plus significatif.
Remarques
Pour plus d’informations sur le KSV HDCP, consultez la version 1.1 de la spécification HDCP.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows Vista |
En-tête | d3dkmdt.h |