IPXV_Inst::ExecUICmd2 Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT ExecUICmd2([in] LONG | + | <pre class="brush:cpp;gutter:false">HRESULT ExecUICmd2([in] LONG CmdID, |
− | [in, defaultvalue(NULL)] IUIX_Obj* | + | [in, defaultvalue(NULL)] IUIX_Obj* Owner);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;CmdID |
:[in] The unique identifier of UI-command. You may convert the sting name to number by [[PXV:IPXV_Inst_Str2ID|IPXV_Inst::Str2ID]] method. | :[in] The unique identifier of UI-command. You may convert the sting name to number by [[PXV:IPXV_Inst_Str2ID|IPXV_Inst::Str2ID]] method. | ||
− | ; | + | ;Owner |
:[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]]. | :[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]]. | ||
Revision as of 07:31, 12 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT ExecUICmd2([in] LONG CmdID, [in, defaultvalue(NULL)] IUIX_Obj* Owner);
Parameters
- CmdID
- [in] The unique identifier of UI-command. You may convert the sting name to number by IPXV_Inst::Str2ID method.
- Owner
- [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.