|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
| -
| Header File
| lmrepl.h
| Unicode
| No
| Platform Notes
| None
|
|
|
REPL_EDIR_INFO_1000
The REPL_EDIR_INFO_1000 structure specifies flags that verify the integrity of the directory tree in
replicators with the Wait Until Stabilized feature.
typedef struct _REPL_EDIR_INFO_1000 {
DWORD rped1000_integrity;
} REPL_EDIR_INFO_1000, *PREPL_EDIR_INFO_1000, *LPREPL_EDIR_INFO_1000;
Members
rped1000_integrity
Specifies one of the following Wait Until Stabilized options for the importer.
Value
| Meaning
| REPL_INTEGRITY_TREE
| When the importer detects a change to the tree, it copies the entire tree to a
temporary top-level directory, then renames it in the existing directory. If
any problem occurs while copying the tree, the importer deletes the temporary
directory. This action guarantees that the entire tree matches the original tree.
| REPL_INTEGRITY_FILE
| When an importer detects mismatched file attributes of the tree structure
(such as date, time, name, and size), it copies the file to a temporary local file,
then renames the local file in the place of the existing file. This action
guarantees the integrity only of individual files, not of the entire tree.
|
See Also
NetReplExportDirSetInfo
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
|