IUIX_CmdManager::UpdateCmdItems Method

From PDF XChange PDF SDK
Jump to: navigation, search


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