Microsoft Internet Security and Acceleration Server 2004 SDK

IpOptions Property of IFPCAttackDetection[C++]

FPCAttackDetection.IpOptions [Visual Basic]

[C++]

The IpOptions property gets an IFPCIpOptions interface that enables configuration of the IP options checking mechanism.

HRESULT get_IpOptions(
  IFPCIpOptions** ppIpOptions
);

Parameters

ppIpOptions
Address of an interface pointer that on return points to an IFPCIpOptions interface.

Return Values

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

Remarks

This property is read-only. The IFPCIpOptions interface retrieved enables configuration of the IP options checking mechanism.

[Visual Basic]

The IpOptions property gets an FPCIpOptions object that enables configuration of the IP options checking mechanism.

Property IpOptions As FPCIpOptions

Property Value

Reference to an FPCIpOptions object.

Remarks

This property is read-only. The FPCIpOptions object retrieved enables configuration of the IP options checking mechanism.

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