<div class="content"><p> </p><p>The NetrDfsFlushFtTable method instructs the <span><a href="a9bc4403-a862-48b9-b99b-1b44a887d177#gt_0b8086c9-d025-45b8-bf09-6b5eca72713e" data-linktype="relative-path">DFS</a></span>
server on a <span><a href="a9bc4403-a862-48b9-b99b-1b44a887d177#gt_76a05049-3531-4abd-aec8-30e19954b4bd" data-linktype="relative-path">DC</a></span> to purge the
specified domainv1-based DFS entry from any DFS root referral cache it might
have.</p><p><b>Note</b>  This method MUST fail on non-DC
servers, as specified in this section.</p><p>The NetrDfsFlushFtTable method uses the following <span><a href="a9bc4403-a862-48b9-b99b-1b44a887d177#gt_9c5903c1-1477-4181-b451-3ba1e34a0c0c" data-linktype="relative-path">MIDL</a></span>
syntax.</p><dl>
<dd>
<div><pre> NET_API_STATUS NetrDfsFlushFtTable(
   [in, string] WCHAR* DcName,
   [in, string] WCHAR* wszFtDfsName
 );
</pre></div>
</dd></dl><p><b>DcName: </b>The pointer to a null-terminated <span><a href="a9bc4403-a862-48b9-b99b-1b44a887d177#gt_c305d0ab-8b94-461a-bd76-13b40cb8c4d8" data-linktype="relative-path">Unicode</a></span>
string that contains the <span><a href="a9bc4403-a862-48b9-b99b-1b44a887d177#gt_fe6fd875-b30a-44bb-850e-10733990f04c" data-linktype="relative-path">host name</a></span> of the DC
to which the <span><a href="a9bc4403-a862-48b9-b99b-1b44a887d177#gt_8a7f6700-8311-45bc-af10-82e10accd331" data-linktype="relative-path">RPC</a></span> method is
issued.</p><p><b>wszFtDfsName: </b>The pointer to a null-terminated
Unicode string that contains the name of the <span><a href="a9bc4403-a862-48b9-b99b-1b44a887d177#gt_133ab305-ad75-4b38-8ec9-40bc0dc3b594" data-linktype="relative-path">domain-based DFS namespace</a></span>.</p><p><b>Return Values: </b>This method MUST return 0 on
success and a nonzero error code on failure. The values transmitted in this
field are implementation-specific. For protocol purposes, all nonzero values
MUST be treated as equivalent failures.</p><dl>
<dd>
<p><b>Note</b>  This method MUST return
ERROR_NOT_SUPPORTED on non-DC servers.</p>
</dd>
<dd>
<table><thead>
  <tr>
   <th>
   <p>Return value/code</p>
   </th>
   <th>
   <p>Description</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>
  <p>0x00000000</p>
  <p>ERROR_SUCCESS</p>
  </td>
  <td>
  <p>Successful completion.</p>
  </td>
 </tr><tr>
  <td>
  <p>0x00000032</p>
  <p>ERROR_NOT_SUPPORTED</p>
  </td>
  <td>
  <p>Operation not supported. This MUST be returned if the
  server does not implement the method.</p>
  </td>
 </tr></tbody></table>
</dd></dl><p>The server MAY choose not to implement this method.<a id="Appendix_A_Target_149"></a><a aria-label="Product behavior note 149" href="3a466440-1ef6-4439-b4e2-be9eaddeb511#Appendix_A_149" data-linktype="relative-path">&lt;149&gt;</a> If it does,
ERROR_NOT_SUPPORTED MUST be returned.</p></div>