Microsoft Internet Security and Acceleration Server 2004 SDK

IpFragmentsFilteringEnabled Property of IFPCAttackDetection[C++]

FPCAttackDetection.IpFragmentsFilteringEnabled [Visual Basic]

[C++]

The IpFragmentsFilteringEnabled property gets or sets a Boolean value that indicates whether IP fragment filtering is enabled. If IP fragment filtering is enabled, datagram fragments are filtered.

HRESULT get_IpFragmentsFilteringEnabled(
  VARIANT_BOOL* pfFragmentsFilteringEnabled
);

HRESULT put_IpFragmentsFilteringEnabled(
  VARIANT_BOOL fFragmentsFilteringEnabled
);

Parameters

pfFragmentsFilteringEnabled
Pointer to a Boolean value that is set on return to VARIANT_TRUE if IP fragment filtering is enabled, or to VARIANT_FALSE if IP fragment filtering is disabled.
fFragmentsFilteringEnabled
Boolean value that indicates whether IP fragment filtering is enabled.

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 IpFragmentsFilteringEnabled property gets or sets a Boolean value that indicates whether IP fragment filtering is enabled. If IP fragment filtering is enabled, datagram fragments are filtered.

Property IpFragmentsFilteringEnabled As Boolean

Property Value

Boolean value that indicates whether IP fragment filtering is enabled.

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

FPCAttackDetection