2.2.5.10 WKSTA_USER_INFO_1

The WKSTA_USER_INFO_1 structure contains user information as it pertains to a specific computer.

 typedef struct _WKSTA_USER_INFO_1 {
   [string] wchar_t* wkui1_username;
   [string] wchar_t* wkui1_logon_domain;
   [string] wchar_t* wkui1_oth_domains;
   [string] wchar_t* wkui1_logon_server;
 } WKSTA_USER_INFO_1,
  *PWKSTA_USER_INFO_1,
  *LPWKSTA_USER_INFO_1;

wkui1_username: A null-terminated name of a user who is currently active on the computer.

wkui1_logon_domain: A null-terminated name of the domain to which the user belongs.

wkui1_oth_domains: Null-terminated, NetBIOS names of other domains browsed by the computer, according to the OtherDomains Name Abstract Data Model (section 3.2.1.3).

wkui1_logon_server: A null-terminated, NetBIOS name of the server that authenticated the user.