|
Available in LEADTOOLS Imaging Pro, Vector, Document, and Medical Imaging toolkits. |
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: |
|
|
Topics: |
|
|
|
Example
For an example, refer to L_InetCreatePacket.