IUIX_CmdMenu::InsertItem2 Method

From PDF XChange PDF SDK
Revision as of 07:32, 1 April 2016 by Palamar (Talk | contribs)

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


Inserts command in the command menu with given style flags.

Syntax

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

Parameters

nCmdID
[in] Value of LONG containing the command ID that needs to be inserted.
nIndexBefore
[in, defaultvalue(-1)] Value of LONG containing the command insertion index.
nNewStyle
[in, defaultvalue(0)] Value of LONG containing the command style flags.
nNewStyleMask
[in, defaultvalue(0)] Value of LONG containing the command style mask.
pCustomHandler
[in, defaultvalue(NULL)] Pointer to IUIX_CmdHandler containing the custom command handler (if needed).
pItem
[out, retval, defaultvalue(NULL)] Pointer to IUIX_CmdMenu containing the resulting command menu item.

Return Value

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

See Also

IUIX_CmdMenu