The IFWXFirewall2 interface provides access to additional Microsoft Firewall service functions that are not exposed by the IFWXFirewall interface.
interface IFWXFirewall2 : IFWXFirewall
The IFWXFirewall2 interface inherits from IFWXFirewall.
In addition, IFWXFirewall2 defines the following methods.
Method | Description |
---|---|
Associates a handle with the Firewall service completion port. |
|
Creates an overlapped object that supports the IFWXOverlapped interface for use with handles hooked to the completion port with the HookToCompletionPort method. |
|
Creates a socket object that works with the dynamic packet filtering scheme. |
|
Creates a buffer object that wraps a user-supplied memory buffer. |
|
Creates (allocates) a buffer object of the given size. |
|
Creates a buffer object that represents a window inside another buffer. |
|
Creates an IP filter object that implements the IFWXIpFilter interface. |
|
Notifies the Firewall service that a thread is busy with a lengthy blocking operation. |
|
Notifies the Firewall service that a lengthy blocking operation has ended. |
|
Retrieves or, if necessary, creates a session object for a specified client address. |
|
Creates a private session object for a given client. |
|
Retrieves host information corresponding to a host name. |
|
Retrieves host information corresponding to an address. |
|
Updates the service status. |
|
Posts a one-time task into the completion port's queue. The one-time task is represented by the IFWXTaskCompletion interface. |
|
Creates a RADIUS authenticator interface (IFWXRadiusAuthenticator), which can be used to authenticate RADIUS users. |
|
Gets the interface that registers for network configuration detection (NCD) notifications. |
|
Gets the interface that registers for low resource recovery operations. Use a low resource recovery operation when you want to retry an operation that fails due to low resource availability. |
|
Creates a Secure Sockets Layer (SSL) socket object that works with the dynamic packet filtering scheme. |
Server | Requires Windows Server 2008. |
---|---|
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Wspfwext.idl. |
Filter Interfaces
IFWXFirewall
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.