The FpcFilterPriority enumerated type contains values that define Web filter priorities.
typedef enum FpcFilterPriority { fpcFilterPriority_Low
The Web filter has low priority.
= 0, fpcFilterPriority_Medium
The Web filter has medium priority.
= 1, fpcFilterPriority_High
The Web filter has high priority.
= 2 } FpcFilterPriority;
The Web filter has low priority.
The Web filter has medium priority.
The Web filter has high priority.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.