Microsoft DirectX 8.1 (C++)

IAnalogRadioTuningSpace::get_MinFrequency

The get_MinFrequency method retrieves the minimum frequency for this tuning space.

Syntax

HRESULT get_MinFrequency(
  long*  pMinFrequencyVal
);

Parameters

pMinFrequencyVal

[out] Pointer to a variable of type long that receives the minimum frequency.

Return Values

Returns E_NOTIMPL.

See Also