IRdcGeneratorFilterMaxParameters::GetHashWindowSize method (msrdc.h)

The GetHashWindowSize method 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.

Syntax

HRESULT GetHashWindowSize(
  [out] ULONG *hashWindowSize
);

Parameters

[out] hashWindowSize

Address of a ULONG that will receive the length in bytes of the hash window size. The valid range is from MSRDC_MINIMUM_HASHWINDOWSIZE to MSRDC_MAXIMUM_HASHWINDOWSIZE.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

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

See also

IRdcGeneratorFilterMaxParameters

SetHashWindowSize