Microsoft DirectX 9.0 |
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.
See Also