DFS_INFO_106 structure
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 { ULONG 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.
- TargetPriority
-
DFS_TARGET_PRIORITY structure that contains the specific priority class and rank of a DFS target.
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
- NetDfsSetInfo
Show: