int InetFreeMemory (void *pointer);
Frees memory allocated by one of the Internet Library functions.
Input | ||
Name | Type | Description |
pointer | void * | A pointer to the memory to be freed. |
Name | Type | Description |
result | integer | Return value indicating whether the function was successful. A negative number indicates that an error occurred. |