AACS_MEDIA_ID - NtDoc

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

NtDoc

No description available.

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

_AACS_MEDIA_ID structure

Description

The AACS_MEDIA_ID structure contains an Advanced Access Content System (AACS) media identifier and corresponding message authentication code (MAC).

Members

MediaID

The media identifier.

MAC

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

Remarks

Clients retrieve the AACS certificate with an IOCTL_AACS_READ_MEDIA_ID request.

See also

IOCTL_AACS_READ_MEDIA_ID