can we find the status of a system?
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
I am a beginner in MFC. I wanna know if we can know if a remote system has logged in.Could we get the time of login. I humbly request the one who has some idea about it to kindly respond me! Thanks in advance!
-
I am a beginner in MFC. I wanna know if we can know if a remote system has logged in.Could we get the time of login. I humbly request the one who has some idea about it to kindly respond me! Thanks in advance!
Use NetWkstaGetInfo with level 102; this will returns a WKSTA_INFO_102 structure (if succesful). If wki102_logged_on_users
Specifies the number of users who are logged on to the local computer.
is greater than 0, you have users logged on locally.
Nuclear launch detected