IUIX_CmdMenu::InsertItem4 Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 5: | Line 5: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT InsertItem4([in] BSTR pItemID, [in] BSTR pText, [in, | + | <pre class="brush:cpp;gutter:false">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);</pre> |
== Parameters == | == Parameters == | ||
Line 13: | Line 13: | ||
:[in] Value of BSTR. | :[in] Value of BSTR. | ||
;''nState'' | ;''nState'' | ||
− | :[in, | + | :[in, defaultvalue(0)] Value of LONG. |
;''pIcon'' | ;''pIcon'' | ||
− | :[in, | + | :[in, defaultvalue(NULL)] Pointer to [[PXV:IUIX_Icon|IUIX_Icon]]. |
;''pTip'' | ;''pTip'' | ||
− | :[in, | + | :[in, defaultvalue("")] Value of BSTR. |
;''nIndexBefore'' | ;''nIndexBefore'' | ||
− | :[in, | + | :[in, defaultvalue(-1)] Value of LONG. |
;''nStyle'' | ;''nStyle'' | ||
− | :[in, | + | :[in, defaultvalue(0)] Value of LONG. |
;''ppItem'' | ;''ppItem'' | ||
− | :[out, retval, | + | :[out, retval, defaultvalue(NULL)] Pointer to [[PXV:IUIX_CmdMenu|IUIX_CmdMenu]]. |
== Return Value == | == Return Value == |
Revision as of 00:59, 17 April 2015
The method of interface of PDF-XChange Editor SDK.
Contents
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.