Microsoft Internet Security and Acceleration Server 2004 SDK

IpOptionsAction Property of IFPCIpOptions[C++]

FPCIpOptions.IpOptionsAction [Visual Basic]

[C++]

The IpOptionsAction property gets or sets a value from the FpcIpOptionsAction enumerated type that specifies whether packets will be allowed or denied with consideration of the IP options included in them.

HRESULT get_IpOptionsAction(
  FpcIpOptionsAction* pAction
);

HRESULT put_IpOptionsAction(
  FpcIpOptionsAction Action
);

Parameters

pAction
Pointer to a variable that on return receives a value from the FpcIpOptionsAction enumerated type specifying whether packets will be allowed or denied with consideration of the IP options included in them.
Action
Value from the FpcIpOptionsAction enumerated type that specifies whether packets will be allowed or denied with consideration of the IP options included in them.

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 IpOptionsAction property gets or sets a value from the FpcIpOptionsAction enumerated type that specifies whether packets will be allowed or denied with consideration of the IP options included in them.

Property IpOptionsAction As FpcIpOptionsAction

Property Value

Value from the FpcIpOptionsAction enumerated type that specifies whether packets will be allowed or denied with consideration of the IP options included in them.

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

FPCIpOptions