Microsoft Internet Security and Acceleration Server 2004 SDK

ApplicationFilterDefined Property of IFPCProtocolDefinition[C++]

FPCProtocolDefinition.ApplicationFilterDefined [Visual Basic]

[C++]

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

HRESULT get_ApplicationFilterDefined(
  VARIANT_BOOL* pfApplicationFilterDefined
);

HRESULT put_ApplicationFilterDefined(
  VARIANT_BOOL fApplicationFilterDefined
);

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 Values

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

Remarks

This property is read/write.

[Visual Basic]

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

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.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCProtocolDefinition