IUIX_CmdManager::UpdateCmdItems Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IUIX_CmdManager::UpdateCmdItems Method}} | {{#customTitle:IUIX_CmdManager::UpdateCmdItems Method}} | ||
{{#parentPage:PXV:IUIX_CmdManager#Methods|UpdateCmdItems|method}} | {{#parentPage:PXV:IUIX_CmdManager#Methods|UpdateCmdItems|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | 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 == |
Latest revision as of 06: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.