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 integer Return value indicating whether the function was successful. A negative number indicates that an error occurred.