2.2.5.12 WKSTA_USER_INFO_0_CONTAINER

The WKSTA_USER_INFO_0_CONTAINER structure contains a value that indicates the number of entries that the NetrWkstaUserEnum method (section 3.2.4.3) returns, as well as a pointer to the buffer.

 typedef struct _WKSTA_USER_INFO_0_CONTAINER {
   unsigned long EntriesRead;
   [size_is(EntriesRead)] LPWKSTA_USER_INFO_0 Buffer;
 } WKSTA_USER_INFO_0_CONTAINER,
  *PWKSTA_USER_INFO_0_CONTAINER,
  *LPWKSTA_USER_INFO_0_CONTAINER;

EntriesRead: The number of entries that the method returns.

Buffer: The names of the user accounts logged onto the remote computer.