Platform SDK: Web Telephony Engine

TelephonyObjectEndReasonType

The TelephonyObjectEndReasonType enumerated types specify the reason why the current telephony object ended.

enum TelephonyObjectEndReasonType {
  wteEndReasonScopeEnd,
  wteEndReasonCutThroughChanged,
  wteEndReasonIntrinsicControl,
  wteEndReasonTable,
  wteEndReasonIncompatibleMenuItemType,
  wteEndReasonForm,
  wteEndReasonPageEnd,
  wteEndReasonSelectionTimeout,
  wteEndReasonSelectionError
};

Elements

wteEndReasonScopeEnd
Telephony object ended when the scope of the menu owner ended.
wteEndReasonCutThroughChanged
Telephony object ended when the cut-through mode changed.
wteEndReasonIntrinsicControl
Telephony object ended when an intrinsic control was offered to the caller.
wteEndReasonTable
Telephony object ended when a table rendering completed (when RenderTablesAsTabularData property is TRUE).
wteEndReasonIncompatibleMenuItemType
Telephony object ended when an incompatible menu item broke the menu.
wteEndReasonForm
Telephony object ended when the form ended.
wteEndReasonPageEnd
Telephony object ended when the page ended.
wteEndReasonSelectionTimeout
Telephony object ended when a time-out occurred.
wteEndReasonSelectionError
Telephony object ended when a selection error occurred.

Requirements

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