struttura FWP_RANGE0 (fwptypes.h)
La struttura FWP_RANGE0 specifica un intervallo di valori.
Sintassi
typedef struct FWP_RANGE0_ {
FWP_VALUE0 valueLow;
FWP_VALUE0 valueHigh;
} FWP_RANGE0;
Members
valueLow
Valore basso dell'intervallo.
Per altre informazioni, vedere FWP_VALUE0 .
valueHigh
Valore elevato dell'intervallo.
Per altre informazioni, vedere FWP_VALUE0 .
Commenti
Il valore degli elementiLow e valueHigh deve essere lo stesso tipo di dati e valueHigh deve essere maggiore o uguale a valueLow.
Gli intervalli sono sempre inclusivi. Pertanto, se un valore è uguale a valueLow o valueHigh, è contenuto nell'intervallo.
FWP_RANGE0 è un'implementazione specifica di FWP_RANGE. Per altre informazioni, vedere Wfp Version-Independent Names and Targeting Specific Versions of Windows .See WFP Version-Independent Names and Targeting Specific Versions of Windows.See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.
Requisiti
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Intestazione | fwptypes.h |