DFS_INFO_200 structure
Contains the name of a domain-based Distributed File System (DFS) namespace.
Syntax
typedef struct _DFS_INFO_200 { LPWSTR FtDfsName; } DFS_INFO_200, *PDFS_INFO_200, *LPDFS_INFO_200;
Members
- FtDfsName
-
Pointer to a null-terminated Unicode string that contains the name of a domain-based DFS namespace.
Remarks
The DFS_INFO_200 structure is used to enumerate domain-based DFS namespaces in a domain.
Requirements
|
Minimum supported client |
Windows Vista |
|---|---|
|
Minimum supported server |
Windows Server 2008 |
|
Header |
|
See also
- Network Management Overview
- Network Management Structures
- Distributed File System (DFS) Functions
- NetDfsEnum
Show: