<div class="content" name="DFS_NAMESPACE_VERSION_ORIGIN" uuid="8347e04b-316f-4ce1-b4aa-85ef05b92b59"><p>The DFS_NAMESPACE_VERSION_ORIGIN is an enumeration that
relates to the <a href="7c34ae60-9d4d-46b5-b2e1-e8ca09ac4d10" data-linktype="relative-path">NetrDfsGetSupportedNamespaceVersion</a>
method when used to determine the supported <a href="a9bc4403-a862-48b9-b99b-1b44a887d177#gt_e8de88fd-d760-46fa-ad77-76961fa20aea" data-linktype="relative-path">DFS metadata</a> version
number.</p><p>The DFS_NAMESPACE_VERSION_ORIGIN enumeration has the
following format.</p><dl>
<dd>
<div><pre> typedef  enum 
 {
   DFS_NAMESPACE_VERSION_ORIGIN_COMBINED = 0,
   DFS_NAMESPACE_VERSION_ORIGIN_SERVER,
   DFS_NAMESPACE_VERSION_ORIGIN_DOMAIN
 } DFS_NAMESPACE_VERSION_ORIGIN;
</pre></div>
</dd></dl><p><b>DFS_NAMESPACE_VERSION_ORIGIN_COMBINED:  </b>This
value is not used in communication.</p><p><b>DFS_NAMESPACE_VERSION_ORIGIN_SERVER:  </b>The
maximum version that a server can support.</p><p><b>DFS_NAMESPACE_VERSION_ORIGIN_DOMAIN:  </b>The
maximum version that the <a href="a9bc4403-a862-48b9-b99b-1b44a887d177#gt_b0276eb2-4e65-4cf1-a718-e0920a614aca" data-linktype="relative-path">domain</a>
can support.</p></div>