2.2.4.110 DFS_SITELIST_INFO

The DFS_SITELIST_INFO structure contains a value that indicates the count of entries and an array of DFS_SITELIST_INFO entries that the NetrDfsManagerReportSiteInfo method returns.

 typedef struct _DFS_SITELIST_INFO {
   unsigned long cSites;
   [size_is(cSites)] DFS_SITENAME_INFO Site[];
 } DFS_SITELIST_INFO,
  *PDFS_SITELIST_INFO,
  *LPDFS_SITELIST_INFO;

cSites: A count of site array entries returned by the method.

Site: An array of DFS_SITENAME_INFO entries that the method returns.