The WKSTA_USER_INFO_1 structure contains user information about a specified workstation, including the name of the current user, the operating system domains accessed by the workstation, and user account information.
typedef struct _WKSTA_USER_INFO_1 {
LPWSTR wkui1_username;
LPWSTR wkui1_logon_domain;
LPWSTR wkui1_oth_domains;
LPWSTR wkui1_logon_server;
}WKSTA_USER_INFO_1, *PWKSTA_USER_INFO_1, *LPWKSTA_USER_INFO_1;
Windows NT: Requires version 3.1 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in lmwksta.h.
Networking (Net) Overview, Net Structures, NetWkstaUserEnum, NetWkstaUserGetInfo, NetWkstaUserSetInfo