The FpcFilterCondition enumerated type contains descriptions of conditions used in query filtering by the FPCFilterExpression object.
typedef enum FpcFilterCondition { fpcNoCondition
No condition.
= 0x00000000, fpcEqual
Equal to.
= 0x00000001, fpcNotEqual
Not equal to.
= 0x00000002, fpcGreaterOrEqual
Greater than or equal to.
= 0x00000004, fpcLessOrEqual
Less than or equal to.
= 0x00000008, fpcOnOrAfter
On or after.
= 0x00000010, fpcOnOrBefore
On or before.
= 0x00000020, fpcContains
Contains.
= 0x00000040, fpcLiveData
After the query starts.
= 0x00000080, fpcLastHour
During the last hour.
= 0x00000100, fpcLast24Hours
During the last day.
= 0x00000200, fpcLast7days
During the last week.
= 0x00000400, fpcLast30days
During the last month.
= 0x00000800, fpcNotContains
Does not contain.
= 0x00001000, fpcOneOf
Is one of the following. The possible values are specified in a comma-delimited list of strings or enumeration values.
= 0x00002000, fpcNotOneOf
Is not one of the following. The possible values are specified in a comma-delimited list of strings or enumeration values.
= 0x00004000 } FpcFilterCondition;
No condition.
Equal to.
Not equal to.
Greater than or equal to.
Less than or equal to.
On or after.
On or before.
Contains.
After the query starts.
During the last hour.
During the last day.
During the last week.
During the last month.
Does not contain.
Is one of the following. The possible values are specified in a comma-delimited list of strings or enumeration values.
Is not one of the following. The possible values are specified in a comma-delimited list of strings or enumeration values.
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.