Skip to content

DisplaySize

Navigation: ADLX SDK ReferencesADLX InterfacesDesktopIADLXEyefinityDesktop

Syntax

ADLX_RESULT    DisplaySize (adlx_uint row, adlx_uint col, adlx_int* displayWidth, adlx_int* displayHeight)

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]displayWidthadlx_int*The pointer to a variable where the display width is returned.
#DirectionNameTypeDescription
---------------
4.[out]displayHeightadlx_int*The pointer to a variable where the display height is returned.

Return Value

If the display size is successfully returned, ADLX_OK is returned.

If the display size is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Remarks

The display size represents the pixel resolution of the dispay area in an AMD Eyefinity desktop.

Requirements

Headerinclude “IDesktops.h”
Minimum version1.0