Skip to content

DisplayOrientation

Navigation: ADLX SDK ReferencesADLX InterfacesDesktopIADLXEyefinityDesktop

Syntax

ADLX_RESULT    DisplayOrientation (adlx_uint row, adlx_uint col, ADLX_ORIENTATION* displayOrientation)

Parameters

#DirectionNameTypeDescription
1.[in]rowadlx_uintThe row of the AMD Eyefinity grid location for the requested display.
#DirectionNameTypeDescription
---------------
2.[in]coladlx_uintThe column of the AMD Eyefinity grid location for the requested display.
#DirectionNameTypeDescription
---------------
3.[out]displayOrientationADLX_ORIENTATIONThe 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

Headerinclude “IDesktops.h”
Minimum version1.0

See Also: ADLX Enums