Remote Differential Compression
Purpose
Remote Differential Compression (RDC) allows applications to synchronize data between two computers in an efficient manner.
Where applicable
An RDC application can synchronize data between any two or more computers across a network with a minimum amount of data transfer over the network.
Developer audience
RDC is designed for C and C++ developers. Familiarity with COM and client/server architecture is required.
Run-time requirements
For information about which operating system versions are required to use a particular programming element, see the Requirements section of the reference page for that element.
Note
End users should not disable RDC. RDC is a dynamic-link library (DLL) that does not consume any system resources, except when you run an application that uses RDC specifically. If you disable RDC, any application that uses it will either not be able to take advantage of RDC or will simply fail.
In this section
-
Describes Remote Differential Compression concepts and terminology.
-
Describes basic tasks and guidelines for implementing a Remote Differential Compression application.
-
Describes Remote Differential Compression enumerations, interfaces, and structures.