Microsoft Internet Security and Acceleration Server 2004 SDK

FpcLogFileDirectoryType

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

typedef enum FpcLogFileDirectoryType
{
  fpcFullPath
fpcFullPath
The full path is specified for the log file directory.
 = 0,
  fpcRelativePath
fpcRelativePath
The path relative to the ISA Server 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 ISA Server installation directory is specified for the log file directory.

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