IUIX_Cmd::ModifyShortcut Method

From PDF XChange PDF SDK
Jump to: navigation, search


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.

See Also

IUIX_Cmd