Microsoft DirectX 9.0

IMPEG2_TIF_CONTROL::UnregisterTIF

The UnregisterTIF method unregisters the TIF with the Network Provider.

Syntax

HRESULT UnregisterTIF(
  ULONG  pvRegistrationContext
);

Parameters

pvRegistrationContext

[in]  Identifier returned by the IMPEG2_TIF_CONTROL::RegisterTIF method.

Return Values

The method returns an HRESULT. Possible values include those in the following table.

Return code Description
S_OK The method succeeded.
E_INVALIDARG Invalid argument.

Remarks

Call this method after the TIF's intput pin has been disconnected from the Demux.

See Also