Share via


FWPM_FILTER_CONDITION0 (Compact 7)

3/12/2014

This structure expresses a filter condition that must be true for the action to be taken.

Syntax

typedef struct FWPM_FILTER_CONDITION0_ {
  GUID fieldKey;
  FWP_MATCH_TYPE matchType;
  FWP_CONDITION_VALUE conditionValue;
} FWPM_FILTER_CONDITION0;

Members

  • fieldKey
    GUID of the field to be tested.
  • matchType
    A FWP_MATCH_TYPE value that specifies the type of match to be performed.
  • conditionValue
    A FWP_CONDITION_VALUE0 structure that contains the value to match the field against.

Remarks

Field GUIDs are only unique within a layer, so both the field GUID and the layer GUID are required to uniquely identify a field.

The data type of conditionValue must be compatible with the matchType value.

Requirements

Header

fwpmu.h

See Also

Reference

WFP Management Structures

Other Resources

Windows Filtering Platform