Microsoft Internet Security and Acceleration Server 2004 SDK

SpecialLimit Property of IFPCConnectionLimitPolicy[C++]

FPCConnectionLimitPolicy.SpecialLimit [Visual Basic]

[C++]

The SpecialLimit property gets an FPCConnectionLimit object that specifies the connection limits for a special user. Special users are defined in the SpecialComputerSets property.

HRESULT get_SpecialLimit(
  IFPCConnectionLimit** ppConnectionLimits
);

Parameters

ppConnectionLimits
Address of an interface pointer that on return points to an IFPCConnectionLimit interface that specifies the connection limits for a special user.

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 IFPCConnectionLimit interface retrieved.

[Visual Basic]

The SpecialLimit property gets an FPCConnectionLimit object that specifies the connection limits for a special user. Special users are defined in the SpecialComputerSets property.

Property SpecialLimit As FPCConnectionLimit

Property Value

Reference to an FPCConnectionLimit object that specifies the connection limits for a special user.

Remarks

This property is read-only. It can be modified by setting the properties of the FPCConnectionLimit 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

FPCConnectionLimitPolicy