IUIX_CmdMenu::InsertItem3 Method

From PDF XChange PDF SDK
Revision as of 06:50, 20 March 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

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

The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT InsertItem3([in] BSTR pItemID, [in] BSTR pText, [in] IUIX_CmdHandler* pCmdHandler, [in, optional] LONG nTargetID, [in, optional] IUIX_Icon* pIcon, [in, optional] BSTR pTip, [in, optional] LONG nIndexBefore, [in, optional] LONG nStyle, [out, retval, optional] IUIX_CmdMenu** ppItem);

Parameters

pItemID
[in] Value of BSTR.
pText
[in] Value of BSTR.
pCmdHandler
[in] Pointer to IUIX_CmdHandler.
nTargetID
[in, optional] Value of LONG.
pIcon
[in, optional] Pointer to IUIX_Icon.
pTip
[in, optional] Value of BSTR.
nIndexBefore
[in, optional] Value of LONG.
nStyle
[in, optional] Value of LONG.
ppItem
[out, retval, optional] Pointer to IUIX_CmdMenu.

Return Value

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

See Also

See also IUIX_CmdMenu.