FWP_RANGE0 structure (fwptypes.h)

The FWP_RANGE0 structure specifies a range of values.

Syntax

typedef struct FWP_RANGE0_ {
  FWP_VALUE0 valueLow;
  FWP_VALUE0 valueHigh;
} FWP_RANGE0;

Members

valueLow

Low value of the range.

See FWP_VALUE0 for more information.

valueHigh

High value of the range.

See FWP_VALUE0 for more information.

Remarks

The elements valueLow and valueHigh must be the same data type and valueHigh must be greater than or equal to valueLow.

Ranges are always inclusive. Thus, if a value equals valueLow or valueHigh, it is contained in the range.

FWP_RANGE0 is a specific implementation of FWP_RANGE. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.

Requirements

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

See also

FWP_VALUE0

Windows Filtering Platform API Structures