FWPM_SYSTEM_PORT_TYPE enumeration (fwpmtypes.h)

The FWPM_SYSTEM_PORT_TYPE enumerated type specifies the type of system port.

Syntax

typedef enum FWPM_SYSTEM_PORT_TYPE_ {
  FWPM_SYSTEM_PORT_RPC_EPMAP = 0,
  FWPM_SYSTEM_PORT_TEREDO,
  FWPM_SYSTEM_PORT_IPHTTPS_IN,
  FWPM_SYSTEM_PORT_IPHTTPS_OUT,
  FWPM_SYSTEM_PORT_TYPE_MAX
} FWPM_SYSTEM_PORT_TYPE;

Constants

 
FWPM_SYSTEM_PORT_RPC_EPMAP
Value: 0
Specifies a system port used by an RPC endpoint mapper.
FWPM_SYSTEM_PORT_TEREDO
Specifies a system port used by the Teredo service.
FWPM_SYSTEM_PORT_IPHTTPS_IN
Specifies an inbound system port used by the IP in conjunction with HTTPS implementation.
FWPM_SYSTEM_PORT_IPHTTPS_OUT
Specifies an outbound system port used by the IP in conjunction with HTTPS implementation.
FWPM_SYSTEM_PORT_TYPE_MAX
Maximum value for testing purposes.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header fwpmtypes.h

See also

Windows Filtering Platform API Enumerated Types