// ntddcdvd.h
typedef struct _AACS_SEND_CERTIFICATE {
DVD_SESSION_ID SessionId;
AACS_CERTIFICATE Certificate;
} AACS_SEND_CERTIFICATE, *PAACS_SEND_CERTIFICATE;
View the official Windows Driver Kit DDI referenceNo description available.
The AACS_SEND_CERTIFICATE structure is a wrapper for both an Advanced Access Content System (AACS) certificate and an Authentication Grant Identifier (AGID).
SessionIdA value of type DVD_SESSION_ID that specifies an AGID.
CertificateA structure of type AACS_CERTIFICATE that specifies the certificate to retrieve.
Clients send an Advanced Access Content System (AACS) certificate with an IOCTL_AACS_SEND_CERTIFICATE request. Clients retrieve an AACS certificate with an IOCTL_AACS_GET_CERTIFICATE request.