GetITVDataSource Function

The GetITVDataSource function is the main entry-point function to get the main interface for all data handling and returns the IiTvDataSource COM interface pointer. You must adhere to the standard COM rules of reference counting when interacting with this unmanaged resource.

Syntax

  HRESULT GetITVDataSource(
  LPVOID*  ppVoid
);

Parameters

ppVoid

Pointer to a pointer to a void object. This is a pointer to an IiTvDataSource interface.

Return Values

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

Return code Description
S_OK The function succeeded.

Requirements

Header: TVVMData.idl

Platform: Windows 7

See Also