Deny Method of the IFWXGetXByY Interface

The Deny method denies the name resolution request.

Syntax

HRESULT Deny(
	DWORD Reserved
);

Parameters

Reserved

Reserved for future use. The parameter value must be zero.

Return Value

S_OK

The Deny method succeeded.

FWX_E_TERMINATING

The IFWXGetXByY interface is no longer valid.

Remarks

FWX_E_TERMINATING would be returned if the filter called this method from any point other than within the IFWXSessionFilter::FirewallEventHandler method because the IFWXGetXByY interface can no longer affect the results.

Requirements

Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Wspfwext.idl.

DLL

Requires Wspsrv.exe.

See Also

IFWXGetXByY
FwxGetHostByAddrEvent
FwxGetHostByNameEvent


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.