TunerGetSignalInfo

This function retrieves information on the signal of the tuned frequency.

Syntax

BOOL TunerGetSignalInfo( HANDLE hTuner, PSIGNALINFO pSignalInfo );

Parameters

hTuner
[in] Handle to the current tuner, as returned by TunerOpen.
pSignalInfo
[out] Pointer to a SIGNALINFO structure that contains the signal information.

Return Values

TRUE indicates success. FALSE indicates failure.

See Also

SIGNALINFO, TunerOpen