D3DDISPLAYMODEEX 

D3DDISPLAYMODEEX

Information about the properties of a display mode.

typedef struct  {
    UINT Size;
    UINT Width;
    UINT Height;
    UINT RefreshRate;
    D3DFORMAT Format;
    D3DSCANLINEORDERING ScanLineOrdering;
} D3DDISPLAYMODEEX;

Members

  • Size
    The size of this structure. This should always be set to sizeof(D3DDISPLAYMODEEX).
  • Width
    Width of the display mode.
  • Height
    Height of the display mode.
  • RefreshRate
    Refresh rate of the display mode.
  • Format
    Format of the display mode. See D3DFORMAT.
  • ScanLineOrdering
    Indicates whether the scanline order is progressive or interlaced. See D3DSCANLINEORDERING.