void ListDispose (ListType listToDispose);
Disposes of the memory allocated for a list.
Input | ||
Name | Type | Description |
listToDispose | ListType | Pass the list to dispose. If you pass zero (or NULL), the function returns without performing any action. |
None.