Packet Sniffer SDK DLL Edition
HNPacket :: Methods :: PktDestroy | | Previous Next |
Destroys the HNPacket object.
Syntax:
DWORD __stdcall PktDestroy(HANDLE hPkt);
Parameters:
hPkt
[in] HNPacket object handle.
Return values:
Description:
Use PktDestroy to destroy the HNPacket object created by
PktCreate function.
 | Use PktDestroy only for HNPacket objects created by
PktCreate function in the current context, otherwise
your application will crash. |