Home
Product home page
Download
Order
Contents
Introduction
PSSDK basics
BPF programming
HNPSManager
HNAdapter
Properties
Methods
AdpAsyncRequest
AdpAsyncSend
AdpAsyncSendEx
AdpCloseAdapter
AdpCreate
AdpDestroy
AdpGetAcceptCount
AdpGetAsyncStatistics
AdpGetLostCount
AdpGetMissed
AdpGetOpenTime
AdpGetProcessCount
AdpGetRecvCount
AdpGetRecvWithErr
AdpGetRecvWithoutErr
AdpGetRejectCount
AdpGetTranWithErr
AdpGetTranWithoutErr
AdpIsOpened
AdpOpenAdapter
AdpSyncRequest
AdpSyncSend
AdpSyncSendEx
AdpUpdateAdapterStatistics
AdpUpdateUserStatistics
Events
Wrappers
HNFileAdapter
HNAdapterConfig
HNUserFilter
HNPacket
HNQueue
HNTcpManager
HNTcpSession
HNLBAdapter
HNLBSession
HNLBHosts
Structures
Constants enumerations
Events
RFC
WinPCap to PSSDK migration module
Error codes
FAQ
Packet Sniffer SDK DLL Edition
HNAdapter :: Methods :: AdpDestroy
Previous
Next
Destroys an
HNAdapter
object.
Syntax:
DWORD __stdcall AdpDestroy(HANDLE hAdp);
Parameters:
hAdp
[in]
HNAdapter
object handle.
Return values:
HNERR_OK
No errors.
Description:
Destroys an
HNAdapter
object.
See also:
HNAdapter
,
AdpCreate