Microsoft Internet Security and Acceleration Server 2004 SDK

IFWXNetworkSet

The IFWXNetworkSet interface represents a network set as defined in the ISA Server administration COM storage (FPCNetworkSet object). The IFWXNetworkSet 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 network set 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 network set event.

Note  The context information must implement IUnknown.

Methods in Vtable Order

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

In addition, IFWXNetworkSet defines the following methods.

Method Description
SetContext Sets the context information.
GetContext Retrieves the context information.
GetGUID Retrieves the GUID of the network set.
GetNetworkElements Retrieves the network elements that comprise the network set.

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