ApplicationFilterDefined Property of the IFPCProtocolDefinition Interface

The ApplicationFilterDefined property gets or sets a Boolean value that indicates whether the protocol is defined by an application filter.

[C++]
HRESULT put_ApplicationFilterDefined(
	VARIANT_BOOL fApplicationFilterDefined
);
HRESULT get_ApplicationFilterDefined(
	VARIANT_BOOL* pfApplicationFilterDefined
);

Parameters

pfApplicationFilterDefined

Pointer to a Boolean variable that is set on return to VARIANT_TRUE if the protocol is defined by an application filter, or to VARIANT_FALSE if the protocol is not defined by an application filter.

fApplicationFilterDefined

Boolean value that indicates whether the protocol is defined by an application filter.

Return Value

These property methods return S_OK if the call is successful; otherwise, they return an error code.

[Visual Basic]
Property ApplicationFilterDefined As Boolean

Property Value

Boolean value that indicates whether the protocol is defined by an application filter.

Remarks

This property is read/write. Its default value is False (VARIANT_FALSE in C++).

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
IDL

Declared in Msfpccom.idl.

DLL

Requires Msfpccom.dll.

See Also

FPCProtocolDefinition


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.