ListGetItemSize
int ListGetItemSize (ListType list);
Purpose
This function returns the item size of a list.
Parameters
Input | ||
Name | Type | Description |
list | ListType | The list whose item size will be returned. |
Return Value
Name | Type | Description |
itemSize | int | Returns the size in bytes of items that the list can store. This value is the same value that was passed to ListCreate when the list was created. |
Additional Information
Library: Programmer's Toolbox
Include file: toolbox\toolbox.h
LabWindows/CVI compatibility: LabWindows/CVI 4.0 and later