<div class="content"><p> </p><p>The NET_DFS_ENTRY_ID structure specifies a <span><a href="1709f6a7-efb8-4ded-b7ae-5cee9ee36320#gt_0b8086c9-d025-45b8-bf09-6b5eca72713e" data-linktype="relative-path">DFS</a></span>
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>