IUIX_CmdManager::UpdateCmdItems Method

From PDF XChange PDF SDK
Jump to: navigation, search
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::UpdateCmdItems Method}}
 
{{#customTitle:IUIX_CmdManager::UpdateCmdItems Method}}
{{#parentPage:PXV:IUIX_CmdManager|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 ==
<pre class="brush:cpp;gutter:false">HRESULT UpdateCmdItems([in] LONG nUpdateFlags, [in, defaultvalue(0)] LONG nCmdID);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT UpdateCmdItems([in]                   LONG nUpdateFlags,
 +
                      [in, defaultvalue(0)] LONG nCmdID);</pre>
  
 
== 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 20: Line 21:
  
 
== See Also ==
 
== 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