IBDA_TIF_REGISTRATION::RegisterTIFEx method (bdatif.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

The RegisterTIFEx method registers a Transport Information Filter (TIF) with the Network Provider.

Syntax

HRESULT RegisterTIFEx(
  [in]      IPin     *pTIFInputPin,
  [in, out] ULONG    *ppvRegistrationContext,
  [in, out] IUnknown **ppMpeg2DataControl
);

Parameters

[in] pTIFInputPin

Pointer to the IPin interface of the input pin on the TIF.

[in, out] ppvRegistrationContext

Receives a token identifying the connection. Pass this token in the UnregisterTIF method when the TIF unregisters itself.

[in, out] ppMpeg2DataControl

Receives a pointer to an IUnknown interface, which the TIF queries for the IMPEG2PIDMap interface. It uses the IMPEG2PIDMap to map and unmap PID values.

Return value

The method returns an HRESULT value.

Requirements

   
Target Platform Windows
Header bdatif.h

See also

IBDA_TIF_REGISTRATION Interface