IPictureMixer2::IsItemShow2

From MediaLooks Knowledge Base
Jump to: navigation, search

The IsItemShow2 method of the IPictureMixer2 interface is used to get the visibility state of an item.

Contents

Syntax

HRESULT IsItemShow2(
            [in] int _nCookie,
            [out] BOOL* _pbShow
);

Parameters

NameDescription
_nCookie[in] Cookie of the item.
_pbShow[out] Points to the result value, which is true if the item is visible, or false if invisible.


Return Values

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


Remarks

None.

Personal tools