Share via


FwxIpRangesToNetworkElements structure

Applies to: desktop apps only

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

Minimum supported client

None supported

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

Header

Wspfwext.idl

See also

Structures

 

 

Build date: 7/12/2010