Describes full-screen mode for a swap chain.
typedef struct DXGI_SWAP_CHAIN_FULLSCREEN_DESC {
DXGI_RATIONAL RefreshRate;
DXGI_MODE_SCANLINE_ORDER ScanlineOrdering;
DXGI_MODE_SCALING Scaling;
BOOL Windowed;
} DXGI_SWAP_CHAIN_FULLSCREEN_DESC;
RefreshRate
A DXGI_RATIONAL structure that describes the refresh rate in hertz.
ScanlineOrdering
A member of the DXGI_MODE_SCANLINE_ORDER enumerated type that describes the scan-line drawing mode.
Scaling
A member of the DXGI_MODE_SCALING enumerated type that describes the scaling mode.
Windowed
A Boolean value that specifies whether the swap chain is in windowed mode. TRUE if the swap chain is in windowed mode; otherwise, FALSE.
Header: Declared in d3d11_x.h or dxgi1_2.h.