Microsoft DirectX 8.1 (C++) |
The EnumPIDMap method returns a collection of all the currently mapped PIDs on this pin.
Syntax
HRESULT EnumPIDMap(
IEnumPIDMap** ppIEnumPIDMap
);
Parameters
ppIEnumPIDMap
[in] IEnumPIDMap interface pointer that will receive the returned collection.
Return Value
Returns S_OK if successful. If the method fails, it returns an HRESULT error code.
See Also