IUIX_CmdManager::UpdateCmdItems Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(2 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdManager::UpdateCmdItems Method}}
 
{{#customTitle:IUIX_CmdManager::UpdateCmdItems Method}}
{{#parentPage:PXV:IUIX_CmdManager#Methods|UpdateCmdItems Method|method}}
+
{{#parentPage:PXV:IUIX_CmdManager#Methods|UpdateCmdItems|method}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Updates command items with given [[PXV:UIX_CmdItemUpdateFlags|flags]].
  
 
== Syntax ==
 
== Syntax ==
Line 14: Line 13:
 
== Parameters ==
 
== Parameters ==
 
;nUpdateFlags
 
;nUpdateFlags
:[in]  Value of LONG.
+
:[in]  Value of LONG containing the [[PXV:UIX_CmdItemUpdateFlags|update flags]].
 
;nCmdID
 
;nCmdID
:[in, defaultvalue(0)]  Value of LONG.
+
:[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 22: Line 21:
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_CmdManager|IUIX_CmdManager]].
+
[[PXV:IUIX_CmdManager|IUIX_CmdManager]]

Latest revision as of 07: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.

See Also

IUIX_CmdManager