The NetReplExportDirGetInfo function retrieves the control information of a replicated directory.
No special group membership is required to successfully execute NetReplExportDirGetInfo.
NET_API_STATUS NetReplExportDirGetInfo(
LPTSTR servername, | |
LPTSTR dirname, | |
DWORD level, | |
LPBYTE *bufptr | |
); |
Value |
Meaning |
0 |
The bufptr parameter points to an array of REPL_EDIR_INFO_0 structures. |
1 |
The bufptr parameter points to an array of REPL_EDIR_INFO_1 structures. |
2 |
The bufptr parameter points to an array of REPL_EDIR_INFO_2 structures. |