IUIX_Cmd::ModifyShortcut2 Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IUIX_Cmd::ModifyShortcut2 Method}} | {{#customTitle:IUIX_Cmd::ModifyShortcut2 Method}} | ||
{{#parentPage:PXV:IUIX_Cmd#Methods|ModifyShortcut2|method}} | {{#parentPage:PXV:IUIX_Cmd#Methods|ModifyShortcut2|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Modifies shortcut to a double shortcut in the shortcuts list. | |
== Syntax == | == Syntax == | ||
Line 15: | Line 14: | ||
== Parameters == | == Parameters == | ||
;nIndex | ;nIndex | ||
− | :[in] Value of LONG. | + | :[in] Value of LONG containing the shortcut's index in the shortcut list. |
;stA1 | ;stA1 | ||
− | :[in] Pointer to [[PXV:UIX_CmdAccel|UIX_CmdAccel]]. | + | :[in] Pointer to [[PXV:UIX_CmdAccel|UIX_CmdAccel]] containing the first part of the double shortcut. |
;stA2 | ;stA2 | ||
− | :[in] Pointer to [[PXV:UIX_CmdAccel|UIX_CmdAccel]]. | + | :[in] Pointer to [[PXV:UIX_CmdAccel|UIX_CmdAccel]] containing the second part of the double shortcut. |
== Return Value == | == Return Value == |
Revision as of 00:58, 24 March 2016
Modifies shortcut to a double shortcut in the shortcuts list.
Syntax
HRESULT ModifyShortcut2([in] LONG nIndex, [in] UIX_CmdAccel* stA1, [in] UIX_CmdAccel* stA2);
Parameters
- nIndex
- [in] Value of LONG containing the shortcut's index in the shortcut list.
- stA1
- [in] Pointer to UIX_CmdAccel containing the first part of the double shortcut.
- stA2
- [in] Pointer to UIX_CmdAccel containing the second part of the double shortcut.
Return Value
Returns S_OK if operation was successful or error code in other cases.