Platform SDK: Network Management |
The REPL_INFO_1001 structure contains a count that the file replicator service uses to synchronize the importer to the exporter.
typedef struct _REPL_INFO_1001 { DWORD rp1001_pulse; } REPL_INFO_1001, *PREPL_INFO_1001, *LPREPL_INFO_1001;
If the exporter fails to respond to an importer after the number of minutes obtained by multiplying rp1001_pulse times rpX_interval, the importer sends a message to the exporter asking for an update. If the exporter fails to respond again (after the same amount of time), the importer reports that the top-level directory is not synchronized. If the exporter fails to respond a third time, the importer no longer notifies the exporter.
The importer resumes notifying the exporter when the exporter responds and replication is successful.
Windows NT/2000: Requires Windows NT 4.0 or earlier.
Windows 95/98: Unsupported.
Header: Declared in Lmrepl.h.
Network Management Overview, Network Management Structures, Replicator Functions, NetReplSetInfo