FWP_RANGE0 (Compact 2013)

3/26/2014

This 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 topic FWP_VALUE0 for more information.

  • valueHigh
    High value of the range.

    See topic 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. Therefore, if a value equals valueLow or valueHigh, it is contained in the range.

Requirements

Header

fwpmu.h

See Also

Reference

WFP Shared Structures

Other Resources

Windows Filtering Platform