IEnumPIDMap::Clone
Microsoft DirectShow 9.0 |
IEnumPIDMap::Clone
The Clone method creates a copy the collection.
Syntax
HRESULT Clone( IEnumPIDMap** ppIEnumPIDMap );
Parameters
ppIEnumPIDMap
[out] Receives an IEnumPIDMap interface pointer, representing the new collection. The caller must release the interface.
Return Values
Returns an HRESULT value. Possible values include the following.
Value | Description |
E_INVALIDARG | Invalid argument; ppIEnumPIDMap cannot be NULL. |
E_OUTOFMEMORY | Insufficient memory. |
S_OK | Success. |
Remarks
The caller must release the returned IEnumPIDMap interface.
Requirements
Header: Include Bdaiface.h.
Library: Use Strmiids.lib.
See Also