Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure is used to hold counter information for a filter.
Syntax
typedef struct _NDIS_PD_FILTER_COUNTER {
ULONG64 PacketsMatched;
ULONG64 BytesMatched;
} NDIS_PD_FILTER_COUNTER;
Members
PacketsMatched
The amount of packets that match.
BytesMatched
The amount of bytes that match.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 |
Minimum supported server | Windows Server 2016 |
Header | ndis.h |