2.2.2.10 DFSM_ROOT_LIST_ENTRY
The DFSM_ROOT_LIST_ENTRY structure relates to the NetrDfsAdd2, NetrDfsAddFtRoot, and NetrDfsSetInfo2 methods when used to add a DFS link or a DFS root target, or to modify the configuration of a domain-based DFS namespace. The structure contains information about a DFS root target.
The DFSM_ROOT_LIST_ENTRY structure has the following format.
-
typedef struct _DFSM_ROOT_LIST_ENTRY { [string, unique] WCHAR* ServerShare; } DFSM_ROOT_LIST_ENTRY;
ServerShare: Specifies a DFS root target.