IPictureMixer2::SetItemCallback
From MediaLooks Knowledge Base
The SetItemCallback method of the IPictureMixer2 interface is used to set a callback method for an item.
Contents |
Syntax
HRESULT SetItemCallback( [in] int _nCookie, [in] IPictureMixerCallback* _pCallback );
Parameters
| Name | Description | |
| _nCookie | [in] Item cookie. | |
| _pCallback | [in] Callback interface, associated with the item. For details see description of the IPictureMixerCallback interface. |
Return Values
| Return code | Description |
| S_OK | Success. |
| E_OUTOFMEMORY | Insufficient memory. |
| E_POINTER | Null pointer argument. |
Remarks
None.