IPictureMixer2::SetItemProps
From MediaLooks Knowledge Base
The SetItemProps method of the IPictureMixer2 interface is used to update the item properties.
Contents |
Syntax
HRESULT SetItemProps( [in] int _nCookie, [in] OVERLAY_PROPS* _pProps, [in] int _nMask );
Parameters
| Name | Description | |
| _nCookie | [in] Item cookie. | |
| _pProps | [in] Pointer to the structure containing the new item properties. For details see description of the OVERLAY_PROPS structure. | |
| _nMask | [in] Properties mask (not used yet). |
Return Values
| Return code | Description |
| S_OK | Success. |
| E_OUTOFMEMORY | Insufficient memory. |
| E_POINTER | Null pointer argument. |
Remarks
None.