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       = 0,
  fpcNumeric           = 1,
  fpcDate              = 2,
  fpcString            = 3,
  fpcIPAddress         = 4,
  fpcEnum              = 5,
  fpcMultipleStrings   = 6,
  fpcMultipleEnums     = 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 7 or Windows Vista.
Server Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2.
Version Requires Forefront Threat Management Gateway (TMG) 2010.
Header

Declared in Comenum.h.

See Also

Enumerated Types

Send comments about this topic to Microsoft

Build date: 6/30/2010