IUIX_CmdManager::UpdateCmdItemsByTarget Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_CmdManager::UpdateCmdItemsByTarget Method}} | {{#customTitle:IUIX_CmdManager::UpdateCmdItemsByTarget Method}} | ||
− | {{#parentPage:PXV:IUIX_CmdManager|method | + | {{#parentPage:PXV:IUIX_CmdManager#Methods|UpdateCmdItemsByTarget|method}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Updates commands of the target with given [[PXV:UIX_CmdItemUpdateFlags|flags]]. | |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT UpdateCmdItemsByTarget(LONG nUpdateFlags, LONG nTargetID);</pre> | + | <pre class="brush:cpp;gutter:false">HRESULT UpdateCmdItemsByTarget( LONG nUpdateFlags, |
+ | LONG nTargetID);</pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;nUpdateFlags |
− | : Value of LONG. | + | : Value of LONG containing the [[PXV:UIX_CmdItemUpdateFlags|update flags]]. |
− | ; | + | ;nTargetID |
− | : Value of LONG. | + | : Value of LONG containing the target's ID. |
== Return Value == | == Return Value == | ||
Line 20: | Line 21: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_CmdManager|IUIX_CmdManager]] |
Latest revision as of 06:07, 4 April 2016
Updates commands of the target with given flags.
Syntax
HRESULT UpdateCmdItemsByTarget( LONG nUpdateFlags, LONG nTargetID);
Parameters
- nUpdateFlags
- Value of LONG containing the update flags.
- nTargetID
- Value of LONG containing the target's ID.
Return Value
Returns S_OK if operation was successful or error code in other cases.