Microsoft Internet Security and Acceleration Server 2004 SDK

IFWXNetConfigDetectionNotification::NotifyNetworkChange

The NotifyNetworkChange method receives a notification from the Firewall service about a network configuration detection (NCD) event and handles the event. Application filters must implement this method to handle NCD events. Possible events are listed in the FwxNcdEvent structure.

HRESULT NotifyNetworkChange(
  const FwxNcdEvent* pEvent
);

Parameters

pEvent
[in] Pointer to an NCD event from the FwxNcdEvent structure.

Return Values

Implementations of this method should handle any run-time error and return S_OK.

Requirements

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

See Also

IFWXNetConfigDetectionNotification