In ADL_Display_ConnectedDisplays_Get() from ATI's ADL Library, the out parameter lpConnections is co
Posted
by animesh
on Stack Overflow
See other posts from Stack Overflow
or by animesh
Published on 2010-04-20T11:28:56Z
Indexed on
2010/04/20
11:33 UTC
Read the original article
Hit count: 235
The API defined in the ADL SDK manual reads:
int ADL_Display_ConnectedDisplays_Get(int iAdapterIndex, int* lpConnections)
They say that lpConnections
is the pointer to the bit field indicating whether the output connectors on the specified adapter have devices physically attached to them. This information is exactly what I want but nowhere in the documentation I could find any data on what the various bits in the lpConnections
obtained might mean. I also tried going through the header files but found nothing relevant on this.
I know this is very specific to but can anyone here answer?
© Stack Overflow or respective owner