FpcFilterCondition Enumeration

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

Syntax

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,
  fpcOneOf
fpcOneOf

Is one of the following. The possible values are specified in a comma-delimited list of strings or enumeration values.

			= 0x00002000,
  fpcNotOneOf
fpcNotOneOf

Is not one of the following. The possible values are specified in a comma-delimited list of strings or enumeration values.

		 = 0x00004000
} 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.

fpcOneOf

Is one of the following. The possible values are specified in a comma-delimited list of strings or enumeration values.

fpcNotOneOf

Is not one of the following. The possible values are specified in a comma-delimited list of strings or enumeration values.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Comenum.h.

See Also

Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.