Share via


FWP_IP_VERSION (Compact 2013)

3/26/2014

The FWP_IP_VERSION enumeration type specifies IP version.

Syntax

typedef enum FWP_IP_VERSION_ {
  FWP_IP_VERSION_V4,
   FWP_IP_VERSION_V6,
  FWP_IP_VERSION_MAX
} FWP_IP_VERSION;

Constants

  • FWP_IP_VERSION_V4
    Specifies IPV4.
  • FWP_IP_VERSION_V6
    Specifies IPV6.
  • FWP_IP_VERSION_MAX
    Maximum value for testing purposes.

Requirements

Header

fwpmu.h

See Also

Reference

WFP Shared Types

Other Resources

Windows Filtering Platform