FWPM_SYSTEM_PORTS0 structure (fwpmtypes.h)

The FWPM_SYSTEM_PORTS0 structure contains information about all of the system ports of all types.

Syntax

typedef struct FWPM_SYSTEM_PORTS0_ {
  UINT32                     numTypes;
  FWPM_SYSTEM_PORTS_BY_TYPE0 *types;
} FWPM_SYSTEM_PORTS0;

Members

numTypes

The number of types in the array.

types

A FWPM_SYSTEM_PORTS_BY_TYPE0 structure that specifies the array of system port types.

Remarks

FWPM_SYSTEM_PORTS0 is a specific implementation of FWPM_SYSTEM_PORTS. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.

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

FWPM_SYSTEM_PORTS_BY_TYPE0

Windows Filtering Platform API Structures