The NetReplExportDirSetInfo function modifies the control information of a replicated directory.
Only members of the Administrators or Account Operators local group can successfully execute NetReplExportDirSetInfo.
NET_API_STATUS NetReplExportDirSetInfo(
LPWSTR servername,
LPWSTR dirname,
DWORD level,
LPBYTE buf,
LPDWORD parm_err
);
Value | Meaning |
---|---|
1 | The buf parameter points to an array of REPL_EDIR_INFO_1 structures. |
1000 | The buf parameter points to an array of REPL_EDIR_INFO_1000 structures. |
1001 | The buf parameter points to an array of REPL_EDIR_INFO_1001 structures. |
Windows NT: Requires version 3.1 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in lmrepl.h.
Import Library: Use netapi32.lib.
Networking (Net) Overview, Net Functions, NetReplExportDirGetInfo