Share via


IBDA_FDC::AddPid 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.]

Adds one or more packet identifiers (PIDs) to the MPEG flow.

Syntax

HRESULT AddPid(
  [in]  BSTR  PidsToAdd,
  [out] DWORD *RemainingFilterEntries
);

Parameters

[in] PidsToAdd

A comma-separated list of PIDs.

[out] RemainingFilterEntries

Receives the number of remaining MPEG flows on the device.

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 new_flow_req Application Protocol Data Unit (APDU).

Requirements

   
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