Packet Sniffer SDK DLL Edition
HNAdapter :: Properties :: AdpGetUseFastUserFilter | | Previous Next |
Returns the status flag of the FastBPF using.
Syntax:
BOOL __stdcall AdpGetUseFastUserFilter(HANDLE hAdp);
Parameters:
hAdp
[in] HNAdapter object handle.
Return values:
If the function succeeds the return value will be either TRUE or FALSE. The default value is FALSE
Description:
Use AdpGetUseFastUserFilter to check the status flag of FastBPF using
for the current network adapter.