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;
The array of upper bound IP addresses and the associated networks of the IP ranges(FwxIpRangeToNetworkElement).
The number of IP range entries that are in the array.
Server | Requires Windows Server 2008. |
---|---|
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Wspfwext.idl. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.