Microsoft Internet Security and Acceleration Server 2004 SDK

FpcFilterCondition

The FpcFilterCondition enumerated type contains descriptions of conditions used in query filtering by the FPCFilterExpression object.

typedef enum FpcFilterCondition
{
  fpcNoCondition
fpcNoCondition
No condition.
 = 0x00000000,
  fpcEqual
fpcEqual
Equal to.
 = 0x00000001,
  fpcNotEqual
fpcNotEqual
Not equal to.
 = 0x00000002,
  fpcGreaterOrEqual
fpcGreaterOrEqual
Greater than or equal to.
 = 0x00000004,
  fpcLessOrEqual
fpcLessOrEqual
Less than or equal to.
 = 0x00000008,
  fpcOnOrAfter
fpcOnOrAfter
On or after.
 = 0x00000010,
  fpcOnOrBefore
fpcOnOrBefore
On or before.
 = 0x00000020,
  fpcContains
fpcContains
Contains.
 = 0x00000040,
  fpcLiveData
fpcLiveData
After the query starts.
 = 0x00000080,
  fpcLastHour
fpcLastHour
During the last hour.
 = 0x00000100,
  fpcLast24Hours
fpcLast24Hours
During the last day.
 = 0x00000200,
  fpcLast7days
fpcLast7days
During the last week.
 = 0x00000400,
  fpcLast30days
fpcLast30days
During the last month.
 = 0x00000800,
  fpcNotContains
fpcNotContains
Does not contain.
 = 0x00001000

} FpcFilterCondition;

Constants

fpcNoCondition
No condition.
fpcEqual
Equal to.
fpcNotEqual
Not equal to.
fpcGreaterOrEqual
Greater than or equal to.
fpcLessOrEqual
Less than or equal to.
fpcOnOrAfter
On or after.
fpcOnOrBefore
On or before.
fpcContains
Contains.
fpcLiveData
After the query starts.
fpcLastHour
During the last hour.
fpcLast24Hours
During the last day.
fpcLast7days
During the last week.
fpcLast30days
During the last month.
fpcNotContains
Does not contain.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Comenum.h.

See Also

Enumerated Types