<div class="content" name="WKSTA_USER_INFO_1" uuid="c37b9606-866f-40ac-9490-57b8334968e2"><p>The <b>WKSTA_USER_INFO_1</b> structure contains user
information as it pertains to a specific computer.</p><dl>
<dd>
<div><pre> 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;
</pre></div>
</dd></dl><p><b>wkui1_username:</b> A null-terminated name of a
user who is currently active on the computer.</p><p><b>wkui1_logon_domain:</b> A null-terminated name of
the <a href="3acf0e02-9bbd-4ce0-a7a0-586bc72d3ef4#gt_b0276eb2-4e65-4cf1-a718-e0920a614aca" data-linktype="relative-path">domain</a> to which the
user belongs.</p><p><b>wkui1_oth_domains:</b> Null-terminated, <a href="3acf0e02-9bbd-4ce0-a7a0-586bc72d3ef4#gt_b86c44e6-57df-4c48-8163-5e3fa7bdcff4" data-linktype="relative-path">NetBIOS</a> names of other
domains browsed by the computer, according to the <b>OtherDomains Name Abstract
Data Model </b>(section <a href="0929c3a5-0424-420e-a35c-a6844a7b848f" data-linktype="relative-path">3.2.1.3</a>).</p><p><b>wkui1_logon_server:</b> A null-terminated, NetBIOS
name of the <a href="3acf0e02-9bbd-4ce0-a7a0-586bc72d3ef4#gt_434b0234-e970-4e8c-bdfa-e16a30d96703" data-linktype="relative-path">server (2)</a>
that <a href="3acf0e02-9bbd-4ce0-a7a0-586bc72d3ef4#gt_8e961bf0-95ba-4f58-9034-b67ccb27f317" data-linktype="relative-path">authenticated (2)</a>
the user.</p></div>