IPictureMixer2::ChangeItemOrder
From MediaLooks Knowledge Base
The ChangeItemOrder method of the IPictureMixer2 interface is used to change items Z-order.
Contents |
Syntax
HRESULT ChangeItemOrder( [in] int _nCookie, [in] int _nChange );
Parameters
| Name | Description | |
| _nCookie | [in] Item cookie. | |
| _nChange | [in] Offset of the item to swap with. _nChange > 0 to move the item down the list. _nChange < 0 to move it up the list. |
Return Values
| Return code | Description |
| S_OK | Success. |
| E_OUTOFMEMORY | Insufficient memory. |
| E_POINTER | Null pointer argument. |
Remarks
None.