L_InetFreePacket

#include "l_bitmap.h"
#include "ltnet.h"

L_VOID EXT_FUNCTION L_InetFreePacket(hResponse)

HINETPACK hResponse;

/* 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:

L_InetCreatePacket, L_InetCreatePacketFromParams

Topics:

Sending Commands and Responses

 

A Client-Server Diagram: Sending Commands and Responses

 

Example

For an example, refer to L_InetCreatePacket.