Admin Production ni-theme
Current Publication

ListDispose

LabWindows/CVI

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:

  • apps\uirview\uirview.cws

    Open example
  • apps\uirview\uirview.cws

    Open example
  • TDM Streaming\tdmsReader.cws

    Open example
  • toolbox\list.cws

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

    Open example
  • userint\custctrl\pathctrl\simple.cws

    Open example