D3DKMT_DISPLAYMODE - NtDoc

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

typedef struct _D3DKMT_DISPLAYMODE {
  [out] UINT                                  Width;
  [out] UINT                                  Height;
  [out] D3DDDIFORMAT                          Format;
  [out] UINT                                  IntegerRefreshRate;
  [out] D3DDDI_RATIONAL                       RefreshRate;
  [out] D3DDDI_VIDEO_SIGNAL_SCANLINE_ORDERING ScanLineOrdering;
  [out] D3DDDI_ROTATION                       DisplayOrientation;
  [out] UINT                                  DisplayFixedOutput;
  [out] D3DKMDT_DISPLAYMODE_FLAGS             Flags;
} D3DKMT_DISPLAYMODE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_displaymode)

_D3DKMT_DISPLAYMODE structure

Description

The D3DKMT_DISPLAYMODE structure describes a display mode.

Members

Width [out]

The screen width of the display mode, in pixels.

Height [out]

The screen height of the display mode, in pixels.

Format [out]

A D3DDDIFORMAT-typed value that indicates the pixel format of the display mode.

IntegerRefreshRate [out]

A UINT value that indicates the refresh rate of the display mode.

RefreshRate [out]

A D3DDDI_RATIONAL structure that indicates the refresh rate of the display mode.

ScanLineOrdering [out]

A D3DDDI_VIDEO_SIGNAL_SCANLINE_ORDERING-typed value that indicates how scan lines are ordered in the display mode.

DisplayOrientation [out]

A D3DDDI_ROTATION-typed value that identifies the orientation of the display mode.

DisplayFixedOutput [out]

The fixed output of the display mode.

Flags [out]

A D3DKMDT_DISPLAYMODE_FLAGS structure that indicates information about the display mode.

See also

D3DDDIFORMAT

D3DDDI_RATIONAL

D3DDDI_ROTATION

D3DDDI_VIDEO_SIGNAL_SCANLINE_ORDERING

D3DKMDT_DISPLAYMODE_FLAGS

D3DKMTGetDisplayModeList

D3DKMT_GETDISPLAYMODELIST