IUIX_CmdManager::UpdateCmdItemsByTarget Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_CmdManager::UpdateCmdItemsByTarget Method}} | {{#customTitle:IUIX_CmdManager::UpdateCmdItemsByTarget Method}} | ||
− | {{#parentPage:PXV:IUIX_CmdManager#Methods|UpdateCmdItemsByTarget | + | {{#parentPage:PXV:IUIX_CmdManager#Methods|UpdateCmdItemsByTarget|method}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Updates commands of the target with given [[PXV:UIX_CmdItemUpdateFlags|flags]]. | |
== Syntax == | == Syntax == | ||
Line 14: | Line 13: | ||
== Parameters == | == Parameters == | ||
;nUpdateFlags | ;nUpdateFlags | ||
− | : Value of LONG. | + | : Value of LONG containing the [[PXV:UIX_CmdItemUpdateFlags|update flags]]. |
;nTargetID | ;nTargetID | ||
− | : Value of LONG. | + | : Value of LONG containing the target's ID. |
== Return Value == | == Return Value == |
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.