Platform SDK: Network Management

DFS_INFO_100

The DFS_INFO_100 structure contains a comment associated with a Distributed File System (Dfs) link in a named Dfs root.

typedef struct _DFS_INFO_100 {
    LPWSTR  Comment;  
} 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 Dfs link.

Remarks

The Dfs functions use the DFS_INFO_100 structure to retrieve information about a Dfs link.

Requirements

  Windows NT/2000: Requires Windows NT 4.0 or later.
  Windows 95/98: Unsupported.
  Header: Declared in Lmdfs.h.

See Also

Network Management Overview, Network Management Structures, Distributed File System (Dfs) Functions, NetDfsGetInfo, NetDfsSetInfo