IUIX_CmdBar::FlatFindFirstItemByCmdID Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IUIX_CmdBar::FlatFindFirstItemByCmdID Method}}
 
{{#customTitle:IUIX_CmdBar::FlatFindFirstItemByCmdID Method}}
 
{{#parentPage:PXV:IUIX_CmdBar#Methods|FlatFindFirstItemByCmdID|method}}
 
{{#parentPage:PXV:IUIX_CmdBar#Methods|FlatFindFirstItemByCmdID|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Finds first item in the commands bar that corresponds to the command ID.
  
 
== Syntax ==
 
== Syntax ==
Line 14: Line 13:
 
== Parameters ==
 
== Parameters ==
 
;nCmdID
 
;nCmdID
:[in]  Value of LONG.
+
:[in]  Value of LONG containing the command's ID.
 
;nFlatIndex
 
;nFlatIndex
:[out, retval]  Pointer to LONG.
+
:[out, retval]  Pointer to LONG containing the resulting index of the command in the command bar.
  
 
== Return Value ==
 
== Return Value ==

Revision as of 08:06, 23 March 2016


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