// ntddcdvd.h
typedef struct _AACS_SEND_CHALLENGE_KEY {
DVD_SESSION_ID SessionId;
AACS_CHALLENGE_KEY ChallengeKey;
} AACS_SEND_CHALLENGE_KEY, *PAACS_SEND_CHALLENGE_KEY;
View the official Windows Driver Kit DDI referenceNo description available.
The AACS_SEND_CHALLENGE_KEY structure is defined as a challenge key that host software sends to an Advanced Access Content System (AACS) device.
SessionIdA value of type DVD_SESSION_ID that specifies an Authentication Grant Identifier (AGID).
ChallengeKeyA structure of type AACS_CHALLENGE_KEY that specifies the challenge key to retrieve.
Host software send this challenge key to an AACS-compliant device with an IOCTL_AACS_SEND_CHALLENGE_KEY request.