2.2.4.108 NET_DFS_ENTRY_ID_CONTAINER

The NET_DFS_ENTRY_ID_CONTAINER structure contains a pointer to a buffer that contains NET_DFS_ENTRY_ID entries and a value that indicates the count of entries in the buffer.

 typedef struct _NET_DFS_ENTRY_ID_CONTAINER {
   unsigned long Count;
   [size_is(Count)] LPNET_DFS_ENTRY_ID Buffer;
 } NET_DFS_ENTRY_ID_CONTAINER,
  *LPNET_DFS_ENTRY_ID_CONTAINER;

Count: The count of buffer array entries returned by the method.

Buffer: An array of NET_DFS_ENTRY_ID entries returned by the method.