IBDA_FDC::RemovePid method (bdaiface.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.]

Removes one or more packet identifiers (PIDs) from the MPEG flow.

Syntax

HRESULT RemovePid(
  [in] BSTR PidsToRemove
);

Parameters

[in] PidsToRemove

A comma-separated list of PIDs to remove.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

This command causes the device to send a delete_flow_req Application Protocol Data Unit (APDU).

Requirements

Requirement Value
Minimum supported client Windows�7 [desktop apps only]
Minimum supported server Windows Server�2008�R2 [desktop apps only]
Target Platform Windows
Header bdaiface.h

See also

IBDA_FDC