AACS_SERIAL_NUMBER - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddcdvd.h

typedef struct _AACS_SERIAL_NUMBER {
  UCHAR PrerecordedSerialNumber[16];
  UCHAR MAC[16];
} AACS_SERIAL_NUMBER, *PAACS_SERIAL_NUMBER;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_AACS_SERIAL_NUMBER structure

Description

The AACS_SERIAL_NUMBER structure contains an Advanced Access Content System (AACS) serial number and corresponding message authentication code (MAC).

Members

PrerecordedSerialNumber

The serial number.

MAC

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

Remarks

Clients retrieve the AACS serial number with an IOCTL_AACS_READ_SERIAL_NUMBER request.

See also

IOCTL_AACS_READ_SERIAL_NUMBER