FWPM_ENGINE_OPTION (Compact 2013)

3/26/2014

This enumeration type defines configurable options for the Windows Filtering Platform (WFP) filter engine.

Syntax

typedef enum FWPM_ENGINE_OPTION_ {
   FWPM_ENGINE_COLLECT_NET_EVENTS,
  FWPM_ENGINE_NET_EVENT_MATCH_ANY_KEYWORDS,
  FWPM_ENGINE_OPTION_MAX
} FWPM_ENGINE_OPTION;

Constants

  • FWPM_ENGINE_COLLECT_NET_EVENTS
    The filter engine will collect net events.
  • FWPM_ENGINE_NET_EVENT_MATCH_ANY_KEYWORDS
    The filter engine will collect net events that match any supplied key words.
  • FWPM_ENGINE_OPTION_MAX
    Maximum value for testing purposes.

Requirements

Header

fwpmu.h

See Also

Reference

WFP Management Types

Other Resources

Windows Filtering Platform