2.2.5.1 DFS_INFO_100
The DFS_INFO_100 structure relates to the NetrDfsGetInfo, NetrDfsSetInfo, and NetrDfsSetInfo2 methods when used to retrieve or set comment text about a DFS root or a DFS link. The structure contains a comment associated with a DFS root or a DFS link.
The DFS_INFO_100 structure has the following format.
-
typedef struct _DFS_INFO_100 { [string] WCHAR* Comment; } DFS_INFO_100;
Comment: A pointer to a null-terminated Unicode string containing a comment associated with the DFS root or DFS link that is for informational purposes. This string has no protocol-specified restrictions on length or content. The comment is meant for human readability and does not affect server functionality.