MsWTEEnum.Js
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:4k
源码类别:

模拟服务器

开发平台:

C/C++

  1. /*****************************************************************************
  2.  *                                                                           *
  3.  *  Copyright (c) 1991-1999, Microsoft Corp. All rights reserved.            *
  4.  *                                                                           *
  5.  *****************************************************************************/
  6. wteConsNone = 0;
  7. wteConsTerminator = 1;
  8. wteConsLegalDigits = 2;
  9. wteConsBoundaries = 4;
  10. wteConsAny = 8;
  11. wteEndReasonScopeEnd = 0;
  12. wteEndReasonCutThroughChanged = 1;
  13. wteEndReasonIntrinsicControl = 2;
  14. wteEndReasonTable = 3;
  15. wteEndReasonIncompatibleMenuItemType = 4;
  16. wteEndReasonForm = 5;
  17. wteEndReasonPageEnd = 6;
  18. wteEndReasonSelectionTimeout = 7;
  19. wteEndReasonSelectionError = 8;
  20. wteEndReasonMax = 2147483647;
  21. wteDispidApplicationEventOnOffering = 1;
  22. wteDispidApplicationEventOnConnected = 2;
  23. wteDispidApplicationEventOnDisconnected = 3;
  24. wteDispidApplicationEventOnDigit = 4;
  25. wteDispidApplicationEventOnDigitsUsed = 5;
  26. wteDispidApplicationEventOnBeforeNavigate = 6;
  27. wteDispidApplicationEventOnNavigateComplete = 7;
  28. wteDispidApplicationEventOnDocumentComplete = 8;
  29. wteDispidApplicationEventOnTagBegin = 9;
  30. wteDispidApplicationEventOnTagEnd = 10;
  31. wteDispidApplicationEventOnSessionValue = 11;
  32. wteDispidApplicationEventOnStepEnd = 12;
  33. wteDispidApplicationEventOnSessionEnd = 13;
  34. wteServicePauseSoft = 128;
  35. wteServiceStopSoft = 129;
  36. wteServiceFlushLog = 130;
  37. wteServiceRefreshStorage = 131;
  38. wteServiceMax = 255;
  39. wteLogFullPath = 0;
  40. wteLogRelativePath = 1;
  41. wteLogToFile = 0;
  42. wteLogToSql = 1;
  43. wteLogInvalidPeriod = -1;
  44. wteLogNoPeriod = 0;
  45. wteLogDaily = 1;
  46. wteLogWeekly = 2;
  47. wteLogMonthly = 3;
  48. wteLogYearly = 4;
  49. wteAuthoringError = 0x1;
  50. wteCallAvailable = 0x2;
  51. wteSessionConnection = 0x4;
  52. wteNavigate = 0x8;
  53. wteCallTransfer = 0x10;
  54. wteCallHangup = 0x20;
  55. wteSessionEnd = 0x40;
  56. wteCallerTimeout = 0x80;
  57. wteCallInfoChanged = 0x100;
  58. wteDtmfInputError = 0x200;
  59. wteCustomLog = 0x400;
  60. wteDtmfReceived = 0x800;
  61. wteSpeechInputData = 0x1000;
  62. wteSpeechInputFailed = 0x2000;
  63. wteRecordData = 0x4000;
  64. wteRecordFailed = 0x8000;
  65. wteAudioFailure = 0x10000;
  66. wteSessionID = 0x1;
  67. wteLogTime = 0x2;
  68. wteEventClass = 0x4;
  69. wteMachineName = 0x8;
  70. wteAddressGroup = 0x10;
  71. wteAddress = 0x20;
  72. wteCallerID = 0x40;
  73. wteCalledID = 0x80;
  74. wteReason = 0x100;
  75. wteApplicationName = 0x200;
  76. wteMedia = 0x400;
  77. wtePage = 0x800;
  78. wteDTMFValue = 0x1000;
  79. wteDestAddress = 0x2000;
  80. wteHangReason = 0x4000;
  81. wteTransferType = 0x8000;
  82. wteErrorType = 0x10000;
  83. wteInputRecordFile = 0x20000;
  84. wteCustom = 0x40000;
  85. wteDefaultWaveFormat = 0;
  86. wte8000Hz8BitMono = 1;
  87. wte8000Hz16BitMono = 2;
  88. wte8000Hz8BitStereo = 3;
  89. wte8000Hz16BitStereo = 4;
  90. wte11025Hz8BitMono = 5;
  91. wte11025Hz16BitMono = 6;
  92. wte11025Hz8BitStereo = 7;
  93. wte11025Hz16BitStereo = 8;
  94. wte12000Hz8BitMono = 9;
  95. wte12000Hz16BitMono = 10;
  96. wte12000Hz8BitStereo = 11;
  97. wte12000Hz16BitStereo = 12;
  98. wte16000Hz8BitMono = 13;
  99. wte16000Hz16BitMono = 14;
  100. wte16000Hz8BitStereo = 15;
  101. wte16000Hz16BitStereo = 16;
  102. wte22050Hz8BitMono = 17;
  103. wte22050Hz16BitMono = 18;
  104. wte22050Hz8BitStereo = 19;
  105. wte22050Hz16BitStereo = 20;
  106. wte24000Hz8BitMono = 21;
  107. wte24000Hz16BitMono = 22;
  108. wte24000Hz8BitStereo = 23;
  109. wte24000Hz16BitStereo = 24;
  110. wte32000Hz8BitMono = 25;
  111. wte32000Hz16BitMono = 26;
  112. wte32000Hz8BitStereo = 27;
  113. wte32000Hz16BitStereo = 28;
  114. wte44100Hz8BitMono = 29;
  115. wte44100Hz16BitMono = 30;
  116. wte44100Hz8BitStereo = 31;
  117. wte44100Hz16BitStereo = 32;
  118. wte48000Hz8BitMono = 33;
  119. wte48000Hz16BitMono = 34;
  120. wte48000Hz8BitStereo = 35;
  121. wte48000Hz16BitStereo = 36;