The DFS_INFO_1 structure contains the name of a junction point in a Distributed File System (Dfs) tree structure.
typedef struct _DFS_INFO_1 {
LPWSTR EntryPath; // Dfs name for the top of the junction point
} DFS_INFO_1, *PDFS_INFO_1, *LPDFS_INFO_1;
\\Dfsname\sharename\path-to-junction-point
where Dfsname
is the name of a Windows NT server that hosts the Dfs root volume; sharename
is the name of a share that is published on the Dfs host server; and path-to-junction-point
specifies the path on the physical share.
The Dfs functions use the DFS_INFO_1 structure to retrieve information about a Dfs junction point.
Windows NT: Requires version 4.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in lmdfs.h.
Networking (Net) Overview, Net Structures, NetDfsEnum, NetDfsGetInfo