IUIX_CmdBar::FlatFindFirstItemByCmdID Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_CmdBar::FlatFindFirstItemByCmdID Method}} | {{#customTitle:IUIX_CmdBar::FlatFindFirstItemByCmdID Method}} | ||
− | {{#parentPage:PXV:IUIX_CmdBar#Methods|FlatFindFirstItemByCmdID | + | {{#parentPage:PXV:IUIX_CmdBar#Methods|FlatFindFirstItemByCmdID|method}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Gets [[PXV:IUIX_CmdItem_FlatIndex|FlatIndex]] of the first item in the commands bar that corresponds to the command ID. | |
== Syntax == | == Syntax == | ||
<pre class="brush:cpp;gutter:false">HRESULT FlatFindFirstItemByCmdID([in] LONG nCmdID, | <pre class="brush:cpp;gutter:false">HRESULT FlatFindFirstItemByCmdID([in] LONG nCmdID, | ||
− | [out, retval] LONG* | + | [out, retval] LONG* nFlatIndex);</pre> |
== Parameters == | == Parameters == | ||
;nCmdID | ;nCmdID | ||
− | :[in] Value of LONG. | + | :[in] Value of LONG containing the command's ID. |
− | ; | + | ;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:10, 23 March 2016
Gets FlatIndex of the 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 FlatIndex of the command in the command bar.
Return Value
Returns S_OK if operation was successful or error code in other cases.