Microsoft Internet Security and Acceleration Server 2004 SDK

FwxIpRangesToNetworkElements

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.

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 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Wspfwext.idl.

See Also

Structures