// ntddcdvd.h
// CTL_CODE(0x0033, 0x403, METHOD_BUFFERED, FILE_READ_ACCESS)
#define IOCTL_DVD_END_SESSION 0x0033500C
View the official Windows Driver Kit DDI referenceNo description available.
Ends a DVD session by invalidating its authentication grant ID (AGID).
The buffer at Irp->AssociatedIrp.SystemBuffer contains the session ID.
Length of a session ID.
None.
None.
The Information field is set to zero. The Status field is set to STATUS_SUCCESS.