// ntddcdvd.h
// CTL_CODE(0x0033, 0x433, METHOD_BUFFERED, FILE_READ_ACCESS)
#define IOCTL_AACS_END_SESSION 0x003350CC
View the official Windows Driver Kit DDI referenceNo description available.
Releases the Authentication Grant Identifier (AGID) that was obtained by IOCTL_AACS_START_SESSION.
The buffer at Irp->AssociatedIrp.SystemBuffer contains a value of type DVD_SESSION_ID that specifies an Authentication Grant Identifier (AGID). The AGID identifies the secure session to release. Caller can release all AGIDs for both Advanced Access Content System (AACS) and Content-Scrambling System (CSS) secure sessions by specifying a value DVD_END_ALL_SESSIONS.
Size of a DVD_SESSION_ID.
None.
None.
The Information field is set to the number of bytes transferred. The Status field is set to STATUS_SUCCESS or possibly STATUS_INSUFFICIENT_RESOURCES.