DFS_INFO_100

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; 
 

Members

Comment
Pointer to a null-terminated Unicode character string that contains the comment associated with the specified junction point.

Remarks

The Dfs functions use the DFS_INFO_100 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, NetDfsGetInfo, NetDfsSetInfo