GetPacketFilterTableResetStats
BOOL
GetPacketFilterTableResetStats ( HANDLE
hOpen, PSTATIC_FILTER_TABLE
pFilterList);
Return Value:
TRUE if call was
successful, FALSE otherwise
Parameters:
hOpen
Specifies driver
object open handle.
pFilterList
Pointer to
STATIC_FILTER_TABLE.
Remarks:
This member is a
simple wrapper for IOCTL_NDISRD_GET_PACKET_FILTERS_RESET_STATS.
You should allocate STATIC_FILTER_TABLE structure large enough to
fit the one loaded into WinpkFilter driver. You can get the
number of entries in the STATIC_FILTER_TABLE.m_TableSize using the
GetPacketFilterTableSize API call. Basically this API does the
same as GetPacketFilterTable but also resets packets and bytes
counters.
|