Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
pTIFInputPin [in]
Pointer to the IPin interface of the input pin on the TIF.ppvRegistrationContext [in, out]
Receives a token identifying the connection. Pass this token in the UnregisterTIF method when the TIF unregisters itself.ppMpeg2DataControl [in, out]
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
| Header | Declared in Bdatif.h. |
See Also
IBDA_TIF_REGISTRATION Interface
Send comments about this topic to Microsoft
Build date: 12/4/2008