L_InetFreePacket

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

L_LTNET_API L_VOID L_InetFreePacket(hPacket)

HINETPACK hPacket;

/* handle to a packet */

Frees the memory allocated for the packet created by L_InetCreatePacket and L_InetCreatePacketFromParams.

Parameter

Description

hPacket

Handle to the packet to be freed.

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.