Microsoft DirectX 9.0 |
The Clone method creates a copy the collection.
Syntax
HRESULT Clone(
IEnumPIDMap** ppIEnumPIDMap
);
Parameters
ppIEnumPIDMap
[out] Address of a variable that receives an IEnumPIDMap interface pointer, representing the new collection.
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.
See Also