In ADL_Display_ConnectedDisplays_Get() from ATI's ADL Library, the out parameter lpConnections is co
- by animesh
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…