Windows 10 Screen Saver getting killed when display is turned off due to powersave timeout.

liz08

Active Member
Joined
Oct 9, 2017
I have a frontend application always running and receiving windows messages.
When screen saver timeout is less than powersave timeout, my screen saver is getting killed and my frontend application is not receiving WM_POWERBROADCAST message when the displaying is going for sleep. Also due to user activity( like mouse move/ keyboard event) , if i am trying to wake up the display immediately , my frontend application is still not receiving the WM_POWERBROADCAST message.
Can you please let me know why my application is not receiving WM_POWERBROADCAST message?
 
Back
Top Bottom