IPictureMixer2::ShowItem2

From MediaLooks Knowledge Base
Jump to: navigation, search

The ShowItem2 method of the IPictureMixer2 interface is used to make an item visible/unvisible.

Contents

Syntax

HRESULT ShowItem2(
            [in] int _nCookie,
            [in] BOOL _bShow
);

Parameters

NameDescription
_nCookie[in] Cookie of the item.
_bShow[in] True to show, false to hide.


Return Values

Return code Description
S_OK Success.
E_OUTOFMEMORY Insufficient memory.
E_POINTER Null pointer argument.


Remarks

None.

Personal tools