IUIX_CmdBar::FlatGetItemsCount Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IUIX_CmdBar::FlatGetItemsCount Method}} | {{#customTitle:IUIX_CmdBar::FlatGetItemsCount Method}} | ||
{{#parentPage:PXV:IUIX_CmdBar#Methods|FlatGetItemsCount|method}} | {{#parentPage:PXV:IUIX_CmdBar#Methods|FlatGetItemsCount|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | 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 == | ||
Line 13: | Line 12: | ||
== Parameters == | == Parameters == | ||
;nFlatCount | ;nFlatCount | ||
− | :[out, retval] Pointer to ULONG. | + | :[out, retval] Pointer to ULONG containing the number of the command items. |
== Return Value == | == Return Value == |
Latest revision as of 02: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.