2.2.15 FW_PORTS

This structure contains the ports represented statically through FW_PORT_RANGE structures or symbolically through FW_PORT_KEYWORD enumeration values.

 typedef struct _tag_FW_PORTS {
   unsigned short wPortKeywords;
   FW_PORT_RANGE_LIST Ports;
 } FW_PORTS,
  *PFW_PORTS;

wPortKeywords: This field is a combination of FW_PORT_KEYWORD values.

Ports: This field is a list of specifically defined ports.