FpcLogFileDirectoryType enumeration

Applies to: desktop apps only

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

Syntax

typedef enum FpcLogFileDirectoryType { 
  fpcFullPath      = 0,
  fpcRelativePath  = 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

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

Header

Comenum.h

See also

Enumerated Types

 

 

Build date: 7/12/2010