IUIX_CmdMenu::FindFirstItemByCmdName Method

From PDF XChange PDF SDK
Revision as of 07:18, 1 April 2016 by Palamar (Talk | contribs)

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


Finds first occurrence of the menu item that corresponds to the given command name.

Syntax

HRESULT FindFirstItemByCmdName([in]           BSTR   sCmdName,
                               [out, retval]  LONG*  nIndex);

Parameters

sCmdName
[in] Value of BSTR containing the command name that corresponds to the command menu item.
nIndex
[out, retval] Pointer to LONG containing the resulting item index.

Return Value

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

See Also

IUIX_CmdMenu