Microsoft DirectX 8.1 (C++)

IAnalogRadioTuningSpace::get_MaxFrequency

The get_MaxFrequency method retrieves the maximum frequency for this tuning space.

Syntax

HRESULT get_MaxFrequency(
  long*  pMaxFrequencyVal
);

Parameters

pMaxFrequencyVal

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

Return Values

Returns E_NOTIMPL.

See Also