2.2.5.27 USE_INFO_1_CONTAINER

The USE_INFO_1_CONTAINER structure contains a value that indicates the number of entries that the NetrUseEnum method (section 3.2.4.10) returns, as well as a pointer to the buffer.

 typedef struct _USE_INFO_1_CONTAINER {
   unsigned long EntriesRead;
   LPUSE_INFO_1 Buffer;
 } USE_INFO_1_CONTAINER,
  *PUSE_INFO_1_CONTAINER,
  *LPUSE_INFO_1_CONTAINER;

EntriesRead: The number of entries that the method returns.

Buffer: Details about the connection between a machine on which the workstation service is running and a shared resource.