IPictureMixer2::RemoveItem2
From MediaLooks Knowledge Base
The RemoveItem2 method of the IPictureMixer2 interface is used to remove the specified item.
Contents |
Syntax
HRESULT RemoveItem2([in] int _nCookie);
Parameters
| _nCookie | [in] Cookie of the item to remove. |
Return Values
| Return code | Description |
| S_OK | Success. |
| E_OUTOFMEMORY | Insufficient memory. |
| E_POINTER | Null pointer argument. |
Remarks
The _nCookie parameter contains the value returned by the methods used to add the item, or by the GetItemInfo method.