Skip to content

Latest commit

 

History

History
87 lines (67 loc) · 2.19 KB

ns-fwptypes-fwp_range0.md

File metadata and controls

87 lines (67 loc) · 2.19 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:fwptypes.FWP_RANGE0_
FWP_RANGE0 (fwptypes.h)
Specifies a range of values.
FWP_RANGE0
FWP_RANGE0 structure [Filtering]
fwp.fwp_range0
fwptypes/FWP_RANGE0
fwp\fwp_range0.htm
fwp
191ec0e4-2489-4f6f-80c5-8feec83d69c2
12/05/2018
FWP_RANGE0, FWP_RANGE0 structure [Filtering], fwp.fwp_range0, fwptypes/FWP_RANGE0
fwptypes.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Fwptypes.idl
Windows
FWP_RANGE0
19H1
FWP_RANGE0_
fwptypes/FWP_RANGE0_
FWP_RANGE0
fwptypes/FWP_RANGE0
c++
APIRef
kbSyntax
HeaderDef
Fwptypes.h
FWP_RANGE0

FWP_RANGE0 structure

-description

The FWP_RANGE0 structure specifies a range of values.

-struct-fields

-field valueLow

Low value of the range.

See FWP_VALUE0 for more information.

-field 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.

-see-also

FWP_VALUE0

Windows Filtering Platform API Structures