FpcLoggingComponents Enumeration

The FpcLoggingComponents enumerated type contains values that specify the logging components.

Syntax

typedef enum FpcLoggingComponents {
  fpcProxyWebLog
fpcProxyWebLog

Web proxy logging.

	= 0x00000001,
  fpcProxyFwLog
fpcProxyFwLog

Firewall service logging.

	 = 0x00000002,
  fpcProxyMailLog
fpcProxyMailLog

SMTP Message Screener logging (deprecated in Forefront TMG).

   = 0x00000004
} FpcLoggingComponents;

Constants

fpcProxyWebLog

Web proxy logging.

fpcProxyFwLog

Firewall service logging.

fpcProxyMailLog

SMTP Message Screener logging (deprecated in Forefront TMG).

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.