I have a nice little app that has saved my PC from the old power off many times (I like to play that memory leaking game called Team Fortress online)...
anyway, tonight I was playing and did a shutdown and accidentally clicked "Standbye", which led me to think, can you put the PC in standbye using the same api call as to shut down windows??
Here's what I do now:
Result = ExitWindowsEx(uFLags,dwReserved)
Thanks
Scott
-------------
Scott
mailto:[email protected][email protected]</A>
anyway, tonight I was playing and did a shutdown and accidentally clicked "Standbye", which led me to think, can you put the PC in standbye using the same api call as to shut down windows??
Here's what I do now:
Result = ExitWindowsEx(uFLags,dwReserved)
Thanks

Scott
-------------
Scott
mailto:[email protected][email protected]</A>
Comment