IOCTL_DVD_END_SESSION - NtDoc

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

// CTL_CODE(0x0033, 0x403, METHOD_BUFFERED, FILE_READ_ACCESS)
#define IOCTL_DVD_END_SESSION 0x0033500C
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ni-ntddcdvd-ioctl_dvd_end_session)

IOCTL_DVD_END_SESSION IOCTL

Description

Ends a DVD session by invalidating its authentication grant ID (AGID).

Parameters

Major code

Input buffer

The buffer at Irp->AssociatedIrp.SystemBuffer contains the session ID.

Input buffer length

Length of a session ID.

Output buffer

None.

Output buffer length

None.

Input/output buffer

Input/output buffer length

Status block

The Information field is set to zero. The Status field is set to STATUS_SUCCESS.