Microsoft DirectX 8.1 (C++)

IScanningTuner::SeekUp

The SeekUp method changes the channel to the next higher channel with valid programming.

Syntax

HRESULT SeekUp();

Parameters

This method takes no parameters.

Return Values

When the method succeeds, it returns S_OK. Otherwise it returns an HRESULT error code.

Remarks

This method returns immediately, and the seek continues in the background. The seek can be canceled by calling any other tuning operation.

See Also