DXGI_DDI_MODE_ROTATION - NtDoc

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

typedef enum DXGI_DDI_MODE_ROTATION {
  DXGI_DDI_MODE_ROTATION_UNSPECIFIED,
  DXGI_DDI_MODE_ROTATION_IDENTITY,
  DXGI_DDI_MODE_ROTATION_ROTATE90,
  DXGI_DDI_MODE_ROTATION_ROTATE180,
  DXGI_DDI_MODE_ROTATION_ROTATE270
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

DXGI_DDI_MODE_ROTATION enumeration

Description

The DXGI_DDI_MODE_ROTATION enumeration type contains values that identify the orientation of the display.

Constants

DXGI_DDI_MODE_ROTATION_UNSPECIFIED

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

DXGI_DDI_MODE_ROTATION_IDENTITY

The display is not rotated.

DXGI_DDI_MODE_ROTATION_ROTATE90

The display is rotated 90 degrees.

DXGI_DDI_MODE_ROTATION_ROTATE180

The display is rotated 180 degrees.

DXGI_DDI_MODE_ROTATION_ROTATE270

The display is rotated 270 degrees.

See also

DXGI_DDI_MODE_DESC