关机的消息

  • 主题发起人 主题发起人 import
  • 开始时间 开始时间
I

import

Unregistered / Unconfirmed
GUEST, unregistred user!
关机的消息是:WM_QUERYENDSESSION WM_QUERYENDSESSION
nSource = (UINT) wParam; // source of end-session request
fLogOff = lParam // logoff flag
 
Parameters
nSource
Reserved for future use.
fLogOff
Value of lParam. Indicates whether the user is logging off or shutting down the system. Supported values include: ENDSESSION_LOGOFF.
Return Values
If an application can terminate conveniently, it should return TRUE; otherwise, it should return FALSE.
 
当执行exitwindows函数时
它会发送一个WM_QUERYENDSESSION消息给所有正在运行的程序。
 

Similar threads

I
回复
0
查看
560
import
I
I
回复
0
查看
615
import
I
I
回复
0
查看
622
import
I
I
回复
0
查看
606
import
I
后退
顶部