Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains the storage state and priority for a DFS root target or link target. This structure is only for use with the NetDfsSetInfo function.
Syntax
typedef struct _DFS_INFO_106 {
DWORD State;
DFS_TARGET_PRIORITY TargetPriority;
} DFS_INFO_106, *PDFS_INFO_106, *LPDFS_INFO_106;
Members
State
State of the target as one of the following values.
DFS_STORAGE_STATE_OFFLINE (0x00000001)
The DFS storage is offline.
DFS_STORAGE_STATE_ONLINE (0x00000002)
The DFS storage is online.
DFS_STORAGE_STATES (0x0000000F)
Mask value that indicates which storage flags are set.
TargetPriority
DFS_TARGET_PRIORITY structure that contains the specific priority class and rank of a DFS target.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Header | lmdfs.h (include LmDfs.h, Lm.h) |