|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
| -
| Header File
| lmrepl.h
| Unicode
| No
| Platform Notes
| None
|
|
|
REPL_INFO_1001
The REPL_INFO_1001 structure specifies a count that the replicator 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;
Members
rp1001_pulse
Specifies a multiplier count (the default setting is 2) for the rp1000_interval. If the exporter fails to respond to an importer after rp1001_pulse times rp1000_interval minutes, the importer sends a message to the exporter asking for an update.
If the exporter fails again to respond after the same amount of time, the
importer reports that the top-level directory is not synchronized properly. If the
exporter fails again to respond, the importer will no longer notify the exporter.
This state is reset as soon as the importer hears from the exporter and
replicates successfully.
See Also
NetReplSetInfo
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|