Packet Sniffer SDK DLL Edition

HNLBAdapter :: Properties :: LbAdpGetUserFilterActive

 Previous Next

Returns the status flag of the user-settable packet filter using.

Syntax:

BOOL __stdcall LbAdpGetUserFilterActive(HANDLE hLbAdp);

Parameters:

hLbAdp

[in] HNLBAdapter object handle.

Return values:

If the function succeeds the return value will be either TRUE or FALSE. The default value is FALSE.

Description:

Use UserFilterActive with UserFilter property to control the traffic filtering process.

UserFilterActive may be used in the Ethernet emulation mode only (see HNLBAdapter.EthEmulation[Get/Set]).
See also:HNLBAdapter, LbAdpGetUserFilter, LbAdpSetUserFilter