Packet Sniffer SDK DLL Edition

HNAdapter :: Properties :: AdpSetUseFastUserFilter

 Previous Next

Sets the status flag of the FastBPF using.

Syntax:

BOOL __stdcall AdpSetUseFastUserFilter(HANDLE hAdp, BOOL bUseFastBpf);

Parameters:

hAdp

[in] HNAdapter object handle.

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 AdpSetUseFastUserFilter to turn on/off FastBPF for the current network adapter.

See also:HNAdapter, FastBPF, AdpGetUseFastUserFilter