The FpcAction enumerated type contains values that specify types of actions that can be performed by the Microsoft Firewall service for a connection or a session.
typedef enum FpcAction { fpcActionNotLogged
No action was logged.
= 0, fpcActionBind
The Firewall service associated a local address with a socket.
= 1, fpcActionListen
The Firewall service placed a socket in a state in which it listens for an incoming connection.
= 2, fpcActionGHBN
The Firewall service retrieved host information corresponding to a host name.
= 3, fpcActionGHBA
The Firewall service retrieved host information corresponding to a network address.
= 4, fpcActionRedirectBind
The Firewall service enabled a connection using a local address associated with a socket.
= 5, fpcActionEstablish
The Firewall service established a session.
= 6, fpcActionTerminate
The Firewall service terminated a session.
= 7, fpcActionDenied
The Firewall service denied a request.
= 8, fpcActionAllowed
The Firewall service allowed a request.
= 9, fpcActionFailed
The action requested failed.
= 10, fpcActionIntermediate
The Firewall service created an intermediate log entry containing the connection properties and the amount of traffic passed for a connection that has existed for more than 15 min.
= 11, fpcActionSuccessfulConnection
The Firewall service was successful in establishing a connection to a socket.
= 12, fpcActionUnsuccessfulConnection
The Firewall service was unsuccessful in establishing a connection to a socket.
= 13, fpcActionDisconnection
The Firewall service closed a connection on a socket.
= 14, fpcActionUserclearedQuarantine
The Firewall service cleared a quarantined VPN client.
= 15, fpcActionQuarantinetimeout
The Firewall service disqualified a quarantined VPN client after the time-out period elapsed.
= 16, fpcActionUserQuarantined
The Firewall service placed a VPN client in quarantine.
= 17 } FpcAction;
No action was logged.
The Firewall service associated a local address with a socket.
The Firewall service placed a socket in a state in which it listens for an incoming connection.
The Firewall service retrieved host information corresponding to a host name.
The Firewall service retrieved host information corresponding to a network address.
The Firewall service enabled a connection using a local address associated with a socket.
The Firewall service established a session.
The Firewall service terminated a session.
The Firewall service denied a request.
The Firewall service allowed a request.
The action requested failed.
The Firewall service created an intermediate log entry containing the connection properties and the amount of traffic passed for a connection that has existed for more than 15 min.
The Firewall service was successful in establishing a connection to a socket.
The Firewall service was unsuccessful in establishing a connection to a socket.
The Firewall service closed a connection on a socket.
The Firewall service cleared a quarantined VPN client.
The Firewall service disqualified a quarantined VPN client after the time-out period elapsed.
The Firewall service placed a VPN client in quarantine.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.