IFWXNetConfigDetectionNotification::NotifyNetworkChange method
Applies to: desktop apps only
The NotifyNetworkChange method receives a notification from the Microsoft Firewall service about a network configuration detection (NCD) event and handles the event. Application filters must implement this method to handle NCD events. The possible types of events are listed in the FwxNcdEventType enumerated type.
Syntax
HRESULT NotifyNetworkChange(
[in] const FwxNcdEvent *pEvent
);
Parameters
- pEvent [in]
Pointer to an FwxNcdEvent structure that contains information about the NCD event, including the type of NCD event and its parameters.
Return value
Implementations of this method should handle any run-time error and return S_OK.
Remarks
No notifications about changes in enterprise networks or enterprise network sets are generated in Forefront TMG.
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
Header |
Wspfwext.idl |
See also
IFWXNetConfigDetectionNotification
Build date: 7/12/2010