D3DKMDT_MONITOR_ORIENTATION enumeration (d3dkmdt.h)
The D3DKMDT_MONITOR_ORIENTATION enumeration is used to describe the orientation (rotation angle) of a connected external display device.
Syntax
typedef enum _D3DKMDT_MONITOR_ORIENTATION {
D3DKMDT_MO_UNINITIALIZED,
D3DKMDT_MO_0DEG,
D3DKMDT_MO_90DEG,
D3DKMDT_MO_180DEG,
D3DKMDT_MO_270DEG
} D3DKMDT_MONITOR_ORIENTATION;
Constants
D3DKMDT_MO_UNINITIALIZED Indicates that a variable of type D3DKMDT_MONITOR_ORIENTATION has not yet been assigned a meaningful value. |
D3DKMDT_MO_0DEG Indicates that the display device has not been rotated from its default orientation. |
D3DKMDT_MO_90DEG Indicates that the display device has been rotated 90 degrees clockwise from its default orientation. |
D3DKMDT_MO_180DEG Indicates that the display device has been rotated 180 degrees clockwise from its default orientation. |
D3DKMDT_MO_270DEG Indicates that the display device has been rotated 270 degrees clockwise from its default orientation. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Header | d3dkmdt.h |