IPictureMixer2::GetItemSize

From MediaLooks Knowledge Base
Jump to: navigation, search

The GetItemSize method of the IPictureMixer2 interface is used to get the item size.

Contents

Syntax

HRESULT GetItemSize(
            [in] int _nCookie,
            [out] SIZE* _pSize
);

Parameters

NameDescription
_nCookie[in] Item cookie.
_pSize[out] Pointer to the item size.


Return Values

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


Remarks

None.

Personal tools