Microsoft Internet Security and Acceleration Server 2004 SDK

IFWXNetworkAdapter::GetRouteTable

The GetRouteTable method gets the routing table information. Having this information allows the network configuration detection (NCD) mechanism to know the addresses that can be routed for a particular adapter, and to send a notification if the routing status changes (an event of type fwx_ncd_ChangeAdapterRoute).

An address that can be routed is one that allows a particular packet to be transmitted, based on the address definition in the routing table. For more information on routing tables, see Routing Tables. Note that ISA Server will remove addresses from the adapter’s routing table if they are not contained in the adapter’s network.

HRESULT GetRouteTable(
  IFWXIpFilter** ppIpRange
);

Parameters

ppIpRange
[out] Address of a variable that receives a pointer to the IFWXIpFilter interface, which represents a range of IP addresses for which a connection or socket is allowed to function.

Return Values

This method returns S_OK if the call is successful; otherwise, it returns an error code.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Wspfwext.idl.

See Also

IFWXNetworkAdapter