REPL_EDIR_INFO_1

The REPL_EDIR_INFO_1 structure selects subdirectories from the main export directories of replicators with the Wait Until Stabilized feature.

typedef struct _REPL_EDIR_INFO_1 {
    LPWSTR         rped1_dirname;
    DWORD          rped1_integrity;
    DWORD          rped1_extent;
} REPL_EDIR_INFO_1, *PREPL_EDIR_INFO_1, *LPREPL_EDIR_INFO_1;
 

Members

rped1_dirname
Specifies the name of a particular subdirectory of the main export directory.
rped1_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.

rped1_extent
Specifies one of the following flags to select files within the main export directory.
Value Meaning
REPL_EXTENT_FILE Selects a single file in the main export directory.
REPL_EXTENT_TREE Selects the entire subtree in the main export directory. If you clear a top-level directory in the Control panel (Control Panel -> Server -> Replicator -> Manage Export), only the files in that top-level directory will be replicated, and subdirectories or their contents will not.

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in lmrepl.h.

See Also

Networking (Net) Overview, Net Structures, NetReplExportDirAdd, NetReplExportDirEnum, NetReplExportDirGetInfo, NetReplExportDirSetInfo