3.3.4.3.2 NetrDfsFlushFtTable (Opnum 18)

The NetrDfsFlushFtTable method instructs the DFS server on a DC to purge the specified domainv1-based DFS entry from any DFS root referral cache it might have.

Note This method MUST fail on non-DC servers, as specified in this section.

The NetrDfsFlushFtTable method uses the following MIDL syntax.

 NET_API_STATUS NetrDfsFlushFtTable(
   [in, string] WCHAR* DcName,
   [in, string] WCHAR* wszFtDfsName
 );

DcName: The pointer to a null-terminated Unicode string that contains the host name of the DC to which the RPC method is issued.

wszFtDfsName: The pointer to a null-terminated Unicode string that contains the name of the domain-based DFS namespace.

Return Values: 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.

Note This method MUST return ERROR_NOT_SUPPORTED on non-DC servers.

Return value/code

Description

0x00000000

ERROR_SUCCESS

Successful completion.

0x00000032

ERROR_NOT_SUPPORTED

Operation not supported. This MUST be returned if the server does not implement the method.

The server MAY choose not to implement this method.<149> If it does, ERROR_NOT_SUPPORTED MUST be returned.