FwxNcdEventType Enumeration

The FwxNcdEventType enumerated type defines types of network configuration detection (NCD) events.

Syntax

typedef enum FwxNcdEventType {
  fwx_ncd_AddNetworkElement
fwx_ncd_AddNetworkElement

A network was added. Note that events of this type are not generated for enterprise networks.

,
  fwx_ncd_RemoveNetworkElement
fwx_ncd_RemoveNetworkElement

A network was removed. Note that events of this type are not generated for enterprise networks.

,
  fwx_ncd_AddNetworkAdapter
fwx_ncd_AddNetworkAdapter

A network adapter was added.

,
  fwx_ncd_RemoveNetworkAdapter
fwx_ncd_RemoveNetworkAdapter

A network adapter was removed.

,
  fwx_ncd_AddNetworkAddress
fwx_ncd_AddNetworkAddress

A network address was added to the local computer.

,
  fwx_ncd_RemoveNetworkAddress
fwx_ncd_RemoveNetworkAddress

A network address was removed from the local computer.

,
  fwx_ncd_AddNetworkSet
fwx_ncd_AddNetworkSet

A network set was added. Note that events of this type are not generated for enterprise network sets.

,
  fwx_ncd_RemoveNetworkSet
fwx_ncd_RemoveNetworkSet

A network set was removed. Note that events of this type are not generated for enterprise network sets.

,
  fwx_ncd_AddNetworkElementToSet
fwx_ncd_AddNetworkElementToSet

A network was added to a network set. Note that events of this type are not generated for enterprise networks and enterprise network sets.

,
  fwx_ncd_RemoveNetworkElementFromSet
fwx_ncd_RemoveNetworkElementFromSet

A network was removed from a network set. Note that events of this type are not generated for enterprise networks and enterprise network sets.

,
  fwx_ncd_ChangeIpRange
fwx_ncd_ChangeIpRange

The mapping of an IP address range to a network was changed. Note that events of this type are not generated for enterprise networks.

,
  fwx_ncd_ChangeAdapterRoute
fwx_ncd_ChangeAdapterRoute

The adapter route was changed.

,
  fwx_ncd_Startup
fwx_ncd_Startup

The first notification sent to a newly registered NCD client. This notification provides a value for the uiContextSlot parameter of the SetContext and GetContext methods of the IFWXNetworkAdapter, IFWXNetworkAddress, IFWXNetworkElement, and IFWXNetworkSet interfaces.

,
  fwx_ncd_Shutdown
fwx_ncd_Shutdown

The last of the incremental "remove" notifications was received by an NCD client when it unregisters, indicating that the unregistration process is complete.

,
  fwx_ncd_SyncConfig
fwx_ncd_SyncConfig

An IFWXNetConfigDetectionSnapshot interface was created when an NCD synchronization took place.


} FwxNcdEventType;

Constants

fwx_ncd_AddNetworkElement

A network was added. Note that events of this type are not generated for enterprise networks.

fwx_ncd_RemoveNetworkElement

A network was removed. Note that events of this type are not generated for enterprise networks.

fwx_ncd_AddNetworkAdapter

A network adapter was added.

fwx_ncd_RemoveNetworkAdapter

A network adapter was removed.

fwx_ncd_AddNetworkAddress

A network address was added to the local computer.

fwx_ncd_RemoveNetworkAddress

A network address was removed from the local computer.

fwx_ncd_AddNetworkSet

A network set was added. Note that events of this type are not generated for enterprise network sets.

fwx_ncd_RemoveNetworkSet

A network set was removed. Note that events of this type are not generated for enterprise network sets.

fwx_ncd_AddNetworkElementToSet

A network was added to a network set. Note that events of this type are not generated for enterprise networks and enterprise network sets.

fwx_ncd_RemoveNetworkElementFromSet

A network was removed from a network set. Note that events of this type are not generated for enterprise networks and enterprise network sets.

fwx_ncd_ChangeIpRange

The mapping of an IP address range to a network was changed. Note that events of this type are not generated for enterprise networks.

fwx_ncd_ChangeAdapterRoute

The adapter route was changed.

fwx_ncd_Startup

The first notification sent to a newly registered NCD client. This notification provides a value for the uiContextSlot parameter of the SetContext and GetContext methods of the IFWXNetworkAdapter, IFWXNetworkAddress, IFWXNetworkElement, and IFWXNetworkSet interfaces.

fwx_ncd_Shutdown

The last of the incremental "remove" notifications was received by an NCD client when it unregisters, indicating that the unregistration process is complete.

fwx_ncd_SyncConfig

An IFWXNetConfigDetectionSnapshot interface was created when an NCD synchronization took place.

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.