Share via


IiTvDataReceiver::Terminate Method

The Terminate method notifies the application that the ITVDataSource interface is terminating and no further calls should be made to it.

Syntax

  HRESULT Terminate();

Parameters

This method takes no parameters.

Return Values

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK The method succeeded.

Requirements

Header: TVVMData.idl

Platform: Windows 7

See Also