[This is preliminary documentation and subject to change.]
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.