Click to Rate and Give Feedback

  Switch on low bandwidth view
Windows Driver Kit: Display Devices
VIDEO_NUM_MODES

The VIDEO_NUM_MODES structure contains the number of modes supported by a video adapter, and the size of the structure that describes each mode.

typedef struct _VIDEO_NUM_MODES {
  ULONG  NumModes;
  ULONG  ModeInformationLength;
} VIDEO_NUM_MODES, *PVIDEO_NUM_MODES;

Members

NumModes
Specifies the number of modes supported by the device.
ModeInformationLength
Is the length, in bytes, of the VIDEO_MODE_INFORMATION structure that describes each of the modes supported by the device.

Comments

The miniport driver returns a VIDEO_NUM_MODES structure in response to an IOCTL_VIDEO_QUERY_NUM_AVAIL_MODES request.

Requirements

Headers: Declared in Ntddvdeo.h. Include Ntddvdeo.h.

See Also

VIDEO_MODE_INFORMATION, IOCTL_VIDEO_QUERY_NUM_AVAIL_MODES


Send feedback on this topic
Built on May 20, 2009
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker