IUIX_Cmd::ModifyShortcut Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
{{#customTitle:IUIX_Cmd::ModifyShortcut Method}} | {{#customTitle:IUIX_Cmd::ModifyShortcut Method}} | ||
{{#parentPage:PXV:IUIX_Cmd#Methods|ModifyShortcut|method}} | {{#parentPage:PXV:IUIX_Cmd#Methods|ModifyShortcut|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Modifies shortcut into a single shortcut in the shortcuts list by index. | |
== Syntax == | == Syntax == | ||
Line 14: | Line 13: | ||
== Parameters == | == Parameters == | ||
;nIndex | ;nIndex | ||
− | :[in] Value of LONG. | + | :[in] Value of LONG containing the index in the shortcuts list. |
;stA | ;stA | ||
− | :[in] Pointer to [[PXV:UIX_CmdAccel|UIX_CmdAccel]]. | + | :[in] Pointer to [[PXV:UIX_CmdAccel|UIX_CmdAccel]] containing the command's single shortcut. |
== Return Value == | == Return Value == |
Latest revision as of 00:59, 24 March 2016
Modifies shortcut into a single shortcut in the shortcuts list by index.
Syntax
HRESULT ModifyShortcut([in] LONG nIndex, [in] UIX_CmdAccel* stA);
Parameters
- nIndex
- [in] Value of LONG containing the index in the shortcuts list.
- stA
- [in] Pointer to UIX_CmdAccel containing the command's single shortcut.
Return Value
Returns S_OK if operation was successful or error code in other cases.