IUIX_CmdManager::FlushCmdItemsUpdates Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IUIX_CmdManager::FlushCmdItemsUpdates Method}}
 
{{#customTitle:IUIX_CmdManager::FlushCmdItemsUpdates Method}}
 
{{#parentPage:PXV:IUIX_CmdManager#Methods|FlushCmdItemsUpdates|method}}
 
{{#parentPage:PXV:IUIX_CmdManager#Methods|FlushCmdItemsUpdates|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
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 05: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.

See Also

IUIX_CmdManager