The NetReplGetInfo function retrieves configuration information for the Replicator service.
No special group membership is required to successfully execute NetReplGetInfo.
NET_API_STATUS NetReplGetInfo(
LPWSTR servername,
DWORD level,
LPBYTE *bufptr
);
Value | Meaning |
---|---|
0 | The bufptr parameter points to an array of REPL_INFO_0 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, NetReplSetInfo