Microsoft Internet Security and Acceleration Server 2000 |
Denies the current operation on the connection object.
HRESULT Deny( DWORD Reserved );
This method is rarely used. Using "Protocol Rules" and "Site and Content Rules" administration methods is the preferred way to control user activity.
This method must only be called in the context of the IFWXSessionFilter::FirewallEventHandler method while handling events with one of the following values:
The action that caused the event will be canceled. A bind operation will fail with error code 10048 (WSAEADDRINUSE), a connect operation will fail with error code 10061 (WSAECONNREFUSED). An accepted connection will be aborted.
Note For an fwx_Udp_Destination event, use the IFWXUdpDestination::Deny method instead of IFWXConnection::Deny. Outbound UDP packets sent to a denied destination will be discarded.