IUIX_CmdBar::FlatFindFirstItemByCmdName Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IUIX_CmdBar::FlatFindFirstItemByCmdName Method}} | {{#customTitle:IUIX_CmdBar::FlatFindFirstItemByCmdName Method}} | ||
{{#parentPage:PXV:IUIX_CmdBar#Methods|FlatFindFirstItemByCmdName|method}} | {{#parentPage:PXV:IUIX_CmdBar#Methods|FlatFindFirstItemByCmdName|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Gets [[PXV:IUIX_CmdItem_FlatIndex|FlatIndex]] of the first item in the commands bar that corresponds to the command's name. | |
+ | |||
== Syntax == | == Syntax == | ||
Line 14: | Line 14: | ||
== Parameters == | == Parameters == | ||
;sCmdName | ;sCmdName | ||
− | :[in] Value of BSTR. | + | :[in] Value of BSTR containing the command's name. |
;nFlatIndex | ;nFlatIndex | ||
− | :[out, retval] Pointer to LONG. | + | :[out, retval] Pointer to LONG containing the resulting [[PXV:IUIX_CmdItem_FlatIndex|FlatIndex]] of the command in the command bar. |
== Return Value == | == Return Value == |
Latest revision as of 07:12, 23 March 2016
Gets FlatIndex of the first item in the commands bar that corresponds to the command's name.
Syntax
HRESULT FlatFindFirstItemByCmdName([in] BSTR sCmdName, [out, retval] LONG* nFlatIndex);
Parameters
- sCmdName
- [in] Value of BSTR containing the command's name.
- nFlatIndex
- [out, retval] Pointer to LONG containing the resulting FlatIndex of the command in the command bar.
Return Value
Returns S_OK if operation was successful or error code in other cases.