DFS_INFO_100 structure (lmdfs.h)

Contains a comment associated with a Distributed File System (DFS) root or link.

Syntax

typedef struct _DFS_INFO_100 {
  LPWSTR Comment;
} DFS_INFO_100, *PDFS_INFO_100, *LPDFS_INFO_100;

Members

Comment

Pointer to a null-terminated Unicode string that contains the comment associated with the specified DFS root or link. The comment is associated with the DFS namespace root or link and not with a specific DFS root target or link target.

Remarks

The DFS functions use the DFS_INFO_100 structure to retrieve and set information about a DFS root or link.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Header lmdfs.h (include LmDfs.h, Lm.h)

See also

Distributed File System (DFS) Functions

NetDfsGetInfo

NetDfsSetInfo

Network Management Overview

Network Management Structures