Share via


IMPEG2PIDMap::EnumPIDMap

 
Microsoft DirectShow 9.0

IMPEG2PIDMap::EnumPIDMap

The EnumPIDMap method returns a collection of all the currently mapped PIDs on this pin.

Syntax

  HRESULT EnumPIDMap(
  IEnumPIDMap** ppIEnumPIDMap
);

Parameters

ppIEnumPIDMap

[in] Address of a variable that receives an IEnumPIDMap pointer. Use this interface to enumerate the mapped PIDs. The caller must release the interface.

Return Value

Returns S_OK if successful. If the method fails, it returns an HRESULT error code.

Requirements

Header: Include Bdaiface.h.

Library: Use Strmiids.lib.

See Also