AACS_VOLUME_ID - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddcdvd-_aacs_volume_id)

_AACS_VOLUME_ID structure

Description

The AACS_VOLUME_ID structure contains an Advanced Access Content System (AACS) volume ID and the corresponding message authentication code (MAC).

Members

VolumeID

The volume identifier.

MAC

The message authentication code (MAC) that the client uses to verify that the volume identifier is for the current AACS authentication sequence.

Remarks

Clients retrieve an AACS volume ID with an IOCTL_AACS_READ_VOLUME_ID request.

See also

IOCTL_AACS_READ_VOLUME_ID