Microsoft Internet Security and Acceleration Server 2004 SDK

IFWXNetworkAdapter

The IFWXNetworkAdapter interface represents a single network adapter. The network adapter is not specific to ISA Server, but is received from TCP/IP. The IFWXNetworkAdapter interface is used by the IFWXNetConfigDetector interface to store context information based on network configuration detection (NCD) events. This enables you to store information about the adapter the first time an event is received for it, so that you do not have to retrieve the information from ISA Server for each subsequent adapter event.

Note  The context information must implement IUnknown

Methods in Vtable Order

The IFWXNetworkAdapter interface inherits the methods of the standard COM interface IUnknown.

In addition, IFWXNetworkAdapter defines the following methods.

Method Description
SetContext Sets the context information.
GetContext Gets the context information.
GetAdapterIndex Gets the index of the adapter.
GetRouteTable Gets the routing table information.

Requirements

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

See Also

Filter Interfaces