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(
|
LPTSTR servername, | |
|
LPTSTR 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. |