IUIX_CmdMenu::InsertItem Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_CmdMenu::InsertItem Method}} | {{#customTitle:IUIX_CmdMenu::InsertItem Method}} | ||
− | {{#parentPage:PXV:IUIX_CmdMenu#Methods|InsertItem | + | {{#parentPage:PXV:IUIX_CmdMenu#Methods|InsertItem|method}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Inserts command in the command menu with given style flags. | |
== Syntax == | == Syntax == | ||
Line 13: | Line 12: | ||
[in, defaultvalue(0)] LONG nNewStyle, | [in, defaultvalue(0)] LONG nNewStyle, | ||
[in, defaultvalue(0)] LONG nNewStyleMask, | [in, defaultvalue(0)] LONG nNewStyleMask, | ||
− | [out, retval, defaultvalue(NULL)] IUIX_CmdMenu** | + | [out, retval, defaultvalue(NULL)] IUIX_CmdMenu** pItem);</pre> |
== Parameters == | == Parameters == | ||
;pCmd | ;pCmd | ||
− | :[in] Pointer to [[PXV:IUIX_Cmd|IUIX_Cmd]]. | + | :[in] Pointer to [[PXV:IUIX_Cmd|IUIX_Cmd]] containing the command that needs to be inserted. |
;nIndexBefore | ;nIndexBefore | ||
− | :[in, defaultvalue(-1)] Value of LONG. | + | :[in, defaultvalue(-1)] Value of LONG containing the command insertion index. |
;nNewStyle | ;nNewStyle | ||
− | :[in, defaultvalue(0)] Value of LONG. | + | :[in, defaultvalue(0)] Value of LONG containing the [[PXV:UIX_CmdItemStyleFlags|command style flags]]. |
;nNewStyleMask | ;nNewStyleMask | ||
− | :[in, defaultvalue(0)] Value of LONG. | + | :[in, defaultvalue(0)] Value of LONG containing the command style mask. |
− | ; | + | ;pItem |
− | :[out, retval, defaultvalue(NULL)] Pointer to [[PXV:IUIX_CmdMenu|IUIX_CmdMenu]]. | + | :[out, retval, defaultvalue(NULL)] Pointer to [[PXV:IUIX_CmdMenu|IUIX_CmdMenu]] containing the resulting command menu item. |
== Return Value == | == Return Value == |
Latest revision as of 06:31, 1 April 2016
Inserts command in the command menu with given style flags.
Syntax
HRESULT InsertItem([in] IUIX_Cmd* pCmd, [in, defaultvalue(-1)] LONG nIndexBefore, [in, defaultvalue(0)] LONG nNewStyle, [in, defaultvalue(0)] LONG nNewStyleMask, [out, retval, defaultvalue(NULL)] IUIX_CmdMenu** pItem);
Parameters
- pCmd
- [in] Pointer to IUIX_Cmd containing the command 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.
- 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.