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