DFS_INFO_1

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.

QuickInfo

  Windows NT: Requires version 4.0 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in lmdfs.h.

See Also

Networking (Net) Overview, Net Structures, NetDfsEnum, NetDfsGetInfo