vote up 1 vote down star

Does windows provide any api calls to detect if a monitor is presently connected on the VGA port by using DDC I or DCC 2?

I am trying to figure out a way to know if a monitor is connected and turned on.

flag

71% accept rate
I gotta admit, I've never heard of DDC or DCC. A google search for DDC reveals an application named something like DDC which can talk to display drivers, and DCC is "Direct Client to Client" (which was an IRC helper-protocol, wasn't it?) – scraimer Apr 20 at 6:26
1  
en.wikipedia.org/wiki/Display_Data_Channel has some details – Luke Quinane Apr 20 at 7:05

2 Answers

vote up 1 vote down check

Call the EnumDisplayDevices function.

link|flag
Unfortuently that function does not change in real time. I trying to detect when someone unplugs a monitor. MSDN seems to indicate use of DDC was only added to winapi in Vista. – Myforwik Apr 22 at 5:35
vote up 0 vote down

Not a free solution but the only one that I've been able to find so far:

http://www.nicomsoft.com/wini2cddc/

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.