Microsoft Internet Security and Acceleration Server 2004 SDK

FpcFilterType

The FpcFilterType enumerated type contains values that describe whether an FPCFilterExpressions collection defines a session filter or a log filter.

typedef enum FpcFilterType
{
  fpcNoFilterType
fpcNoFilterType
No filter type.
 = 0,
  fpcSessionsFilter
fpcSessionsFilter
Session filter.
 = 1,
  fpcLogViewerFilter
fpcLogViewerFilter
Log viewer filter.
 = 2

} FpcFilterType;

Constants

fpcNoFilterType
No filter type.
fpcSessionsFilter
Session filter.
fpcLogViewerFilter
Log viewer filter.

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