?/TD>
Microsoft DirectX 9.0

D3DDISPLAYMODE Structure


Describes the display mode.

Syntax

typedef struct _D3DDISPLAYMODE {
    UINT Width;
    UINT Height;
    UINT RefreshRate;
    D3DFORMAT Format;
} D3DDISPLAYMODE;

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.

Structure Information

Headerd3d9types.h
Minimum operating systems Windows 98

See Also

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


© 2002 Microsoft Corporation. All rights reserved.