struct user_logon_info_0 { unsigned char usrlog0_eff_name[UNLEN+1]; unsigned char usrlog0_pad_1; };
where:
usrlog0_eff_name
is the UAS account name (user ID) submitted with the API call.
usrlog0_pad
word-aligns the data structure component.
[Back]
[Next]