TunerClose

This function releases a tuner resource.

Syntax

BOOL TunerClose( HANDLE hTuner );

Parameters

hTuner
[in] Handle to the current tuner, as returned by TunerOpen.

Return Values

TRUE indicates success. FALSE indicates failure.

Remarks

Call this function when the tuner is no longer needed.

See Also

TunerOpen