IUIX_CmdBar::InsertItem2 Method

From PDF XChange PDF SDK
Revision as of 05:40, 25 March 2016 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Insert command by it's ID into the given command box.

Syntax

HRESULT InsertItem2([in]                               LONG            nCmdID,
                    [in, defaultvalue(-1)]             LONG            nIndexBefore,
                    [in, defaultvalue(0)]              LONG            nNewStyle,
                    [in, defaultvalue(0)]              LONG            nNewStyleMask,
                    [in, defaultvalue(0)]              LONG            nBoxIndex,
                    [out, retval, defaultvalue(NULL)]  IUIX_CmdItem**  pItem);

Parameters

nCmdID
[in] Value of LONG containing the command's ID of the command that will be inserted into the command box.
nIndexBefore
[in, defaultvalue(-1)] Value of LONG containing the insert index.
nNewStyle
[in, defaultvalue(0)] Value of LONG containing the new command item's style.
nNewStyleMask
[in, defaultvalue(0)] Value of LONG containing the style mask.
nBoxIndex
[in, defaultvalue(0)] Value of LONG containing the command items box index.
pItem
[out, retval, defaultvalue(NULL)] Pointer to IUIX_CmdItem containing the newly inserted command item.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IUIX_CmdBar