2.2.6.8 DFS_INFO_9_CONTAINER
The DFS_INFO_9_CONTAINER structure contains an array of DFS_INFO_9 structures. The DFS_INFO_9_CONTAINER structure has the following format.
-
typedef struct _DFS_INFO_9_CONTAINER { DWORD EntriesRead; [size_is(EntriesRead)] LPDFS_INFO_9 Buffer; } DFS_INFO_9_CONTAINER, *LPDFS_INFO_9_CONTAINER;
EntriesRead: The number of DFS_INFO_9 elements in the array.
Buffer: The array of DFS_INFO_9 structures.