The FwxBindEvent structure contains parameters for events of the fwx_Bind_Udp and fwx_Bind_Tcp types, as defined in the FwxFirewallEventType enumerated type.
These events are the result of a Firewall client calling the bind function, or an application filter calling the IFWXSession::BindForClient method.
typedef struct _tagFwxBindEvent {
LPSOCKADDR Address;
DWORD AddressLength;
IFWXConnection* piConnection;
FwxFilterAccess FilterAccess;
IFWXPerRuleDataplugin* PerRuleProcessedData;
GUID ProtocolGuid;
BOOL IsSecondary; } FwxBindEvent;
Pointer to a sockaddr structure that contains the address that the client wants to assign to the socket.
Length, in bytes, of the data pointed to by the Address member.
Pointer to the IFWXConnection interface on the Microsoft Firewall service connection object for this request.
Value from the FwxFilterAccess enumerated type that indicates the type of access permission granted for the event. This member is used internally by the Firewall service and should not be modified or relied upon by application filters.
Pointer to a IFWXPerRuleDataplugin interface that represents the per-rule configuration data for the filter. This data is processed by the Firewall service when it starts, or when the rules are changed.
The globally unique identifier (GUID) for the protocol, if known to the Firewall service. If the protocol is not known, this parameter has the value GUID_NULL.
Boolean value that indicates whether the connection is a secondary connection.
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.