Microsoft Internet Security and Acceleration Server 2004 SDK

FwxNcdRangesChangeReason

The FwxNcdRangesChangeReason enumerated type contains values that specify reasons for the changes in the mapping of the IP ranges to the ISA Server networks in a network configuration detection (NCD) event.

typedef enum _tagFwxNcdRangesChangeReason
{
  fwx_ncd_ServiceStartup
fwx_ncd_ServiceStartup
A service started up.
,
  fwx_ncd_StorageChanged
fwx_ncd_StorageChanged
The stored configuration was changed.
,
  fwx_ncd_VpnConnection
fwx_ncd_VpnConnection
A VPN connection was opened.
,
  fwx_ncd_VpnDisconnection
fwx_ncd_VpnDisconnection
A VPN connection was closed.
,
  fwx_ncd_ServiceShutdown
fwx_ncd_ServiceShutdown
A service was shut down.


} FwxNcdRangesChangeReason;

Constants

fwx_ncd_ServiceStartup
A service started up.
fwx_ncd_StorageChanged
The stored configuration was changed.
fwx_ncd_VpnConnection
A VPN connection was opened.
fwx_ncd_VpnDisconnection
A VPN connection was closed.
fwx_ncd_ServiceShutdown
A service was shut down.

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 Enumerated Types