Admin Production ni-theme
Current Publication

InetFreeMemory

LabWindows/CVI

InetFreeMemory

int InetFreeMemory (void *pointer);

Purpose

Frees memory allocated by one of the Internet Library functions.

Parameters

Input
Name Type Description
pointer void * A pointer to the memory to be freed.

Return Value

Name Type Description
result int Return value indicating whether the function was successful. A negative number indicates that an error occurred.

Additional Information

Library: Internet Library

Include file: cvintwrk.h

LabWindows/CVI compatibility: LabWindows/CVI 7.1 and later

Examples

Refer to the following examples that use the InetFreeMemory function:

  • internet\ftpclnt\ftpclnt.cws

    Open example
  • internet\pop3clnt\pop3clnt.cws

    Open example