Skip to content

DisplayTopLeft

Navigation: ADLX SDK ReferencesADLX InterfacesDesktopIADLXEyefinityDesktop

Syntax

ADLX_RESULT    DisplayTopLeft (adlx_uint row, adlx_uint col, ADLX_Point* displayLocationTopLeft)

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]displayLocationTopLeftADLX_PointThe pointer to a variable where the top left position is returned.

Return Value

If the top left position is successfully returned, ADLX_OK is returned.

If the top left position is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Remarks

The top left position is relative to the desktop’s top left position.

Requirements

Headerinclude “IDesktops.h”
Minimum version1.0

See Also: ADLX_Point