IOCTL_VIDEO_QUERY_COLOR_CAPABILITIES - NtDoc

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

// CTL_CODE(0x0023, 0x11a, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_VIDEO_QUERY_COLOR_CAPABILITIES 0x00230468
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ni-ntddvdeo-ioctl_video_query_color_capabilities)

IOCTL_VIDEO_QUERY_COLOR_CAPABILITIES IOCTL

Description

Returns the color-capabilities information found in the VDDP description file for the adapter. Support for this nonmodal request is optional. However, if a miniport driver supports this request, it cannot return a subset of the color-capabilities information.

Parameters

Major code

Input buffer

None

Input buffer length

Output buffer

The miniport driver returns all VIDEO_COLOR_CAPABILITIES information in the VRP OutputBuffer.

Output buffer length

Input/output buffer

Input/output buffer length

Status block

If the miniport driver successfully returns the color-capabilities data, it sets the Information member of the STATUS_BLOCK structure to sizeof(VIDEO_COLOR_CAPABILITIES); otherwise, the miniport driver sets this member to zero.

See also

STATUS_BLOCK