CNdisApi::GetPacketFilterTableSize
BOOL
GetPacketFilterTableSize ( DWORD
pdwTableSize);
Return Value:
TRUE if call was
successful, FALSE otherwise
Parameters:
pdwTableSize
Pointer to DWORD
which receives the number of filters in
the STATIC_FILTER_TABLE loaded into the WinpkFilter
driver.
Remarks:
This member is a
wrapper for IOCTL_NDISRD_GET_PACKET_FILTERS_TABLESIZE.
|