Microsoft DirectX 9.0

IBDA_TIF_REGISTRATION::RegisterTIFEx

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

Syntax

HRESULT RegisterTIFEx(
    IPin *pTIFInputPin,
    ULONG *ppvRegistrationContext,
    IUnknown **ppMpeg2DataControl
);

Parameters

pTIFInputPin

[in]  Pointer to the IPin interface of the input pin on the TIF.

ppvRegistrationContext

[in, out]  Pointer to a variable that receives a token identifying the connection. Pass this token in the UnregisterTIF method when the TIF unregisters itself.

ppMpeg2DataControl

[in, out]  Address of a variable that 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 Values

The method returns an HRESULT value. 

See Also