Admin Production ni-theme
Current Publication

CA_FreeMemory

LabWindows/CVI

CA_FreeMemory

void CA_FreeMemory (void *memory);

Purpose

Frees memory allocated through the following sources:

Parameters

Input
Name Type Description
memory void * Address of the memory to free.

If you pass NULL, the function performs no action.

Return Value

None.

Additional Information

Library: ActiveX Library

Include file: cviauto.h

LabWindows/CVI compatibility: LabWindows/CVI 5.0 and later

Examples

Refer to the following examples that use the CA_FreeMemory function:

  • userint\activex\3DGraphAxis.cws

    Open example
  • userint\activex\richTextbox.cws

    Open example
  • userint\activex\WebBrowser.cws

    Open example