IRdcGeneratorFilterMaxParameters interface (msrdc.h)

The IRdcGeneratorFilterMaxParameters interface sets and retrieves parameters used by the FilterMax generator.

Inheritance

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

Methods

The IRdcGeneratorFilterMaxParameters interface has these methods.

 
IRdcGeneratorFilterMaxParameters::GetHashWindowSize

Returns the hash window size�the size of the sliding window used by the FilterMax generator for computing the hash used in the local maxima calculations.
IRdcGeneratorFilterMaxParameters::GetHorizonSize

Returns the horizon size�the length over which the FilterMax generator looks for local maxima.
IRdcGeneratorFilterMaxParameters::SetHashWindowSize

Sets the hash window size�the size of the sliding window used by the FilterMax generator for computing the hash used in the local maxima calculations.
IRdcGeneratorFilterMaxParameters::SetHorizonSize

Sets the horizon size�the length over which the FilterMax generator looks for local maxima.

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