Microsoft Internet Security and Acceleration Server 2004 SDK

Priority Property of IFPCWebFilter[C++]

FPCWebFilter.Priority [Visual Basic]

[C++]

The Priority property gets or sets a value from the FpcFilterPriority enumerated type that specifies the priority of the Web filter.

HRESULT get_Priority(
  FpcFilterPriority* pFilterPriority
);

HRESULT put_Priority(
  FpcFilterPriority FilterPriority
);

Parameters

pFilterPriority
Pointer to a variable that on return receives a value from the FpcFilterPriority enumerated type that specifies the priority of the Web filter. The possible values are fpcFilterPriority_Low, fpcFilterPriority_Medium, or fpcFilterPriority_High.
FilterPriority
Value from the FpcFilterPriority enumerated type that specifies the priority of the Web filter. The possible values are fpcFilterPriority_Low, fpcFilterPriority_Medium, or fpcFilterPriority_High.

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 Priority property gets or sets a value from the FpcFilterPriority enumerated type that specifies the priority of the Web filter.

Property Priority As FpcFilterPriority

Property Value

Value from the FpcFilterPriority enumerated type that specifies the priority of the Web filter. The possible values are fpcFilterPriority_Low, fpcFilterPriority_Medium, or fpcFilterPriority_High.

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

FPCWebFilter