IPXV_Inst::ExecUICmd2 Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_Inst::ExecUICmd2 Method}} | {{#customTitle:IPXV_Inst::ExecUICmd2 Method}} | ||
+ | {{#parentPage:PXV:IPXV_Inst#Methods|ExecUICmd2|method}} | ||
+ | {{ToReview}} | ||
The method of interface of PDF-XChange Editor SDK. | The method of interface of PDF-XChange Editor SDK. | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT ExecUICmd2([in] LONG nCmdID, [in, defaultvalue(NULL)] IUIX_Obj* pOwner);</pre> | + | <pre class="brush:cpp;gutter:false">HRESULT ExecUICmd2([in] LONG nCmdID, |
+ | [in, defaultvalue(NULL)] IUIX_Obj* pOwner);</pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;nCmdID |
− | :[in] | + | :[in] The unique identifier of UI-command. You may convert the sting name to number by [[PXV:IPXV_Inst_Str2ID|IPXV_Inst::Str2ID]] method. |
− | ; | + | ;pOwner |
− | :[in, defaultvalue(NULL)] | + | :[in, defaultvalue(NULL)] The optional pointer to [[PXV:IUIX_Obj|IUIX_Obj]] that species context of executing. See more details: [[PXV:IPXV_Inst_ExecUICmd|IPXV_Inst::ExecUICmd]]. |
== Return Value == | == Return Value == | ||
Line 17: | Line 21: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:IPXV_Inst_ExecUICmd|IPXV_Inst::ExecUICmd]] [[PXV:IPXV_Inst_Str2ID|IPXV_Inst::Str2ID]] |
Latest revision as of 02:56, 15 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT ExecUICmd2([in] LONG nCmdID, [in, defaultvalue(NULL)] IUIX_Obj* pOwner);
Parameters
- nCmdID
- [in] The unique identifier of UI-command. You may convert the sting name to number by IPXV_Inst::Str2ID method.
- pOwner
- [in, defaultvalue(NULL)] The optional pointer to IUIX_Obj that species context of executing. See more details: IPXV_Inst::ExecUICmd.
Return Value
Returns S_OK if operation was successful or error code in other cases.