FwxNcdRangesChangeReason Enumeration

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

Syntax

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 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Wspfwext.idl.

See Also

Filter Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.