The FwxNcdEventParameters union has members that specify the parameters for network configuration detection (NCD) events of different types. The union discriminant is a value from the FwxNcdEventType enumerated type.
The FwxNcdEventParameters union is typically a member of an FwxNcdEvent structure.
typedef union _tagFwxNcdEventParameters {
unsigned int uiContextSlot;
IFWXNetworkElement* pNetworkElement;
IFWXNetworkAdapter* pNetworkAdapter;
IFWXNetworkAddress* pNetworkAddress;
IFWXNetworkSet* pNetworkSet;
FwxNetElementMembershipInNetworkSet NetElementSetMembership;
FwxIpRangesToNetworkElementsNotification IpRangesToNetworkElements;
IFWXNetConfigDetectionSnapshot pNetConfigDetectionSnapshot; } FwxNcdEventParameters;
Unsigned integer value that specifies the registration handle created during the call to the IFWXNetConfigDetector::Register method for a new NCD client. This member is used for an event of type fwx_ncd_Startup, as defined in the FwxNcdEventType enumerated type.
Pointer to an IFWXNetworkElement interface that represents the Forefront TMG network that was added or removed. This member is used for an event of type fwx_ncd_AddNetworkElement or fwx_ncd_RemoveNetworkElement, as defined in the FwxNcdEventType enumerated type.
Pointer to an IFWXNetworkAdapter interface that represents the network adapter that was added or removed or whose route was changed. This member is used for an event of type fwx_ncd_AddNetworkAdapter, fwx_ncd_RemoveNetworkAdapter, or fwx_ncd_ChangeAdapterRoute, as defined in the FwxNcdEventType enumerated type.
Pointer to an IFWXNetworkAddress interface that represents the network address that was added to the local computer or removed from it. This member is used for an event of type fwx_ncd_AddNetworkAddress or fwx_ncd_RemoveNetworkAddress, as defined in the FwxNcdEventType enumerated type.
Pointer to an IFWXNetworkSet interface that represents the network set that was added or removed. This member is used for an event of type fwx_ncd_AddNetworkSet or fwx_ncd_RemoveNetworkSet, as defined in the FwxNcdEventType enumerated type.
FwxNetElementMembershipInNetworkSet structure that specifies the network set and the Forefront TMG network that was added or removed from it. This member is used for an event of type fwx_ncd_AddNetworkElementToSet or fwx_ncd_RemoveNetworkElementFromSet, as defined in the FwxNcdEventType enumerated type.
FwxIpRangesToNetworkElementsNotification structure that specifies the altered mappings of the IP address ranges to the Forefront TMG networks and the reason for the changes. This member is used for an event of type fwx_ncd_ChangeIpRange, as defined in the FwxNcdEventType enumerated type.
Pointer to an IFWXNetConfigDetectionSnapshot interface that represent the complete network configuration at the time of the NCD synchronization. This member is used for an event of type fwx_ncd_SyncConfig, as defined in the FwxNcdEventType enumerated type.
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.