// ntddvdeo.h
// CTL_CODE(0x0023, 0x301, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_PANEL_QUERY_BRIGHTNESS_RANGES 0x00230C04
View the official Windows Driver Kit DDI referenceNo description available.
IOCTL_PANEL_QUERY_BRIGHTNESS_RANGES queries the brightness ranges for a display panel.
Set to NULL.
Set to 0.
A pointer to a caller-allocated buffer that receives the output data. The output is a PANEL_QUERY_BRIGHTNESS_RANGES structure in which the queried brightness levels or nit ranges are returned.
The size, in bytes, of the output buffer. This value must be set to the size of the PANEL_QUERY_BRIGHTNESS_RANGES structure expected to be returned in the output buffer.
n/a
n/a
Irp->IoStatus.Status is set to STATUS_SUCCESS if the request is successful. Otherwise, it's set to the appropriate error condition as a NTSTATUS code.