REPL_EDIR_INFO_1001
The REPL_EDIR_INFO_1001
structure specifies flags in the replicator to select files on the subdirectory
of an exporter.
typedef struct _REPL_EDIR_INFO_1001 {
DWORD rped1001_extent;
} REPL_EDIR_INFO_1001, *PREPL_EDIR_INFO_1001, *LPREPL_EDIR_INFO_1001;
Members
rped1001_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. |
See Also