Unable to get WTS_SESSION_LOGON event notification. How to capture the event when user log on to the machine.?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have an application which captures Lock, Unlock, Logoff and Logon events of Windows OS. I am able to get the notifications for Lock, Unlock and Logoff, but not getting any notification when user Logs on to the machine. I am using WTS_SESSION_LOGON event to capture the Log on event. How to capture the event when user log on to the machine. Any help will be appreciated. Regards,