TunerSetConfig

This function sets the tuner configuration.

Syntax

BOOL TunerSetConfig( HANDLE hTuner, PTUNERCONFIG pTunerConfig );

Parameters

hTuner
[in] Handle to the current tuner, as returned by TunerOpen.
pTunerConfig
[in] Pointer to a TUNERCONFIG structure that contains the tuner configuration.

Return Values

TRUE indicates success. FALSE indicates failure.

See Also

TUNERCONFIG, TunerGetConfig