What WM_ message does Windows XP send to applications when it is about to logoff or shutdown please?
Perhaps its something like
PUSH 0b
PUSH 0b
PUSH WM_CLOSE
PUSH HWND_BROADCAST
CALL SendMessage
the hWnd parameter must be set to HWND_BROARCAST so that all the open windows will get notified of the action taken
PUSH 0b
PUSH 0b
PUSH WM_CLOSE
PUSH HWND_BROADCAST
CALL SendMessage
the hWnd parameter must be set to HWND_BROARCAST so that all the open windows will get notified of the action taken
First WM_QUERYENDSESSION then WM_ENDSESSION
best regards,
czDrillard
best regards,
czDrillard