DispidApplicationEventType
The DispidApplicationEventType enumerated types specify the type of event triggered by WTE. These values are passed with the events defined by the WTEConnectionEvents debugging object.
enum DispidApplicationEventType {
  wteDispidApplicationEventOnOffering,
  wteDispidApplicationEventOnConnected,
  wteDispidApplicationEventOnDisconnected,
  wteDispidApplicationEventOnDigit,
  wteDispidApplicationEventOnDigitsUsed,
  wteDispidApplicationEventOnBeforeNavigate,
  wteDispidApplicationEventOnNavigateComplete,
  wteDispidApplicationEventOnDocumentComplete,
  wteDispidApplicationEventOnTagBegin,
  wteDispidApplicationEventOnTagEnd,
  wteDispidApplicationEventOnSessionValue,
  wteDispidApplicationEventOnStepEnd,
  wteDispidApplicationEventOnSessionEnd
};
Elements
- wteDispidApplicationEventOnOffering
- An Offering event was received from TAPI. This is the first session event.
- wteDispidApplicationEventOnConnected
- A Connected event was received from TAPI.
- wteDispidApplicationEventOnDisconnected
- A Disconnected event was received from TAPI.
- wteDispidApplicationEventOnDigit
- A DTMF key was pressed.
- wteDispidApplicationEventOnDigitsUsed
- A DTMF key was pressed, to select an option or to input to a text input field.
- wteDispidApplicationEventOnBeforeNavigate
- A BeforeNavigate event was received from the WebBrowser control.
- wteDispidApplicationEventOnNavigateComplete
- A NavigateComplete event was received from the WebBrowser control.
- wteDispidApplicationEventOnDocumentComplete
- A DocumentComplete event was received from the WebBrowser control.
- wteDispidApplicationEventOnTagBegin
- WTE started handling a tag.
- wteDispidApplicationEventOnTagEnd
- WTE finished handling a tag.
- wteDispidApplicationEventOnSessionValue
- A session value was entered or changed.
- wteDispidApplicationEventOnStepEnd
- A Telephony step ended.
- wteDispidApplicationEventOnSessionEnd
- The Telephony session ended. This is the last session event.
  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Mswteenum.h.
See Also
- WTEConnectionEvents