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 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 |
|---|---|
|
The method succeeded. |
|
Invalid argument. |
Remarks
Call this method after the TIF's input pin has been disconnected from the Demux.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | bdatif.h |