IUIX_Cmd::AddShortcut Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT AddShortcut([in] UIX_CmdAccel* | + | <pre class="brush:cpp;gutter:false">HRESULT AddShortcut([in] UIX_CmdAccel* stA, |
[in, defaultvalue(-1)] LONG nPriority);</pre> | [in, defaultvalue(-1)] LONG nPriority);</pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;stA |
:[in] Pointer to [[PXV:UIX_CmdAccel|UIX_CmdAccel]]. | :[in] Pointer to [[PXV:UIX_CmdAccel|UIX_CmdAccel]]. | ||
;nPriority | ;nPriority |
Revision as of 03:11, 15 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT AddShortcut([in] UIX_CmdAccel* stA, [in, defaultvalue(-1)] LONG nPriority);
Parameters
- stA
- [in] Pointer to UIX_CmdAccel.
- nPriority
- [in, defaultvalue(-1)] Value of LONG.
Return Value
Returns S_OK if operation was successful or error code in other cases.