IUIX_CmdBar::FlatGetItemsCount Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdBar::FlatGetItemsCount Method}}
 
{{#customTitle:IUIX_CmdBar::FlatGetItemsCount Method}}
 +
{{#parentPage:PXV:IUIX_CmdBar#Methods|FlatGetItemsCount|method}}
 +
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Gets number of the [[PXV:IUIX_CmdItem|command items]] in all of the [[PXV:IUIX_CmdItemBox|command item boxes]] in the command bar.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT FlatGetItemsCount([out, retval] ULONG* pFlatCount);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT FlatGetItemsCount([out, retval] ULONG* nFlatCount);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''pFlatCount''
+
;nFlatCount
:[out, retval]  Pointer to ULONG.
+
:[out, retval]  Pointer to ULONG containing the number of the command items.
  
 
== Return Value ==
 
== Return Value ==
Line 15: Line 18:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_CmdBar|IUIX_CmdBar]].
+
[[PXV:IUIX_CmdBar|IUIX_CmdBar]]

Latest revision as of 03:47, 25 March 2016


Gets number of the command items in all of the command item boxes in the command bar.

Syntax

HRESULT FlatGetItemsCount([out, retval]  ULONG*  nFlatCount);

Parameters

nFlatCount
[out, retval] Pointer to ULONG containing the number of the command items.

Return Value

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

See Also

IUIX_CmdBar