Share via


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

  • 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

See Also

Reference

WFP Management Structures

Other Resources

Windows Filtering Platform