The following is the logoff data structure:
struct user_logoff_info_1 {
unsigned short usrlogf1_code;
unsigned long usrlogf1_duration;
unsigned short usrlogf1_num_logons;
};
where:
- usrlogf1_code is dependent on the calling API.
It is specified separately for each API.
- usrlogf1_duration is the duration of a logon.
It can be 0 for unknown.
- usrlogf1_num_logons is the number of logons
by a user name. It can be -1 for unknown.
[Back]
[Next]