DXGI_DDI_MODE_SCALING - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// dxgiddi.h

typedef enum DXGI_DDI_MODE_SCALING {
  DXGI_DDI_MODE_SCALING_UNSPECIFIED,
  DXGI_DDI_MODE_SCALING_STRETCHED,
  DXGI_DDI_MODE_SCALING_CENTERED
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-dxgiddi-dxgi_ddi_mode_scaling)

DXGI_DDI_MODE_SCALING enumeration

Description

The DXGI_DDI_MODE_SCALING enumeration type contains values that identify the scaling support for a display.

Constants

DXGI_DDI_MODE_SCALING_UNSPECIFIED

A DXGI_DDI_MODE_SCALING-typed variable has not yet been assigned a meaningful value.

DXGI_DDI_MODE_SCALING_STRETCHED

Stretched content can be displayed.

DXGI_DDI_MODE_SCALING_CENTERED

Centered content can be displayed.

See also

DXGI_DDI_MODE_DESC