OPM_HDCP_KEY_SELECTION_VECTOR構造体 (opmapi.h)
High-Bandwidth Digital Content Protection (HDCP) レシーバーのキー選択ベクトル (KSV) が含まれます。
構文
typedef struct _OPM_HDCP_KEY_SELECTION_VECTOR {
BYTE abKeySelectionVector[5];
} OPM_HDCP_KEY_SELECTION_VECTOR;
メンバー
abKeySelectionVector[5]
デバイスの KSV を含むバッファー。 (これは HDCP 仕様の Bksv という名前の値です)。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows Vista [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2008 [デスクトップ アプリのみ] |
Header | opmapi.h |