DXGK_DISPLAYPANELORIENTATION enumeration (d3dkmddi.h)
Enum used to express the orientation of an integrated panel.
Syntax
typedef enum _DXGK_DISPLAYPANELORIENTATION {
DXGK_DPO_0 = 0,
DXGK_DPO_90 = 1,
DXGK_DPO_180 = 2,
DXGK_DPO_270 = 3
} DXGK_DISPLAYPANELORIENTATION;
Constants
DXGK_DPO_0 Value: 0 Indicates a 0 degree rotation. |
DXGK_DPO_90 Value: 1 Indicates a 90 degree rotation. |
DXGK_DPO_180 Value: 2 Indicates a 180 degree rotation. |
DXGK_DPO_270 Value: 3 Indicates a 270 degree rotation. |
Requirements
Requirement | Value |
---|---|
Header | d3dkmddi.h |