IUIX_CmdManager::UpdateCmdItems Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
(7 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_CmdManager::UpdateCmdItems Method}} | {{#customTitle:IUIX_CmdManager::UpdateCmdItems Method}} | ||
+ | {{#parentPage:PXV:IUIX_CmdManager#Methods|UpdateCmdItems|method}} | ||
+ | {{ToReview}} | ||
− | + | Updates command items with given [[PXV:UIX_CmdItemUpdateFlags|flags]]. | |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT UpdateCmdItems([in] LONG nUpdateFlags, [in, | + | <pre class="brush:cpp;gutter:false">HRESULT UpdateCmdItems([in] LONG nUpdateFlags, |
+ | [in, defaultvalue(0)] LONG nCmdID);</pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;nUpdateFlags |
− | :[in] Value of LONG. | + | :[in] Value of LONG containing the [[PXV:UIX_CmdItemUpdateFlags|update flags]]. |
− | ; | + | ;nCmdID |
− | :[in, | + | :[in, defaultvalue(0)] Value of LONG containing the command's ID that needs to be updated. If 0 is specified then all of the commands will be updated. |
== Return Value == | == Return Value == | ||
Line 17: | Line 21: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_CmdManager|IUIX_CmdManager]] |
Latest revision as of 06:06, 4 April 2016
Updates command items with given flags.
Syntax
HRESULT UpdateCmdItems([in] LONG nUpdateFlags, [in, defaultvalue(0)] LONG nCmdID);
Parameters
- nUpdateFlags
- [in] Value of LONG containing the update flags.
- nCmdID
- [in, defaultvalue(0)] Value of LONG containing the command's ID that needs to be updated. If 0 is specified then all of the commands will be updated.
Return Value
Returns S_OK if operation was successful or error code in other cases.