// 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 referenceNo description available.
The D3DKMT_DISPLAYMODE structure describes a display mode.
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.
D3DDDI_VIDEO_SIGNAL_SCANLINE_ORDERING