Prev Next

NetReplExportDirDel info  Overview  Group

The NetReplExportDirDel function removes registration of a replicated directory.

Security Requirements

Only members of the Administrators or Account Operators local group can successfully execute NetReplExportDirDel.

NET_API_STATUS NetReplExportDirDel(

    LPTSTR servername,

    LPTSTR dirname

   );

Parameters

servername
Pointer to a null-terminated Unicode string containing the name of the remote server on which the function is to execute. A NULL pointer or string specifies the local computer.
dirname
Pointer to a null-terminated Unicode string containing the name of a replicated directory to remove from the registration files.

See Also

NetReplExportDirAdd