Skip to content

TopLeft

Navigation: ADLX SDK ReferencesADLX InterfacesDesktopIADLXDesktop

Syntax

ADLX_RESULT    TopLeft (ADLX_Point* locationTopLeft)

Parameters

#DirectionNameTypeDescription
1.[out]locationTopLeftADLX_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 desktop top left position is measured in screen coordinates.

Requirements

Headerinclude “IDesktops.h”
Minimum version1.0

See Also: ADLX_Point