IPictureMixer2::GetItemProps

From MediaLooks Knowledge Base
Jump to: navigation, search

The GetItemProps method of the IPictureMixer2 interface is used to get the item properties.

Contents

Syntax

HRESULT GetItemProps(
            [in] int _nCookie,
            [out] OVERLAY_PROPS* _pProps
);

Parameters

NameDescription
_nCookie[in] Item cookie.
_pProps[out] Pointer to the structure containing the item properties. For details see description of the OVERLAY_PROPS structure.


Return Values

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


Remarks

None.

Personal tools