📄 adexcept.esp
字号:
secServiceRes {8301} = 'SMS service of ME reserved';
secBadOperation {8302} = 'Operation not allowed';
secUnsupported {8303} = 'Operation not supported';
secInvalidPDU {8304} = 'Invalid PDU mode parameter';
secInvalidText {8305} = 'Invalid Text mode parameter';
secSIMInsert {8310} = 'SIM card not inserted';
secSIMPin {8311} = 'SIM PIN required';
secSIMPH {8312} = 'PH-SIM PIN required';
secSIMFailure {8313} = 'SIM failure';
secSIMBusy {8314} = 'SIM busy';
secSIMWrong {8315} = 'SIM wrong';
secSIMPUK {8316} = 'SIM PUK required';
secSIMPIN2 {8317} = 'SIM PIN2 required';
secSIMPUK2 {8318} = 'SIM PUK2 required';
secMemFail {8320} = 'Memory failure';
secInvalidMemIndex {8321} = 'Invalid memory index';
secMemFull {8322} = 'Memory is full';
secSMSCAddUnknown {8330} = 'SMS Center Address unknown';
secNoNetwork {8331} = 'No network service';
secNetworkTimeout {8332} = 'Network timeout';
secCNMAAck {8340} = 'No +CNMA acknowledgement expected';
secUnknown {8500} = 'Unknown error';
{ Winsock codes }
secADWSERROR {9001} = 'Async Professional Error';
secADWSLOADERROR {9002} = 'Error loading Winsock DLL';
secADWSVERSIONERROR {9003} = 'Incorrect version of Winsock';
secADWSNOTINIT {9004} = 'Winsock not initialized - %s';
secADWSINVPORT {9005} = 'Specified port is not valid';
secADWSCANTCHANGE {9006} = 'Cannot change parameter while socket is connected';
secADWSCANTRESOLVE {9007} = 'Cannot resolve destination address';
{ All Windows Sockets error constants are biased by 10000 from the "normal" }
swsaBaseErr {10000} = '';
{ Windows Sockets definitions of regular Microsoft C error constants }
swsaEIntr {10004} = 'Interrupted function call';
swsaEBadF {10009} = 'Bad file number';
swsaEAcces {10013} = 'Permission denied';
swsaEFault {10014} = 'Unknown error';
swsaEInVal {10022} = 'Invalid argument';
swsaEMFile {10024} = 'Too many open files';
{ Windows Sockets definitions of regular Berkeley error constants }
swsaEWouldBlock {10035} = 'Warning : the socket would block on this call';
swsaEInProgress {10036} = 'A blocking call is in progress';
swsaEAlReady {10037} = 'WSAEALREADY: watch out, Al is ready';
swsaENotSock {10038} = 'Socket descriptor is (1) not a socket, or (2) is of wrong type';
swsaEDestAddrReq {10039} = 'The destination address is required for this operation';
swsaEMsgSize {10040} = 'The datagram was too large to fit into the buffer and was truncated';
swsaEPrototype {10041} = 'WSAEPROTOTYPE';
swsaENoProtoOpt {10042} = 'The option is unknown or not supported';
swsaEProtoNoSupport {10043} = 'Either (1) not enough buffer space to create socket (2) protocol not supported';
swsaESocktNoSupport {10044} = 'Specified socket type not supported in this address family';
swsaEOpNotSupp {10045} = 'Operation is not supported by this socket';
swsaEPfNoSupport {10046} = 'Specified protocol family is not supported';
swsaEAfNoSupport {10047} = 'Specified address family is not supported by this protocol';
swsaEAddrInUse {10048} = 'The address is already in use for this operation';
swsaEAddrNotAvail {10049} = 'The address is not available from this machine';
swsaENetDown {10050} = 'The network subsystem has failed';
swsaENetUnreach {10051} = 'The network is unreachable from this machine at this time';
swsaENetReset {10052} = 'The network has been reset';
swsaEConnAborted {10053} = 'The virtual circuit has been aborted due to timeout, etc';
swsaEConnReset {10054} = 'The virtual circuit has been reset by the partner';
swsaENoBufs {10055} = 'The descriptor is not a socket, or no buffer space is available';
swsaEIsConn {10056} = 'The socket is already connected';
swsaENotConn {10057} = 'The socket is not connected';
swsaEShutDown {10058} = 'The socket has been shutdown';
swsaETooManyRefs {10059} = 'WSAETOOMANYREFS';
swsaETimedOut {10060} = 'The operation timed out';
swsaEConnRefused {10061} = 'The attempt to connect was forcibly refused';
swsaELoop {10062} = 'WSAELOOP: see WSAELOOP';
swsaENameTooLong {10063} = 'The name is too long';
swsaEHostDown {10064} = 'The host machine is down';
swsaEHostUnreach {10065} = 'The host machine is unreachable';
swsaENotEmpty {10066} = 'WSAENOTEMPTY';
swsaEProcLim {10067} = 'WSAEPROCLIM';
swsaEUsers {10068} = 'WSAEUSERS';
swsaEDQuot {10069} = 'WSAEDQUOT';
swsaEStale {10070} = 'WSAESTALE';
swsaERemote {10071} = 'WSAEREMOTE';
{ Extended Windows Sockets error constant definitions }
swsaSysNotReady {10091} = 'Network subsystem unusable';
swsaVerNotSupported {10092} = 'Version requested by WSAStartUp not supported by loaded Winsock DLL';
swsaNotInitialised {10093} = 'WSAStartUp not yet called';
swsaEDiscOn {10101} = 'WSAEDISCON';
swsaHost_Not_Found {11001} = 'Host not found';
swsaTry_Again {11002} = 'Host not found, or SERVERFAIL, can try again';
swsaNo_Recovery {11003} = 'Non recoverable errors, FORMERR, REFUSED, NOTIMP';
swsaNo_Data {11004} = 'Valid name, but no data record of requested type';
{ The string resource range 13500 - 13800 is used for TAPI }
{ status messages, which do not require constants here }
{TAPI CallState}
stcs_Idle {13501} = 'Line is idle';
stcs_Offering {13502} = 'Offering line...';
stcs_Accepted {13503} = 'Accepting call...';
stcs_Dialtone {13504} = 'Dialtone detected';
stcs_Dialing {13505} = 'Dialing...';
stcs_Ringback {13506} = 'Ringback detected';
stcs_Busy {13507} = 'Called number is busy';
stcs_SpecialInfo {13508} = 'Special info';
stcs_Connected {13509} = 'Connected!';
stcs_Proceeding {13510} = 'Proceeding...';
stcs_OnHold {13511} = 'On hold...';
stcs_Conferenced {13512} = 'Call conferenced';
stcs_OnHoldPendConf {13513} = 'On hold pending conference...';
stcs_OnHoldPendTransfer {13514} = 'On hold pending transfer...';
stcs_Disconnected {13515} = 'Call disconnected (%s)';
stcs_Unknown {13516} = 'Unknown state';
{TAPI DevState}
stds_Other {13533} = 'Other';
stds_Ringing {13534} = 'Ringing';
stds_Connected {13535} = 'Connected';
stds_Disconnected {13536} = 'Disconnected';
stds_MsgWaitOn {13537} = 'Message wait on';
stds_MsgWaitOff {13538} = 'Message wait off';
stds_InService {13539} = 'In service';
stds_OutOfService {13540} = 'Out of service';
stds_Maintenance {13541} = 'Maintenance change';
stds_Open {13542} = 'Ppen change';
stds_Close {13543} = 'Closed';
stds_NumCalls {13544} = 'Number of calls changed';
stds_NumCompletions {13545} = 'Number of completions changed';
stds_Terminals {13546} = 'Terminals changed';
stds_RoamMode {13547} = 'Roam mode changed';
stds_Battery {13548} = 'Battery changed';
stds_Signal {13549} = 'Signal changed';
stds_DevSpecific {13550} = 'Device specific change';
stds_ReInit {13551} = 'Re-initialized';
stds_Lock {13552} = 'Lock change';
stds_CapsChange {13553} = 'Caps change';
stds_ConfigChange {13554} = 'Configuration change';
stds_TranslateChange {13555} = 'Translate change';
stds_ComplCancel {13556} = 'Compltion cancel';
stds_Removed {13557} = 'Removed';
{ TAPI APRO-specific }
sTAPILineReply {13565} = 'TAPI line reply';
sTAPIStateChange {13597} = 'TAPI state change';
sTAPICalledBusy {13598} = 'Called number is busy';
sTAPIDialFail {13599} = 'Dial failed/no connection';
sTAPIRetryWait {13600} = 'Waiting for retry in %d seconds';
sTAPIDeviceInUse {13601} = 'Device is in use by another application';
{ TAPI Disconnect Reasons }
sTAPIDisconnect_Unspecified {13650} = 'Reason Unspecified';
sTAPIDisconnect_Normal {13651} = 'Normal Hangup by Remote';
sTAPIDisconnect_Unknown {13652} = 'Reason Unknown';
sTAPIDisconnect_Reject {13653} = 'Remote Rejected Call';
sTAPIDisconnect_PickUp {13654} = 'Call Picked Up Elsewhere';
sTAPIDisconnect_Forwarded {13655} = 'Call was Forwarded';
sTAPIDisconnect_Busy {13656} = 'Line was Busy';
sTAPIDisconnect_NoAnswer {13657} = 'No Answer by Remote';
sTAPIDisconnect_BadAddress {13658} = 'Invalid Destination Address';
sTAPIDisconnect_Unreachable {13659} = 'Remote Unreachable';
sTAPIDisconnect_Congestion {13660} = 'Network Congestion';
sTAPIDisconnect_Incompatible {13661} = 'Remote Equipment Incompatible';
sTAPIDisconnect_Unavail {13662} = 'Reason Unavailable';
sTAPIDisconnect_NoDialtone {13663} = 'No Dialtone';
sTAPIDisconnect_NumberChanged {13664} = 'Number Changed';
sTAPIDisconnect_OutOfOrder {13665} = 'Out of Order';
sTAPIDisconnect_TempFailure {13666} = 'Temporary Failure';
sTAPIDisconnect_QOSUnavail {13667} = 'Quality of Service Unavail';
sTAPIDisconnect_Blocked {13668} = 'Blocked';
sTAPIDisconnect_DoNotDisturb {13669} = 'Do Not Disturb';
sTAPIDisconnect_Cancelled {13670} = 'Cancelled';
{Adjusted TAPI error codes}
secAllocated {13801} = 'Already allocated';
secBadDeviceID {13802} = 'Bad device ID';
secBearerModeUnavail {13803} = 'Bearer mode unavailable';
secCallUnavail {13805} = 'Call unavailable';
secCompletionOverrun {13806} = 'Completion overrun';
secConferenceFull {13807} = 'Conference full';
secDialBilling {13808} = 'Dial failed';
secDialDialtone {13809} = 'Dial failed, no dialtone';
secDialPrompt {13810} = 'Dial failed';
secDialQuiet {13811} = 'Dial failed';
secIncompatibleApiVersion {13812} = 'Incompatible API version';
secIncompatibleExtVersion {13813} = 'Incompatible EXT version';
secIniFileCorrupt {13814} = 'INI file corrupt';
secInUse {13815} = 'Resource in use';
secInvalAddress {13816} = 'Invalid address';
secInvalAddressID {13817} = 'Invalid address ID';
secInvalAddressMode {13818} = 'Invalid address mode';
secInvalAddressState {13819} = 'Invalid address state';
secInvalAppHandle {13820} = 'Invalid application handle';
secInvalAppName {13821} = 'Invalid Application name';
secInvalBearerMode {13822} = 'Invalid bearer mode';
secInvalCallComplMode {13823} = 'Invalid call completion mode';
secInvalCallHandle {13824} = 'Invalid call handle';
secInvalCallParams {13825} = 'Invalid call parameters';
secInvalCallPrivilege {13826} = 'Invalid call privilege';
secInvalCallSelect {13827} = 'Invalid call select';
secInvalCallState {13828} = 'Invalid call state';
secInvalCallStatelist {13829} = 'Invalid call state list';
secInvalCard {13830} = 'Invalid card';
secInvalCompletionID {13831} = 'Invalid completion ID';
secInvalConfCallHandle {13832} = 'Invalid conference call handle';
secInvalConsultCallHandle {13833} = 'Invalid consultation call handle';
secInvalCountryCode {13834} = 'Invalid country code';
secInvalDeviceClass {13835} = 'Invalid device class';
secInvalDeviceHandle {13836} = 'Invalid device handle';
secInvalDialParams {13837} = 'Invalid dial params';
secInvalDigitList {13838} = 'Invalid digit list';
secInvalDigitMode {13839} = 'Invalid digit mode';
secInvalDigits {13840} = 'Invalid digits';
secInvalExtVersion {13841} = 'Invalid ext version';
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -