IRdcGenerator interface (msrdc.h)

The IRdcGenerator interface is used to process the input data and read the parameters used by the generator.

Inheritance

The IRdcGenerator interface inherits from the IUnknown interface. IRdcGenerator also has these types of members:

Methods

The IRdcGenerator interface has these methods.

 
IRdcGenerator::GetGeneratorParameters

Returns a copy of the parameters used to create the generator.
IRdcGenerator::Process

Processes the input data and produces 0 or more output bytes.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header msrdc.h

See also

IUnknown

Remote Differential Compression Interfaces