cancel
Showing results for 
Search instead for 
Did you mean: 

GPU Developer Tools

holoeye_dk
Journeyman III

ADL_Display_Position_Get and ADL_Display_Size_Get not working

Hello everybody,

I go the ADL api running so far but somehow I am unable to get ADL_Display_Position_Get and ADL_Display_Size_Get to work.

const int aa = display.displayID.iDisplayLogicalAdapterIndex;

const int dd = display.displayID.iDisplayLogicalIndex;

ADL_Display_Position_Get(aa, dd, ...);

ADL_Display_Size_Get(aa, dd, ...);

Both return the unspecific error ADL_ERR, so that does not really help me. All other API functions I use work as expected, but they do not require thed display index.

It would be great if someone has a moment to take a look.

Thanks,

Daniel

0 Likes
0 Replies