Microsoft Internet Security and Acceleration Server 2004 SDK

FpcFilterValueType

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

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

} 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.

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