IUIX_Cmd::AddShortcut2 Method

From PDF XChange PDF SDK
Jump to: navigation, search


Adds new double shortcut to the command's shortcuts list. If the current combination is already inside the commands list with the same priority then it will be replaced.

Syntax

HRESULT AddShortcut2([in]                      UIX_CmdAccel*  stA1,
                     [in, defaultvalue(NULL)]  UIX_CmdAccel*  stA2,
                     [in, defaultvalue(-1)]    LONG           nPriority);

Parameters

stA1
[in] Pointer to UIX_CmdAccel containing the key combination that should be pressed first.
stA2
[in, defaultvalue(NULL)] Pointer to UIX_CmdAccel containing the key combination that shold be pressed after the first one.
nPriority
[in, defaultvalue(-1)] Value of LONG containing the command's priority that acts as the index in the shortcuts list.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IUIX_Cmd