2.2.6.9 DFS_INFO_200_CONTAINER

The DFS_INFO_200_CONTAINER structure contains an array of DFS_INFO_200 structures. The DFS_INFO_200_CONTAINER structure has the following format.

 typedef struct _DFS_INFO_200_CONTAINER {
   DWORD EntriesRead;
   [size_is(EntriesRead)] DFS_INFO_200* Buffer;
 } DFS_INFO_200_CONTAINER;

EntriesRead: The number of elements in the array.

Buffer: The array of DFS_INFO_200 structures.