Share via


IBDA_FrequencyFilter::get_Range method (bdaiface.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

The get_Range method retrieves the tuner range. The tuner range is the frequency domain on which to find a particular carrier frequency

Syntax

HRESULT get_Range(
  [out] ULONG *pulRange
);

Parameters

[out] pulRange

Pointer that receives the tuner range. The units are 1 Hz x the frequency multiplier, where the frequency multiplier is the value returned by the IBDA_FrequencyFilter::get_FrequencyMultiplier method. The default frequency multiplier is 1000, so the default units are kilohertz (kHz). A value of -1 for this parameter indicates that the tuner range is not set. A value of 0 for this parameter indicates that the tuner range is undefined.

Return value

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Requirements

   
Target Platform Windows
Header bdaiface.h

See also

Error and Success Codes

IBDA_FrequencyFilter Interface

IBDA_FrequencyFilter::get_FrequencyMultiplier

IBDA_FrequencyFilter::put_Range