tapi3err.h 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. /**
  2. * This file has no copyright assigned and is placed in the Public Domain.
  3. * This file is part of the mingw-w64 runtime package.
  4. * No warranty is given; refer to the file DISCLAIMER.PD within this package.
  5. */
  6. #ifndef __TAPI3ERR_H__
  7. #define __TAPI3ERR_H__
  8. #define TAPI_E_NOTENOUGHMEMORY ((HRESULT)0x80040001)
  9. #define TAPI_E_NOITEMS ((HRESULT)0x80040002)
  10. #define TAPI_E_NOTSUPPORTED ((HRESULT)0x80040003)
  11. #define TAPI_E_INVALIDMEDIATYPE ((HRESULT)0x80040004)
  12. #define TAPI_E_OPERATIONFAILED ((HRESULT)0x80040005)
  13. #define TAPI_E_ALLOCATED ((HRESULT)0x80040006)
  14. #define TAPI_E_CALLUNAVAIL ((HRESULT)0x80040007)
  15. #define TAPI_E_COMPLETIONOVERRUN ((HRESULT)0x80040008)
  16. #define TAPI_E_CONFERENCEFULL ((HRESULT)0x80040009)
  17. #define TAPI_E_DIALMODIFIERNOTSUPPORTED ((HRESULT)0x8004000A)
  18. #define TAPI_E_INUSE ((HRESULT)0x8004000B)
  19. #define TAPI_E_INVALADDRESS ((HRESULT)0x8004000C)
  20. #define TAPI_E_INVALADDRESSSTATE ((HRESULT)0x8004000D)
  21. #define TAPI_E_INVALCALLPARAMS ((HRESULT)0x8004000E)
  22. #define TAPI_E_INVALCALLPRIVILEGE ((HRESULT)0x8004000F)
  23. #define TAPI_E_INVALCALLSTATE ((HRESULT)0x80040010)
  24. #define TAPI_E_INVALCARD ((HRESULT)0x80040011)
  25. #define TAPI_E_INVALCOMPLETIONID ((HRESULT)0x80040012)
  26. #define TAPI_E_INVALCOUNTRYCODE ((HRESULT)0x80040013)
  27. #define TAPI_E_INVALDEVICECLASS ((HRESULT)0x80040014)
  28. #define TAPI_E_INVALDIALPARAMS ((HRESULT)0x80040015)
  29. #define TAPI_E_INVALDIGITS ((HRESULT)0x80040016)
  30. #define TAPI_E_INVALGROUPID ((HRESULT)0x80040017)
  31. #define TAPI_E_INVALLOCATION ((HRESULT)0x80040018)
  32. #define TAPI_E_INVALMESSAGEID ((HRESULT)0x80040019)
  33. #define TAPI_E_INVALPARKID ((HRESULT)0x8004001A)
  34. #define TAPI_E_INVALRATE ((HRESULT)0x8004001B)
  35. #define TAPI_E_INVALTIMEOUT ((HRESULT)0x8004001C)
  36. #define TAPI_E_INVALTONE ((HRESULT)0x8004001D)
  37. #define TAPI_E_INVALLIST ((HRESULT)0x8004001E)
  38. #define TAPI_E_INVALMODE ((HRESULT)0x8004001F)
  39. #define TAPI_E_NOCONFERENCE ((HRESULT)0x80040020)
  40. #define TAPI_E_NODEVICE ((HRESULT)0x80040021)
  41. #define TAPI_E_NOREQUEST ((HRESULT)0x80040022)
  42. #define TAPI_E_NOTOWNER ((HRESULT)0x80040023)
  43. #define TAPI_E_NOTREGISTERED ((HRESULT)0x80040024)
  44. #define TAPI_E_REQUESTOVERRUN ((HRESULT)0x80040025)
  45. #define TAPI_E_TARGETNOTFOUND ((HRESULT)0x80040026)
  46. #define TAPI_E_TARGETSELF ((HRESULT)0x80040027)
  47. #define TAPI_E_USERUSERINFOTOOBIG ((HRESULT)0x80040028)
  48. #define TAPI_E_REINIT ((HRESULT)0x80040029)
  49. #define TAPI_E_ADDRESSBLOCKED ((HRESULT)0x8004002A)
  50. #define TAPI_E_BILLINGREJECTED ((HRESULT)0x8004002B)
  51. #define TAPI_E_INVALFEATURE ((HRESULT)0x8004002C)
  52. #define TAPI_E_INVALBUTTONLAMPID ((HRESULT)0x8004002D)
  53. #define TAPI_E_INVALBUTTONSTATE ((HRESULT)0x8004002E)
  54. #define TAPI_E_INVALDATAID ((HRESULT)0x8004002F)
  55. #define TAPI_E_INVALHOOKSWITCHDEV ((HRESULT)0x80040030)
  56. #define TAPI_E_DROPPED ((HRESULT)0x80040031)
  57. #define TAPI_E_NOREQUESTRECIPIENT ((HRESULT)0x80040032)
  58. #define TAPI_E_REQUESTQUEUEFULL ((HRESULT)0x80040033)
  59. #define TAPI_E_DESTBUSY ((HRESULT)0x80040034)
  60. #define TAPI_E_DESTNOANSWER ((HRESULT)0x80040035)
  61. #define TAPI_E_DESTUNAVAIL ((HRESULT)0x80040036)
  62. #define TAPI_E_REQUESTFAILED ((HRESULT)0x80040037)
  63. #define TAPI_E_REQUESTCANCELLED ((HRESULT)0x80040038)
  64. #define TAPI_E_INVALPRIVILEGE ((HRESULT)0x80040039)
  65. #define TAPI_E_INVALIDDIRECTION ((HRESULT)0x8004003A)
  66. #define TAPI_E_INVALIDTERMINAL ((HRESULT)0x8004003B)
  67. #define TAPI_E_INVALIDTERMINALCLASS ((HRESULT)0x8004003C)
  68. #define TAPI_E_NODRIVER ((HRESULT)0x8004003D)
  69. #define TAPI_E_MAXSTREAMS ((HRESULT)0x8004003E)
  70. #define TAPI_E_NOTERMINALSELECTED ((HRESULT)0x8004003F)
  71. #define TAPI_E_TERMINALINUSE ((HRESULT)0x80040040)
  72. #define TAPI_E_NOTSTOPPED ((HRESULT)0x80040041)
  73. #define TAPI_E_MAXTERMINALS ((HRESULT)0x80040042)
  74. #define TAPI_E_INVALIDSTREAM ((HRESULT)0x80040043)
  75. #define TAPI_E_TIMEOUT ((HRESULT)0x80040044)
  76. #define TAPI_E_CALLCENTER_GROUP_REMOVED ((HRESULT)0x80040045)
  77. #define TAPI_E_CALLCENTER_QUEUE_REMOVED ((HRESULT)0x80040046)
  78. #define TAPI_E_CALLCENTER_NO_AGENT_ID ((HRESULT)0x80040047)
  79. #define TAPI_E_CALLCENTER_INVALAGENTID ((HRESULT)0x80040048)
  80. #define TAPI_E_CALLCENTER_INVALAGENTGROUP ((HRESULT)0x80040049)
  81. #define TAPI_E_CALLCENTER_INVALPASSWORD ((HRESULT)0x8004004A)
  82. #define TAPI_E_CALLCENTER_INVALAGENTSTATE ((HRESULT)0x8004004B)
  83. #define TAPI_E_CALLCENTER_INVALAGENTACTIVITY ((HRESULT)0x8004004C)
  84. #define TAPI_E_REGISTRY_SETTING_CORRUPT ((HRESULT)0x8004004D)
  85. #define TAPI_E_TERMINAL_PEER ((HRESULT)0x8004004E)
  86. #define TAPI_E_PEER_NOT_SET ((HRESULT)0x8004004F)
  87. #define TAPI_E_NOEVENT ((HRESULT)0x80040050)
  88. #define TAPI_E_INVALADDRESSTYPE ((HRESULT)0x80040051)
  89. #define TAPI_E_RESOURCEUNAVAIL ((HRESULT)0x80040052)
  90. #define TAPI_E_PHONENOTOPEN ((HRESULT)0x80040053)
  91. #define TAPI_E_CALLNOTSELECTED ((HRESULT)0x80040054)
  92. #define TAPI_E_WRONGEVENT ((HRESULT)0x80040055)
  93. #define TAPI_E_NOFORMAT ((HRESULT)0x80040056)
  94. #define TAPI_E_INVALIDSTREAMSTATE ((HRESULT)0x80040057)
  95. #define TAPI_E_WRONG_STATE ((HRESULT)0x80040058)
  96. #define TAPI_E_NOT_INITIALIZED ((HRESULT)0x80040059)
  97. #define TAPI_E_SERVICE_NOT_RUNNING ((HRESULT)0x8004005A)
  98. #endif