IUIX_CmdMenu::InsertItem4 Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
(No difference)
|
Revision as of 05:50, 20 March 2015
The method of interface of PDF-XChange Editor SDK.
Contents
Syntax
HRESULT InsertItem4([in] BSTR pItemID, [in] BSTR pText, [in, optional] LONG nState, [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.
- nState
- [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.