- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2018
05:24 AM
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 Replies
