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