IRdcGeneratorFilterMaxParameters::GetHorizonSize method (msrdc.h)

The GetHorizonSize method returns the horizon size—the length over which the FilterMax generator looks for local maxima. This determines the default smallest size for a chunk.

Syntax

HRESULT GetHorizonSize(
  [out] ULONG *horizonSize
);

Parameters

[out] horizonSize

Address of a ULONG that will receive the length in bytes of the horizon size. The valid range is from MSRDC_MINIMUM_HORIZONSIZE to MSRDC_MAXIMUM_HORIZONSIZE.

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

SetHorizonSize