2

The only thing I found is GetConsoleProcessList. The thing here is that this function doesn't work in Windows 2000. Is there any way to get around this issue, so it would work in all systems since win2k ? Is there another function that does similar thing ?

ildjarn
  • 62,044
  • 9
  • 127
  • 211
rsk82
  • 28,217
  • 50
  • 150
  • 240
  • Maybe some cross platform library layer supports it out of the box: http://stackoverflow.com/questions/1575460/is-there-a-cross-platform-exec-in-boost – matiu Dec 23 '11 at 00:09

1 Answers1

0

The GetConsoleProcessList function is only available on Windows XP/2003 and higher. Not on Windows 2000.

Software_Designer
  • 8,490
  • 3
  • 24
  • 28