NotifyNetworkChange Method of the IFWXNetConfigDetectionNotification Interface
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
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
Server | Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2. |
Version | Requires Forefront Threat Management Gateway (TMG) 2010. |
Header | Declared in Wspfwext.idl. |
See Also
IFWXNetConfigDetectionNotification
Send comments about this topic to Microsoft
Build date: 6/30/2010