FpcLogFileDirectoryType Enumeration

The FpcLogFileDirectoryType enumerated type contains values that indicate the type of path specified for the log file directory.

Syntax

typedef enum FpcLogFileDirectoryType {
  fpcFullPath
fpcFullPath

The full path is specified for the log file directory.

	 = 0,
  fpcRelativePath
fpcRelativePath

The path relative to the Forefront TMG installation directory is specified for the log file directory.

   = 1
} FpcLogFileDirectoryType;

Constants

fpcFullPath

The full path is specified for the log file directory.

fpcRelativePath

The path relative to the Forefront TMG installation directory is specified for the log file directory.

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.