Admin Production ni-theme
Current Publication

ListNumItems

LabWindows/CVI

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

Examples

Refer to the following examples that use the ListNumItems function:

  • apps\uirview\uirview.cws

    Open example
  • toolbox\list.cws

    Open example
  • userint\custctrl\cviogl\ogldemo.cws

    Open example