The DFS_INFO_8_CONTAINER structure contains an array of DFS_INFO_8 structures. The DFS_INFO_8_CONTAINER structure has the following format.
typedef struct _DFS_INFO_8_CONTAINER {
DWORD EntriesRead;
[size_is(EntriesRead)] LPDFS_INFO_8 Buffer;
} DFS_INFO_8_CONTAINER,
*LPDFS_INFO_8_CONTAINER;
EntriesRead: The number of DFS_INFO_8 elements in the array.
Buffer: The array of DFS_INFO_8 structures.