DXGKMDT_OPM_HDCP_KEY_SELECTION_VECTOR Struktur (d3dkmdt.h)
Die DXGKMDT_OPM_HDCP_KEY_SELECTION_VECTOR-Struktur enthält einen Schlüsselauswahlvektor (Key Selection Vector, KSV) für eine hdCP-geschützte Ausgabe (High-bandwidth Digital Content Protection).
Syntax
typedef struct _DXGKMDT_OPM_HDCP_KEY_SELECTION_VECTOR {
BYTE abKeySelectionVector[DXGKMDT_OPM_HDCP_KEY_SELECTION_VECTOR_SIZE];
} DXGKMDT_OPM_HDCP_KEY_SELECTION_VECTOR;
Member
abKeySelectionVector[DXGKMDT_OPM_HDCP_KEY_SELECTION_VECTOR_SIZE]
Ein 5-Byte-Array, das die HDCP-KSV umfasst. Byte 0 ist das am wenigsten signifikante Byte und Byte 4 das wichtigste Byte.
Hinweise
Weitere Informationen zum HDCP KSV finden Sie in der HDCP-Spezifikation Revision 1.1.
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows Vista |
Kopfzeile | d3dkmdt.h |