Microsoft Internet Security and Acceleration Server 2004 SDK

LowLevelSettings Property of IFPCArrayPolicy[C++]

FPCArrayPolicy.LowLevelSettings [Visual Basic]

[C++]

The LowLevelSettings property gets an FPCLowLevelSettings object that specifies the low-level settings in the array policy.

HRESULT get_LowLevelSettings(
  IFPCLowLevelSettings** ppLowLevelSettings
);

Parameters

ppLowLevelSettings
Address of an interface pointer that on return points to an IFPCLowLevelSettings interface that specifies the low-level settings in the array policy.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only. It can be modified by setting the properties of the IFPCLowLevelSettings interface retrieved.

[Visual Basic]

The LowLevelSettings property gets an FPCLowLevelSettings object that specifies the low-level settings in the array policy.

Property LowLevelSettings As FPCLowLevelSettings

Property Value

Reference to an FPCLowLevelSettings object that specifies the low-level settings in the array policy.

Remarks

This property is read-only. It can be modified by setting the properties of the FPCLowLevelSettings object retrieved.

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

FPCArrayPolicy