IUIX_CmdBar::FlatFindFirstItemByCmdID Method

From PDF XChange PDF SDK
Revision as of 08:06, 23 March 2016 by Palamar (Talk | contribs)

Jump to: navigation, search


Finds first item in the commands bar that corresponds to the command ID.

Syntax

HRESULT FlatFindFirstItemByCmdID([in]           LONG   nCmdID,
                                 [out, retval]  LONG*  nFlatIndex);

Parameters

nCmdID
[in] Value of LONG containing the command's ID.
nFlatIndex
[out, retval] Pointer to LONG containing the resulting index of the command in the command bar.

Return Value

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

See Also

IUIX_CmdBar