The USE_INFO_0_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_0_CONTAINER {
unsigned long EntriesRead;
LPUSE_INFO_0 Buffer;
} USE_INFO_0_CONTAINER,
*PUSE_INFO_0_CONTAINER,
*LPUSE_INFO_0_CONTAINER;
EntriesRead: The number of entries that the method returns.
Buffer: Details about the connection between a device and a shared resource.