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