OPM_HDCP_KEY_SELECTION_VECTOR structure (opmapi.h)

Contains the key selection vector (KSV) for a High-Bandwidth Digital Content Protection (HDCP) receiver.

Syntax

typedef struct _OPM_HDCP_KEY_SELECTION_VECTOR {
  BYTE abKeySelectionVector[5];
} OPM_HDCP_KEY_SELECTION_VECTOR;

Members

abKeySelectionVector[5]

A buffer that contains the device's KSV. (This is the value named Bksv in the HDCP specification.)

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 Structures

OPM_CONNECTED_HDCP_DEVICE_INFORMATION

Output Protection Manager