Microsoft DirectX 8.1 (C++)

IDVBSTuningSpace::get_HighOscillator

The get_HighOscillator method retrieves the high oscillator frequency in decaHertz (dHz).

Syntax

HRESULT get_HighOscillator(
  long*  pHighOscillator
);

Parameters

pHighOscillator

[out] Specifies the address of a long integer to receive the high oscillator frequency.

Return Values

Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.

See Also