ListNumItems
size_t ListNumItems (ListType list);
Purpose
This function returns the number of items in a list.
Parameters
Input | ||
Name | Type | Description |
list | ListType | The list for which the number of items it contains will be returned. |
Return Value
Name | Type | Description |
numberOfItemsInTheList | size_t | Returns the number of items in the list. |
Additional Information
Library: Programmer's Toolbox
Include file: toolbox\toolbox.h
LabWindows/CVI compatibility: LabWindows/CVI 4.0 and later