ListDispose
void ListDispose (ListType listToDispose);
Purpose
Disposes of the memory allocated for a list.
Parameters
Input | ||
Name | Type | Description |
listToDispose | ListType | Pass the list to dispose. If you pass zero (or NULL), the function returns without performing any action. |
Return Value
None.
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 ListDispose function: