FpcFilterValueType Enumeration

The FpcFilterValueType enumerated type contains values that specify what can be included in a query filter expression defined by an FPCFilterExpression object.

Syntax

typedef enum FpcFilterValueType {
  fpcNoValueType
fpcNoValueType

A value of undefined type.

	 = 0,
  fpcNumeric
fpcNumeric

A numeric value.

		 = 1,
  fpcDate
fpcDate

A date value.

			= 2,
  fpcString
fpcString

A string value.

			= 3,
  fpcIPAddress
fpcIPAddress

An IP address.

		 = 4,
  fpcEnum
fpcEnum

An enumeration value.

			= 5,
  fpcMultipleStrings
fpcMultipleStrings

A comma-delimited list of strings.

   = 6,
  fpcMultipleEnums
fpcMultipleEnums

A comma-delimited list of enumeration values.

	 = 7
} FpcFilterValueType;

Constants

fpcNoValueType

A value of undefined type.

fpcNumeric

A numeric value.

fpcDate

A date value.

fpcString

A string value.

fpcIPAddress

An IP address.

fpcEnum

An enumeration value.

fpcMultipleStrings

A comma-delimited list of strings.

fpcMultipleEnums

A comma-delimited list of 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.