The FwxNcdEventType enumerated type defines types of network configuration detection (NCD) events.
typedef enum FwxNcdEventType { 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.
} FwxNcdEventType;
A network was added. Note that events of this type are not generated for enterprise networks.
A network was removed. Note that events of this type are not generated for enterprise networks.
A network adapter was added.
A network adapter was removed.
A network address was added to the local computer.
A network address was removed from the local computer.
A network set was added. Note that events of this type are not generated for enterprise network sets.
A network set was removed. Note that events of this type are not generated for enterprise network sets.
A network was added to a network set. Note that events of this type are not generated for enterprise networks and enterprise network sets.
A network was removed from a network set. Note that events of this type are not generated for enterprise networks and enterprise network sets.
The mapping of an IP address range to a network was changed. Note that events of this type are not generated for enterprise networks.
The adapter route was changed.
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.
The last of the incremental "remove" notifications was received by an NCD client when it unregisters, indicating that the unregistration process is complete.
An IFWXNetConfigDetectionSnapshot interface was created when an NCD synchronization took place.
Server | Requires Windows Server 2008. |
---|---|
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Wspfwext.idl. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.