⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tapi3err.par

📁 电话应用编程接口的pas文件。 The directives can be controlled using the Tapi.inc include file which is included
💻 PAR
📖 第 1 页 / 共 2 页
字号:
//
  TAPI_E_TARGETNOTFOUND            = HRESULT($80040026);

//
// MessageId: TAPI_E_TARGETSELF
//
// MessageText:
//
//  No higher priority target exists for the call handoff.
//
  TAPI_E_TARGETSELF                = HRESULT($80040027);

//
// MessageId: TAPI_E_USERUSERINFOTOOBIG
//
// MessageText:
//
//  The amount of user-user info exceeds the maximum permitted.
//
  TAPI_E_USERUSERINFOTOOBIG        = HRESULT($80040028);

//
// MessageId: TAPI_E_REINIT
//
// MessageText:
//
//  The operation cannot be completed until all TAPI applications shutdown and
// reinitialize. 
//
  TAPI_E_REINIT                    = HRESULT($80040029);

//
// MessageId: TAPI_E_ADDRESSBLOCKED
//
// MessageText:
//
//  You are not permitted to call this number.
//
  TAPI_E_ADDRESSBLOCKED            = HRESULT($8004002A);

//
// MessageId: TAPI_E_BILLINGREJECTED
//
// MessageText:
//
//  The calling card number or other billing information was rejected.
//
  TAPI_E_BILLINGREJECTED           = HRESULT($8004002B);

//
// MessageId: TAPI_E_INVALFEATURE
//
// MessageText:
//
//  Invalid device-specific feature.
//
  TAPI_E_INVALFEATURE              = HRESULT($8004002C);

//
// MessageId: TAPI_E_INVALBUTTONLAMPID
//
// MessageText:
//
//  Invalid button or lamp ID.
//
  TAPI_E_INVALBUTTONLAMPID         = HRESULT($8004002D);

//
// MessageId: TAPI_E_INVALBUTTONSTATE
//
// MessageText:
//
//  Invalid button state.
//
  TAPI_E_INVALBUTTONSTATE          = HRESULT($8004002E);

//
// MessageId: TAPI_E_INVALDATAID
//
// MessageText:
//
//  Invalid data segment ID.
//
  TAPI_E_INVALDATAID               = HRESULT($8004002F);

//
// MessageId: TAPI_E_INVALHOOKSWITCHDEV
//
// MessageText:
//
//  Invalid hookswitch device ID.
//
  TAPI_E_INVALHOOKSWITCHDEV        = HRESULT($80040030);

//
// MessageId: TAPI_E_DROPPED
//
// MessageText:
//
//  The call was disconnected.
//
  TAPI_E_DROPPED                   = HRESULT($80040031);

//
// MessageId: TAPI_E_NOREQUESTRECIPIENT
//
// MessageText:
//
//  No program is available to handle the request.
//
  TAPI_E_NOREQUESTRECIPIENT        = HRESULT($80040032);

//
// MessageId: TAPI_E_REQUESTQUEUEFULL
//
// MessageText:
//
//  The queue of call requests is full.
//
  TAPI_E_REQUESTQUEUEFULL          = HRESULT($80040033);

//
// MessageId: TAPI_E_DESTBUSY
//
// MessageText:
//
//  The called number is busy.
//
  TAPI_E_DESTBUSY                  = HRESULT($80040034);

//
// MessageId: TAPI_E_DESTNOANSWER
//
// MessageText:
//
//  The called party does not answer.
//
  TAPI_E_DESTNOANSWER              = HRESULT($80040035);

//
// MessageId: TAPI_E_DESTUNAVAIL
//
// MessageText:
//
//  The called number could not be reached
//
  TAPI_E_DESTUNAVAIL               = HRESULT($80040036);

//
// MessageId: TAPI_E_REQUESTFAILED
//
// MessageText:
//
//  The request failed for unspecified reasons.
//
  TAPI_E_REQUESTFAILED             = HRESULT($80040037);

//
// MessageId: TAPI_E_REQUESTCANCELLED
//
// MessageText:
//
//  The request was cancelled.
//
  TAPI_E_REQUESTCANCELLED          = HRESULT($80040038);

//
// MessageId: TAPI_E_INVALPRIVILEGE
//
// MessageText:
//
//  Invalid privilege.
//
  TAPI_E_INVALPRIVILEGE            = HRESULT($80040039);

//
// MessageId: TAPI_E_INVALIDDIRECTION
//
// MessageText:
//
//  The TERMINAL_DIRECTION passed in was invalid.
//
  TAPI_E_INVALIDDIRECTION          = HRESULT($8004003A);

//
// MessageId: TAPI_E_INVALIDTERMINAL
//
// MessageText:
//
//  The Terminal passed in was invalid for this operation.
//
  TAPI_E_INVALIDTERMINAL           = HRESULT($8004003B);

//
// MessageId: TAPI_E_INVALIDTERMINALCLASS
//
// MessageText:
//
//  The Terminal Class is invalid.
//
  TAPI_E_INVALIDTERMINALCLASS      = HRESULT($8004003C);

//
// MessageId: TAPI_E_NODRIVER
//
// MessageText:
//
//  The service provider was removed.
//
  TAPI_E_NODRIVER                  = HRESULT($8004003D);

//
// MessageId: TAPI_E_MAXSTREAMS
//
// MessageText:
//
//  The maximum number of streams was reached.
//
  TAPI_E_MAXSTREAMS                = HRESULT($8004003E);

//
// MessageId: TAPI_E_NOTERMINALSELECTED
//
// MessageText:
//
//  The operation could not be performed because it requires terminals to be
//  selected.
//
  TAPI_E_NOTERMINALSELECTED        = HRESULT($8004003F);

//
// MessageId: TAPI_E_TERMINALINUSE
//
// MessageText:
//
//  The operation could not be performed because the terminal is in use.
//
  TAPI_E_TERMINALINUSE             = HRESULT($80040040);

//
// MessageId: TAPI_E_NOTSTOPPED
//
// MessageText:
//
//  The operation could not be performed because it requires the stream to be
//  stopped.
//
  TAPI_E_NOTSTOPPED                = HRESULT($80040041);

//
// MessageId: TAPI_E_MAXTERMINALS
//
// MessageText:
//
//  The maximum number of terminals has been reached.
//
  TAPI_E_MAXTERMINALS              = HRESULT($80040042);

//
// MessageId: TAPI_E_INVALIDSTREAM
//
// MessageText:
//
//  The Stream passed in was invalid for this operation.
//
  TAPI_E_INVALIDSTREAM             = HRESULT($80040043);

//
// MessageId: TAPI_E_TIMEOUT
//
// MessageText:
//
//  The call failed due to a timeout.
//
  TAPI_E_TIMEOUT                   = HRESULT($80040044);

//--------------------------------------------------------------------------
//     Call Center Error messages
//--------------------------------------------------------------------------

//
// MessageId: TAPI_E_CALLCENTER_GROUP_REMOVED
//
// MessageText:
//
//  The ACD Proxy has removed this Group. Operations on this object are invalid.
//
  TAPI_E_CALLCENTER_GROUP_REMOVED  = HRESULT($80040045);

//
// MessageId: TAPI_E_CALLCENTER_QUEUE_REMOVED
//
// MessageText:
//
//  The ACD Proxy has removed this Queue. Operations on this object are invalid.
//
  TAPI_E_CALLCENTER_QUEUE_REMOVED  = HRESULT($80040046);

//
// MessageId: TAPI_E_CALLCENTER_NO_AGENT_ID
//
// MessageText:
//
//  The Agent object was created with CreateAgent. It does not have an ID, use
//  CreateAgentWithID.
//
  TAPI_E_CALLCENTER_NO_AGENT_ID    = HRESULT($80040047);

//
// MessageId: TAPI_E_CALLCENTER_INVALAGENTID
//
// MessageText:
//
//  Invalid agent ID.
//
  TAPI_E_CALLCENTER_INVALAGENTID   = HRESULT($80040048);

//
// MessageId: TAPI_E_CALLCENTER_INVALAGENTGROUP
//
// MessageText:
//
//  Invalid agent group.
//
  TAPI_E_CALLCENTER_INVALAGENTGROUP = HRESULT($80040049);

//
// MessageId: TAPI_E_CALLCENTER_INVALPASSWORD
//
// MessageText:
//
//  Invalid agent password.
//
  TAPI_E_CALLCENTER_INVALPASSWORD  = HRESULT($8004004A);

//
// MessageId: TAPI_E_CALLCENTER_INVALAGENTSTATE
//
// MessageText:
//
//  Invalid agent state
//
  TAPI_E_CALLCENTER_INVALAGENTSTATE = HRESULT($8004004B);

//
// MessageId: TAPI_E_CALLCENTER_INVALAGENTACTIVITY
//
// MessageText:
//
//  Invalid agent activity.
//
  TAPI_E_CALLCENTER_INVALAGENTACTIVITY = HRESULT($8004004C);

//
// MessageId: TAPI_E_REGISTRY_SETTING_CORRUPT
//
// MessageText:
//
//  Registry Setting is Corrupt.
//
  TAPI_E_REGISTRY_SETTING_CORRUPT = HRESULT($8004004D);

//--------------------------------------------------------------------------
//     Terminal Specific Error messages
//--------------------------------------------------------------------------

//
// MessageId: TAPI_E_TERMINAL_PEER
//
// MessageText:
//
//  The peer for one of these bridge terminals has already been assigned.
//
  TAPI_E_TERMINAL_PEER             = HRESULT($8004004E);

//
// MessageId: TAPI_E_PEER_NOT_SET
//
// MessageText:
//
//  The peer for this bridge terminal must be set to complete this operation.
//
  TAPI_E_PEER_NOT_SET              = HRESULT($8004004F);


//--------------------------------------------------------------------------
//     Media Service Provider Error messages
//--------------------------------------------------------------------------
//
// MessageId: TAPI_E_NOEVENT
//
// MessageText:
//
//  There is no event in the MSP's event queue.
//
  TAPI_E_NOEVENT                   = HRESULT($80040050);

//--------------------------------------------------------------------------
//     Core TAPI Error messages
//--------------------------------------------------------------------------

//
// MessageId: TAPI_E_INVALADDRESSTYPE
//
// MessageText:
//
//  The specified address type is not supported by this address.
//
  TAPI_E_INVALADDRESSTYPE = HRESULT($80040051);

//
// MessageId: TAPI_E_RESOURCEUNAVAIL
//
// MessageText:
//
//  A resource needed to fulfill the request is not available.
//
  TAPI_E_RESOURCEUNAVAIL = HRESULT($80040052);

implementation

end.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -