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