// ntddcdvd.h
typedef struct _AACS_VOLUME_ID {
UCHAR VolumeID[16];
UCHAR MAC[16];
} AACS_VOLUME_ID, *PAACS_VOLUME_ID;
View the official Windows Driver Kit DDI referenceNo description available.
The AACS_VOLUME_ID structure contains an Advanced Access Content System (AACS) volume ID and the corresponding message authentication code (MAC).
VolumeIDThe volume identifier.
MACThe message authentication code (MAC) that the client uses to verify that the volume identifier is for the current AACS authentication sequence.
Clients retrieve an AACS volume ID with an IOCTL_AACS_READ_VOLUME_ID request.