IUIX_CmdItemBox::FindFirstItemByCmdID Method
From PDF XChange PDF SDK
Searches for the first command item in the command items box by the correspondent command's ID.
Syntax
HRESULT FindFirstItemByCmdID([in] LONG nCmdID, [out, retval] LONG* nIndex);
Parameters
- nCmdID
- [in] Value of LONG containing the command's ID that will be used to find first correspondent command item.
- nIndex
- [out, retval] Pointer to LONG containing the index of the correspondent item. If no command was found then -1 will be returned.
Return Value
Returns S_OK if operation was successful or error code in other cases.