FWP_FILTER_ENUM_TYPE enumeration (fwptypes.h)

The FWP_FILTER_ENUM_TYPE enumerated type specifies how the filter enum conditions should be interpreted.

Syntax

typedef enum FWP_FILTER_ENUM_TYPE_ {
  FWP_FILTER_ENUM_FULLY_CONTAINED = 0,
  FWP_FILTER_ENUM_OVERLAPPING,
  FWP_FILTER_ENUM_TYPE_MAX
} FWP_FILTER_ENUM_TYPE;

Constants

 
FWP_FILTER_ENUM_FULLY_CONTAINED
Value: 0
Return only filters that fully contain the enum conditions.
FWP_FILTER_ENUM_OVERLAPPING
Return filters that overlap with the enum conditions, including filters that fully contain the enum conditions.
FWP_FILTER_ENUM_TYPE_MAX
Maximum value for testing purposes.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header fwptypes.h