DFS_INFO_101 structure
Describes the state of storage on a DFS root, link, root target, or link target.
Syntax
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 host server. Following are valid values for this member. Note that the DFS_STORAGE_STATE_OFFLINE and DFS_STORAGE_STATE_ONLINE values are mutually exclusive. The storage states can only be set on DFS root targets or DFS link targets. The DFS volume states can only be set on a DFS namespace root or DFS link and not on individual targets.
-
The DFS storage is offline.
-
The DFS storage is online.
-
The DFS storage is active. This value is only for use with the NetDfsSetClientInfo function.
-
The specified DFS root or link is in the normal state.
-
The internal DFS database is inconsistent with the specified DFS root or link. Attempts to repair the inconsistency have failed. This value is read-only.
-
The specified DFS root or link is offline or unavailable.
-
The specified DFS root or link is available.
-
Forces a resynchronization on the DFS root target. This flag is valid only for a DFS root target, and is write-only.
-
Puts a root volume in standby mode. This flag is valid for a clustered DFS namespace only.
Requirements
|
Minimum supported client |
Windows Vista |
|---|---|
|
Minimum supported server |
Windows Server 2008 |
|
Header |
|
See also
- Network Management Overview
- Network Management Structures
- Distributed File System (DFS) Functions
- NetDfsSetClientInfo
- NetDfsSetInfo