Prev Next

DFS_INFO_100 info  Overview  Group

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

 

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.

See Also

NetDfsGetInfo, NetDfsSetInfo