Platform SDK: Network Management |
The REPL_EDIR_INFO_1000 structure contains the value of the integrity replication control.
typedef struct _REPL_EDIR_INFO_1000 { DWORD rped1000_integrity; } REPL_EDIR_INFO_1000, *PREPL_EDIR_INFO_1000, *LPREPL_EDIR_INFO_1000;
Value | Meaning |
---|---|
REPL_INTEGRITY_TREE | When the importer detects a change to the replicated tree, it copies the entire tree to a temporary top-level directory and renames the original tree in the existing directory. If any problem occurs while copying the tree, the importer deletes the temporary directory. This action guarantees the integrity of the entire tree. |
REPL_INTEGRITY_FILE | When an importer detects mismatched file attributes in the tree structure (such as date, time, name, or size), it copies the file to a temporary local file and renames the local file in place of the existing file. This action guarantees only the integrity of individual files, not of the entire tree. |
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, NetReplExportDirSetInfo