Platform SDK: Web Telephony Engine

PrivateWTEControlsType

The PrivateWTEControlsType enumerated types specify user-defined service-control codes. The range for these codes is 128 – 255. The enumerated types are used in the Win32 ControlService function.

enum PrivateWTEControlsType {
  wteServicePauseSoft,
  wteServiceStopSoft,
  wteServiceFlushLog,
  wteServiceRefreshStorage
};

Elements

wteServicePauseSoft
Does not accept new calls, but allows existing calls to continue before they are disconnected. Does not shut down the service.
wteServiceStopSoft
Refuses to accept new calls, but allows existing calls to continue for the specified amount of time before the service stops.
wteServiceFlushLog
Flushes all log data to disk.
wteServiceRefreshStorage
Synchronizes with changes in the configuration data — reads the configuration data from the storage.

Requirements

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