Platform SDK: Network Management

DFS_INFO_200

The DFS_INFO_200 structure contains the name associated with a domain-based Distributed File System (Dfs) root.

Note  This structure is currently being evaluated and may or may not be supported in future versions.

typedef struct _DFS_INFO_200 {
    LPWSTR  FtDfsName; 
} DFS_INFO_200, *PDFS_INFO_200, *LPDFS_INFO_200; 

Members

FtDfsName
Pointer to a null-terminated Unicode character string that contains the domain-based Dfs name.

Remarks

The Dfs functions use the DFS_INFO_200 structure to enumerate all the domain-based Dfs roots in a domain.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Lmdfs.h.

See Also

Network Management Overview, Network Management Structures, Distributed File System (Dfs) Functions, NetDfsEnum