Share via


FwxIpRangesToNetworkElements Structure

The FwxIpRangesToNetworkElements structure maps IP ranges to their respective network elements. Each range is represented by its upper bound IP address, and the mapping covers the entire IP range (0.0.0.0 to 255.255.255.255). An application filter can use this mapping to identify what ranges are associated with which networks.

Syntax

typedef struct {
   FwxIpRangeToNetworkElement * IpRanges;
  unsigned int IpRangesNumber;
} FwxIpRangesToNetworkElements;

Members

  • IpRanges
    The array of upper bound IP addresses and the associated networks of the IP ranges(FwxIpRangeToNetworkElement).

  • IpRangesNumber
    The number of IP range entries that are in the array.

Requirements

Server Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2.
Version Requires Forefront Threat Management Gateway (TMG) 2010.
Header

Declared in Wspfwext.idl.

See Also

Structures

Send comments about this topic to Microsoft

Build date: 6/30/2010