Any method to detect the PC wake up from "stand-by" situation?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all, I am writting a program which would like to detect if the PC is waken-up when it is in "stand-by" mode. Is there any method to do so? any reference source/material is welcome, thanks~
-
Hi all, I am writting a program which would like to detect if the PC is waken-up when it is in "stand-by" mode. Is there any method to do so? any reference source/material is welcome, thanks~
StarMeteor wrote:
any reference source/material is welcome, thanks~
Look up
WM_POWER
,WM_POWERBROADCAST
,WM_POWERCHANGE_NEEDACK
inMSDN
.
Nibu thomas A Developer Programming tips[^] My site[^]