This topic has not yet been rated - Rate this topic

FWP_RANGE0 structure

The FWP_RANGE0 structure defines a range of values.

Syntax


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

Members

valueLow

An FWP_VALUE0 structure that specifies the beginning value in the range of values. This value is included in the range.

valueHigh

An FWP_VALUE0 structure that specifies the ending value in the range of values. This value is included in the range.

Remarks

The FWP_RANGE0 structure specifies a range of values that data can be tested against for a filtering condition.

The type of value specified in the FWP_VALUE0 structures must be identical for both the valueLow and valueHigh members.

The numeric value of the valueHigh member must be greater than or equal to the numeric value of the valueLow member.

Requirements

Version

Available starting with Windows Vista.

Header

Fwptypes.h (include Fwpsk.h)

See also

FWP_CONDITION_VALUE0
FWP_DATA_TYPE
FWP_VALUE0

 

 

Send comments about this topic to Microsoft

Build date: 5/21/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.