Platform SDK: Web Telephony Engine

LogFileDirectoryType

The LogFileDirectory enumerated types specify whether the log directory is identified by a full path, or by a path relative to the install directory. The values are used in the WTELog.LogFileDirectory property.

enum LogFileDirectoryType {
  wteLogFullPath,
  wteLogRelativePath
};

Elements

wteLogFullPath
The directory of the log files is given in full path.
wteLogRelativePath
The directory of the log files is relative to WTE install directory.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Mswteenum.h.

See Also

WTELog.LogFileDirectory