DisplayOrientation
Navigation: ADLX SDK References → ADLX Interfaces → Desktop → IADLXEyefinityDesktop
Syntax
ADLX_RESULT DisplayOrientation (adlx_uint row, adlx_uint col, ADLX_ORIENTATION* displayOrientation)
Parameters
# | Direction | Name | Type | Description |
---|---|---|---|---|
1. | [in] | row | adlx_uint | The row of the AMD Eyefinity grid location for the requested display. |
# | Direction | Name | Type | Description |
--- | --- | --- | --- | --- |
2. | [in] | col | adlx_uint | The column of the AMD Eyefinity grid location for the requested display. |
# | Direction | Name | Type | Description |
--- | --- | --- | --- | --- |
3. | [out] | displayOrientation | ADLX_ORIENTATION | The pointer to a variable where the display orientation is returned. |
Return Value
If the display orientation is successfully returned, ADLX_OK is returned.
If the display orientation is not successfully returned, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Remarks
The display orientation indicates the rotation angle of the display area on an AMD Eyefinity desktop.
Requirements
Header | include “IDesktops.h” |
---|---|
Minimum version | 1.0 |