// ntddcdvd.h
// CTL_CODE(0x0033, 0x400, METHOD_BUFFERED, FILE_READ_ACCESS)
#define IOCTL_DVD_START_SESSION 0x00335000
View the official Windows Driver Kit DDI referenceNo description available.
Returns an authentication grant ID (AGID) as a DVD session ID, which a caller must pass to the device in all subsequent operations in a DVD session.
None.
None.
The driver returns an integer authentication grant ID of type DVD_SESSION_ID in the buffer at Irp->AssociatedIrp.SystemBuffer.
Length of a DVD_SESSION_ID.
The Information field is set to sizeof(DVD_SESSION_ID). The Status field is set to STATUS_SUCCESS, or possibly to STATUS_INSUFFICIENT_RESOURCES.