FWPM_FIELD0 (Compact 2013)
3/26/2014
This structure specifies schema information for a field.
Syntax
typedef struct FWPM_FIELD0_ {
GUID* fieldKey;
FWPM_FIELD_TYPE type;
FWP_DATA_TYPE dataType;
} FWPM_FIELD0;
Members
- fieldKey
Uniquely identifies the field. See FWPM_CONDITION_* identifiers in the topic WFP Filtering Condition Identifiers.
type
Determines how dataType is interpreted.See topic FWPM_FIELD_TYPE for more information.
dataType
Data type passed to classify.See topic FWP_DATA_TYPE for more information.
Requirements
Header |
fwpmu.h |