This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The DFS_INFO_1 structure contains the name of a DFS root or DFS link.
The DFS_INFO_1 structure has the following format.
typedef struct _DFS_INFO_1 { [string] WCHAR* EntryPath; } DFS_INFO_1;
EntryPath: The pointer to a DFS root or a DFS link path.