The NET_DFS_ENTRY_ID structure specifies a DFS local partition.
typedef struct _NET_DFS_ENTRY_ID {
GUID Uid;
[string] WCHAR* Prefix;
} NET_DFS_ENTRY_ID,
*LPNET_DFS_ENTRY_ID;
Uid: Specifies the unique identifier for the partition.
Prefix: A pointer to a null-terminated Unicode UTF-16 string that contains the path prefix for the partition.