Platform SDK: Network Management

DFS_INFO_101

The DFS_INFO_101 structure contains a storage state to associate with a Distributed File System (Dfs) link in a named Dfs root.

Note  This structure is currently being evaluated and may or may not be supported in future versions.

typedef struct _DFS_INFO_101 {
    DWORD  State;  
} DFS_INFO_101, *PDFS_INFO_101, *LPDFS_INFO_101; 

Members

State
Specifies a set of bit flags that describe the status of the storage server. Following are valid values for this member. Note that the DFS_STORAGE_STATE_OFFLINE and DFS_STORAGE_STATE_ONLINE values are mutually exclusive.
Value Meaning
DFS_STORAGE_STATE_OFFLINE The specified computer is to be marked offline or unavailable.
DFS_STORAGE_STATE_ONLINE The specified computer is to be marked online or available.
DFS_STORAGE_STATE_ACTIVE The specified computer is to be made the active machine. This value is optional.

Requirements

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

See Also

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