DFS_INFO_200 structure (lmdfs.h)
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
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Header | lmdfs.h (include LmDfs.h, Lm.h) |