2.2.5.13 WKSTA_USER_INFO_1_CONTAINER
The WKSTA_USER_INFO_1_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_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;
EntriesRead: The number of entries that the method returns.
Buffer: Details about the user accounts logged onto the remote computer.