IUIX_CmdMenu::DeleteItemsByCmdID Method

From PDF XChange PDF SDK
Revision as of 07:37, 31 March 2016 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Removes command menu items that correspond to the given command ID.

Syntax

HRESULT DeleteItemsByCmdID([in]                    LONG          nCmdID,
                           [in, defaultvalue(-1)]  VARIANT_BOOL  bRecursive,
                           [in, defaultvalue(0)]   VARIANT_BOOL  bFirstOnly);

Parameters

nCmdID
[in] Value of LONG containing the command ID by which the corresponding command menu items should be removed.
bRecursive
[in, defaultvalue(-1)] Value of VARIANT_BOOL representing whether the command menu items should be removed recursively.
bFirstOnly
[in, defaultvalue(0)] Value of VARIANT_BOOL representing whether only the first item that matches the given criteria should be removed.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IUIX_CmdMenu