Prev Next

DFS_INFO_1 info  Overview  Group

[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; 

 

Members

EntryPath
Pointer to a null-terminated Unicode character string that specifies the Universal Naming Convention path of a junction point in a Dfs tree structure. The string will be of the form:

\\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.

Remarks

The Dfs functions use the DFS_INFO_1 structure to retrieve information about a Dfs junction point.

See Also

NetDfsEnum, NetDfsGetInfo