Click to Rate and Give Feedback
MSDN
MSDN Library
DirectX
SDK Documentation
DirectX Graphics
Direct3D 9
Reference
Direct3D Reference
Structures
 D3DDISPLAYMODE

  Switch on low bandwidth view
D3DDISPLAYMODE
Bb172548.XDK_CHM_BANNER_left(en-us,VS.85).jpgBb172548.XDK_CHM_BANNER_right(en-us,VS.85).jpg

D3DDISPLAYMODE

Describes the display mode.

typedef struct D3DDISPLAYMODE {
    UINT Width;
    UINT Height;
    UINT RefreshRate;
    D3DFORMAT Format;
} D3DDISPLAYMODE, *LPD3DDISPLAYMODE;

Members

Width
Screen width, in pixels.
Height
Screen height, in pixels.
RefreshRate
Refresh rate. The value of 0 indicates an adapter default.
Format
Member of the D3DFORMAT enumerated type, describing the surface format of the display mode.

Requirements

Header: Declared in D3D9Types.h.

See Also

IDirect3D9::EnumAdapterModes, IDirect3D9::GetAdapterDisplayMode, IDirect3DDevice9::GetDisplayMode

© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker