|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
| -
| Header File
| lmrepl.h
| Unicode
| No
| Platform Notes
| None
|
|
|
REPL_INFO_1000
The REPL_INFO_1000 structure sets the interval that the exporter uses to access the import
server for each top-level directory.
typedef struct _REPL_INFO_1000 {
DWORD rp1000_interval;
} REPL_INFO_1000, *PREPL_INFO_1000, *LPREPL_INFO_1000;
Members
rp1000_interval
Specifies the interval, in minutes (the default setting is 5), at which the
exporter will contact each import server for each top-level directory. The
exporter sends a sync message if it detects a change to the directory since the last message, or a pulse message if it has not.
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
|