<div class="content"><p> </p><p>The <b>WKSTA_USER_INFO_0</b> structure contains the name of
a user who is currently active on the computer.</p><dl>
<dd>
<div><pre> typedef struct _WKSTA_USER_INFO_0 {
   [string] wchar_t* wkui0_username;
 } WKSTA_USER_INFO_0,
  *PWKSTA_USER_INFO_0,
  *LPWKSTA_USER_INFO_0;
</pre></div>
</dd></dl><p><b>wkui0_username:</b> Null-terminated name of a user<a id="Appendix_A_Target_7"></a><a aria-label="Product behavior note 7" href="def80006-2495-4571-8a93-1668e0f8af31#Appendix_A_7" data-linktype="relative-path">&lt;7&gt;</a> who is currently active on the
computer. Multiple users can be currently active on a computer; this is the
name of any such user.</p></div>