Win32 API prevent standby

Posted by bobobobo on Stack Overflow See other posts from Stack Overflow or by bobobobo
Published on 2010-04-22T02:25:39Z Indexed on 2010/04/22 2:43 UTC
Read the original article Hit count: 383

Filed under:
|
|
|

What is the Win32 api function that prevents the system from going into standby?

Some programs use it, which is pretty annoying in my opinion.

I know there's a couple of WM_SYSCOMMAND messages you can trap to prevent the screensaver from coming on..

© Stack Overflow or respective owner

Related posts about win32

Related posts about c++