Microsoft Internet Security and Acceleration Server 2000 |
The FwxUdpDestination structure contains parameters for the fwx_Udp_Destination event.
This event is generated when a UDP destination is generated, which occurs under the following circumstances:
typedef struct { LPSOCKADDR Address; DWORD AddressLength; IFWXConnection *piConnection; IFWXUdpDestination *piUdpDestination; FwxFilterAccess FilterAccess; } FwxUdpDestination;
The Firewall service keeps a cache of known UDP sources and destinations for each UDP connection object. An event is only generated for destinations that are not in this cache.
The FilterAccess member for the event pertains only to outgoing packets to the destination. The filter may not directly modify this member. To modify the access status, a filter may call IFWXConnection::SetProtocol or IFWXConnection::Deny. Data filters installed by a handler for this event are associated with the destination, and may be detached by the Firewall service when it is invalidating a cached destination.
Although an fwx_Udp_Destination event may be generated as a result of an incoming datagram; it is not intended for interception of inbound traffic. To examine inbound datagrams, use the fwx_Bind_Udp event.
Windows NT/2000: Requires Windows 2000.
Version: Requires ISA Server 2000.
Header: Wspfwext.idl.