2.2.4.6 DFS_INFO_106

The DFS_INFO_106 structure contains the storage state and priority of a DFS root target or a DFS link target. For more information on prioritization, see section 2.2.2.7.

The DFS_INFO_106 structure has the following format.

 typedef struct _DFS_INFO_106 {
   DWORD State;
   DFS_TARGET_PRIORITY TargetPriority;
 } DFS_INFO_106;

State: The state of the target. Contains one of the following valid state values.

Value

Meaning

DFS_STORAGE_STATE_OFFLINE

0x00000001

This target is offline and unavailable for use.

DFS_STORAGE_STATE_ONLINE

0x00000002

This target is online and available for use.

TargetPriority: A DFS_TARGET_PRIORITY structure that indicates the priority class and rank of the DFS target.