How to power-off computer on Win9x?
C / C++ / MFC
4
Posts
2
Posters
0
Views
1
Watching
-
I tried to use
::ExitWindowsEx(EWX_POWEROFF, 0)
but it did not shut down the pc, instead, it logs off the current user. On Win2000/XP it worked properly though. -
I tried to use
::ExitWindowsEx(EWX_POWEROFF, 0)
but it did not shut down the pc, instead, it logs off the current user. On Win2000/XP it worked properly though.