<div class="content" name="NET_DFS_ENTRY_ID" uuid="8a60a434-7ea6-4000-ae4f-17d8f60870b5"><p>The NET_DFS_ENTRY_ID structure specifies a <a href="1709f6a7-efb8-4ded-b7ae-5cee9ee36320#gt_0b8086c9-d025-45b8-bf09-6b5eca72713e" data-linktype="relative-path">DFS</a> local partition.</p><dl>
<dd>
<div><pre> typedef struct _NET_DFS_ENTRY_ID {
   GUID Uid;
   [string] WCHAR* Prefix;
 } NET_DFS_ENTRY_ID,
  *LPNET_DFS_ENTRY_ID;
</pre></div>
</dd></dl><p><b>Uid:</b>  Specifies the unique
identifier for the partition.</p><p><b>Prefix:</b>  A pointer to a
null-terminated Unicode UTF-16 string that contains the path prefix for the
partition.</p></div>