IPictureMixer2::SwitchItems2
From MediaLooks Knowledge Base
The SwitchItems2 method of the IPictureMixer2 interface is used to show one item and hide another one.
Contents |
Syntax
HRESULT SwitchItems2( [in] int _nCookieHide, [in] int _nCookieShow );
Parameters
| Name | Description | |
| _nCookieHide | [in] Cookie of the item to hide. | |
| _nCookieShow | [in] Cookie of the item to show. |
Return Values
| Return code | Description |
| S_OK | Success. |
| E_OUTOFMEMORY | Insufficient memory. |
| E_POINTER | Null pointer argument. |
Remarks
This method is usually neede for performing some basic animation.