<div class="content" name="WKSTA_USER_INFO_1_CONTAINER" uuid="22a813e4-fc7d-4fe3-a6d6-78debfd2c0c9"><p>The <b>WKSTA_USER_INFO_1_CONTAINER</b> structure contains a
value that indicates the number of entries that the <b>NetrWkstaUserEnum</b>
method (section <a href="55118c55-2122-4ef9-8664-0c1ff9e168f3" data-linktype="relative-path">3.2.4.3</a>)
returns, as well as a pointer to the buffer.</p><dl>
<dd>
<div><pre> typedef struct _WKSTA_USER_INFO_1_CONTAINER {
   unsigned long EntriesRead;
   [size_is(EntriesRead)] LPWKSTA_USER_INFO_1 Buffer;
 } WKSTA_USER_INFO_1_CONTAINER,
  *PWKSTA_USER_INFO_1_CONTAINER,
  *LPWKSTA_USER_INFO_1_CONTAINER;
</pre></div>
</dd></dl><p><b>EntriesRead:</b> The number of entries that the
method returns.</p><p><b>Buffer:</b> Details about the user accounts logged
onto the remote computer.</p></div>