IPictureMixer2::SetItemAlpha2

From MediaLooks Knowledge Base
Jump to: navigation, search

The SetItemAlpha2 method of the IPictureMixer2 interface is used to set the item alpha value from 0 up to 255.

Contents

Syntax

HRESULT SetItemAlpha2(
            [in] int _nCookie,
            [in] short _sAlpha
);

Parameters

NameDescription
_nCookie[in] Cookie of the item.
_sAlpha[in] Represents the alpha value (0..255).


Return Values

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


Remarks

None.

Personal tools