views:

29

answers:

0

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?