Share via


IMPEG2_TIF_CONTROL::DeletePIDs 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 DeletePIDs method informs the Network Provider that the TIF no longer requires the specified PID.

Syntax

HRESULT DeletePIDs(
  [in] ULONG ulcPIDs,
  [in] ULONG *pulPIDs
);

Parameters

[in] ulcPIDs

Specifies the number of PIDs to delete. This value must equal the number of elements in the array specified by pulPIDs.

[in] pulPIDs

Specifies an array of PID values containing ulcPIDs elements.

Return value

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

Return code Description
S_OK
The method succeeded.

Remarks

This method is called if a set of tables in the transport stream goes away, in order to remove the PSI/SI MPEG2 packet IDs from the TIF's data stream.

Requirements

   
Target Platform Windows
Header bdatif.h

See also

Error and Success Codes

IMPEG2_TIF_CONTROL Interface