Share via


IiTvDataReceiver::Initialize Method

The Initialize method allows the application to initialize before data starts flowing.

Syntax

  HRESULT Initialize(
  IiTvDataStreamControl* IiTvDataStreamControl
);

Parameters

IiTvDataStreamControl

[in] Pointer to the IiTvDataStreamControl interface, which is a valid pointer if the application returned ITVDATA_FILTERING_METHOD_PID in response to its IiTvDataReceiver::get_StreamControlByType method. Otherwise, specify NULL.

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