D3DDISPLAYMODE

This structure describes the display mode.

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.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: D3d8types.h.

See Also

IDirect3D8::EnumAdapterModes | IDirect3D8::GetAdapterDisplayMode | IDirect3DDevice8::GetDisplayMode | Direct3D Structures

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.