The NetReplGetInfo function retrieves configuration information for the Replicator service.
Security Requirements
No special group membership is required to successfully execute NetReplGetInfo.
NET_API_STATUS NetReplGetInfo(
LPTSTR servername, | |
DWORD level, | |
LPBYTE *bufptr | |
); |
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.
level
Specifies the following value to return the level of information provided.
Value | Meaning |
0 | The bufptr parameter points to an array of REPL_INFO_0 structures. |
bufptr
Points to the buffer in which the data set with the level parameter is stored.
See Also