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.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Wspfwext.idl.

See Also

Structures


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.