2.2.5.9 WKSTA_USER_INFO_0

The WKSTA_USER_INFO_0 structure contains the name of a user who is currently active on the computer.

 typedef struct _WKSTA_USER_INFO_0 {
   [string] wchar_t* wkui0_username;
 } WKSTA_USER_INFO_0,
  *PWKSTA_USER_INFO_0,
  *LPWKSTA_USER_INFO_0;

wkui0_username: Null-terminated name of a user<7> who is currently active on the computer. Multiple users can be currently active on a computer; this is the name of any such user.