This function begins seeking for a frequency with a sufficiently strong signal.
BOOL TunerSeekStation( HANDLE hTuner, PTUNERSEEKINFO pTunerSeekInfo );
TRUE indicates success. FALSE indicates failure.
The fnCallBack member of the TUNERSEEKINFO structure that you pass to this function identifies a callback function. The device driver calls the callback function to inform the application of the frequency that the seek operation has reached, using SIGNALINFO structure as one of the parameters in the callback function. You can use this information about the frequency to update the user interface (UI). Providing a pointer to this function allows the device driver to call the callback function periodically during the seek operation. The frequency at which the device driver calls the callback function depends on the device driver.
The tuner stops the seek operation when the tuner finds a station with a sufficiently strong signal.