IPictureMixer2::SetItemPos2
From MediaLooks Knowledge Base
The SetItemPos2 method of the IPictureMixer2 interface is used to set the item position.
Contents |
Syntax
HRESULT SetItemPos2( [in] int _nCookie, [in] int _nPosX, [in] int _nPosY );
Parameters
| Name | Description | |
| _nCookie | [in] Cookie of the item. | |
| _nPosX | [in] X coordinate of the item position. | |
| _nPosY | [in] Y coordinate of the item position. |
Return Values
| Return code | Description |
| S_OK | Success. |
| E_OUTOFMEMORY | Insufficient memory. |
| E_POINTER | Null pointer argument. |
Remarks
None.