DisplayTopLeft

Gets the top left position of the display area on an AMD Eyefinity desktop at a given grid location.

Syntax

Copied!

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

Parameters

  1. [in] row adlx_uint The row of the AMD Eyefinity grid location for the requested display.

  2. [in] col adlx_uint The column of the AMD Eyefinity grid location for the requested display.

  3. [out] displayLocationTopLeft ADLX_Point * The 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

Header

include “IDesktops.h”

Minimum version

1.0