FWP_FILTER_ENUM_TYPE (Compact 2013)
3/26/2014
The FWP_FILTER_ENUM_TYPE enumeration type specifies how the filter enum conditions should be interpreted.
Syntax
typedef enum FWP_FILTER_ENUM_TYPE_ {
FWP_FILTER_ENUM_FULLY_CONTAINED,
FWP_FILTER_ENUM_OVERLAPPING,
FWP_FILTER_ENUM_TYPE_MAX
} FWP_FILTER_ENUM_TYPE;
Constants
- FWP_FILTER_ENUM_FULLY_CONTAINED
Return only filters fully contained within the enum conditions.
- FWP_FILTER_ENUM_OVERLAPPING
Return filters that overlap with the enum conditions, including filters that are fully contained.
- FWP_FILTER_ENUM_TYPE_MAX
Maximum value for testing purposes.
Requirements
Header |
fwpmu.h |