2.2.5.3 DFS_INFO_200

The DFS_INFO_200 structure relates to the NetrDfsEnumEx method when used to enumerate all of the domain-based DFS namespace in a domain. The structure contains the name of a domain-based DFS namespace. The DFS_INFO_200 structure has the following format.

 typedef struct _DFS_INFO_200 {
   [string] WCHAR* FtDfsName;
 } DFS_INFO_200;

FtDfsName: A pointer to a DFS root path.