Packet Sniffer SDK DLL Edition
HNLBAdapter :: Properties :: LbAdpSetUseFastUserFilter | | Previous Next |
Sets the status flag of the FastBPF using.
Syntax:
BOOL __stdcall LbAdpSetUseFastUserFilter(HANDLE hLbAdp, BOOL bUseFastBpf);
Parameters:
hLbAdp
bUseFastBpf
[in] The new value of the status flag of the FastBPF using.
Return values:
If the function succeeds the return value will be the bUseFastBpf parameter value.
Description:
Use LbAdpSetUseFastUserFilter to turn on/off FastBPF
for the current loopback adapter.
 | UseFastUserFilter property may be used in the Ethernet emulation mode only (see
HNLBAdapter.EthEmulation[Get/Set]). |