Share via


IMPEG2_TIF_CONTROL::UnregisterTIF 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 UnregisterTIF method unregisters the TIF with the Network Provider.

Syntax

HRESULT UnregisterTIF(
  [in] ULONG pvRegistrationContext
);

Parameters

[in] pvRegistrationContext

Identifier returned by the IMPEG2_TIF_CONTROL::RegisterTIF method.

Return value

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 input pin has been disconnected from the Demux.

Requirements

   
Target Platform Windows
Header bdatif.h

See also

Error and Success Codes

IMPEG2_TIF_CONTROL Interface