Platform SDK: Network Management |
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;
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. |
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Unsupported.
Header: Declared in Lmdfs.h.
Network Management Overview, Network Management Structures, Distributed File System (Dfs) Functions, NetDfsSetClientInfo, NetDfsSetInfo