[This is preliminary documentation and subject to change.]
The DFS_INFO_100 structure contains a comment associated with a junction point in a Distributed File System (Dfs) tree structure.
typedef struct _DFS_INFO_100 { LPWSTR Comment; // comment for the junction point } DFS_INFO_100, *PDFS_INFO_100, *LPDFS_INFO_100;
The Dfs functions use the DFS_INFO_100 structure to retrieve information about a Dfs junction point.