// ntddcdvd.h
typedef struct _AACS_MEDIA_ID {
UCHAR MediaID[16];
UCHAR MAC[16];
} AACS_MEDIA_ID, *PAACS_MEDIA_ID;
View the official Windows Driver Kit DDI referenceNo description available.
The AACS_MEDIA_ID structure contains an Advanced Access Content System (AACS) media identifier and corresponding message authentication code (MAC).
MediaIDThe media identifier.
MACThe message authentication code (MAC) that the client uses to verify that the MediaID is for the current AACS authentication sequence.
Clients retrieve the AACS certificate with an IOCTL_AACS_READ_MEDIA_ID request.