From: znakeeye on 14 Jan 2010 13:48 DISPLAY_DEVICE dd2; dd2.cb = sizeof DISPLAY_DEVICE; EnumDisplayDevices("\\\\.\\DISPLAY1", 0, &dd2, 0)) // Returns 0 under VirtualPC 2007! However, if I call the function with the first parameter set to NULL it succeeds. Is this by design? In native OS it works ok for both... Thanks!
|
Pages: 1 Prev: Reading Unicode text files. Next: Anyway to change app's foreground-background state? |