L_InetFreePacket
#include "l_bitmap.h"
#include "ltnet.h"
L_LTNET_API L_VOID L_InetFreePacket(hResponse)
HINETPACK hPacket; |
/* handle to a response object*/ |
Frees the memory allocated for the packet created by L_InetCreatePacket and L_InetCreatePacketFromParams.
Parameter |
Description |
hResponse |
Handle to an INET response object. |
Comments
This function should be called when your program no longer needs the packet object.
Required DLLs and Libraries
LTNET For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application |
See Also
Functions: |
|
Topics: |
|
|
Example
For an example, refer to L_InetCreatePacket.