Skip to content

Latest commit

 

History

History
80 lines (59 loc) · 2.4 KB

ni-ntddvdeo-ioctl_video_query_avail_modes.md

File metadata and controls

80 lines (59 loc) · 2.4 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NI:ntddvdeo.IOCTL_VIDEO_QUERY_AVAIL_MODES
IOCTL_VIDEO_QUERY_AVAIL_MODES (ntddvdeo.h)
Returns information about each video mode supported by the adapter. Miniport drivers are required to support this nonmodal request.
display\ioctl_video_query_avail_modes.htm
display
05/10/2018
IOCTL_VIDEO_QUERY_AVAIL_MODES IOCTL
IOCTL_VIDEO_QUERY_AVAIL_MODES, IOCTL_VIDEO_QUERY_AVAIL_MODES control, IOCTL_VIDEO_QUERY_AVAIL_MODES control code [Display Devices], Video_IOCTLs_a846ef88-234e-4867-a3fe-4d8c9b43e00e.xml, display.ioctl_video_query_avail_modes, ntddvdeo/IOCTL_VIDEO_QUERY_AVAIL_MODES
ntddvdeo.h
Windows
Windows
IOCTL_VIDEO_QUERY_AVAIL_MODES
ntddvdeo/IOCTL_VIDEO_QUERY_AVAIL_MODES
APIRef
kbSyntax
HeaderDef
Ntddvdeo.h
IOCTL_VIDEO_QUERY_AVAIL_MODES

IOCTL_VIDEO_QUERY_AVAIL_MODES IOCTL

-description

Returns information about each video mode supported by the adapter. Miniport drivers are required to support this nonmodal request.

-ioctlparameters

-ioctl-major-code

-input-buffer

None

-input-buffer-length

-output-buffer

The miniport driver returns an array of VIDEO_MODE_INFORMATION structures in the VRP OutputBuffer.

-output-buffer-length

-in-out-buffer

-inout-buffer-length

-status-block

If the miniport driver successfully returns the available modes, it sets the Information member of the STATUS_BLOCK structure to (sizeof(VIDEO_MODE_INFORMATION) * NumberOfSupportedModes); otherwise, the miniport driver sets this member to zero.

-see-also

STATUS_BLOCK

VIDEO_MODE_INFORMATION