IUIX_CmdMenu::InsertItem4 Method

From PDF XChange PDF SDK
Revision as of 22:30, 20 April 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT InsertItem4([in] BSTR pItemID, [in] BSTR pText, [in, defaultvalue(0)] LONG nState, [in, defaultvalue(NULL)] IUIX_Icon* pIcon, [in, defaultvalue("")] BSTR pTip, [in, defaultvalue(-1)] LONG nIndexBefore, [in, defaultvalue(0)] LONG nStyle, [out, retval, defaultvalue(NULL)] IUIX_CmdMenu** ppItem);

Parameters

pItemID
[in] Value of BSTR.
pText
[in] Value of BSTR.
nState
[in, defaultvalue(0)] Value of LONG.
pIcon
[in, defaultvalue(NULL)] Pointer to IUIX_Icon.
pTip
[in, defaultvalue("")] Value of BSTR.
nIndexBefore
[in, defaultvalue(-1)] Value of LONG.
nStyle
[in, defaultvalue(0)] Value of LONG.
ppItem
[out, retval, defaultvalue(NULL)] 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.