IUIX_CmdManager::FlushCmdItemsUpdates 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::FlushCmdItemsUpdates Method}} | {{#customTitle:IUIX_CmdManager::FlushCmdItemsUpdates Method}} | ||
− | {{#parentPage:PXV:IUIX_CmdManager#Methods|FlushCmdItemsUpdates | + | {{#parentPage:PXV:IUIX_CmdManager#Methods|FlushCmdItemsUpdates|method}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | If no commands are pending for the update and no command inner update flags are specified then all of the updates will be flushed. In the other case all items will be updated accordingly and then all of the updates will be flushed. | |
== Syntax == | == Syntax == | ||
Line 12: | Line 11: | ||
== Return Value == | == Return Value == | ||
− | Returns S_OK if operation was successful or error code in other cases. | + | Returns S_OK or S_FALSE if operation was successful or error code in other cases. |
== See Also == | == See Also == | ||
[[PXV:IUIX_CmdManager|IUIX_CmdManager]] | [[PXV:IUIX_CmdManager|IUIX_CmdManager]] |
Latest revision as of 04:34, 4 April 2016
If no commands are pending for the update and no command inner update flags are specified then all of the updates will be flushed. In the other case all items will be updated accordingly and then all of the updates will be flushed.
Syntax
HRESULT FlushCmdItemsUpdates();
Return Value
Returns S_OK or S_FALSE if operation was successful or error code in other cases.