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

📄 raserror.h

📁 VC编写的VPN拨号软件源码 搜索了好久才找到
💻 H
📖 第 1 页 / 共 2 页
字号:
 * Cannot read the maximum carrier BPS rate from the media .INI file.%0
 */
#define ERROR_LINE_BUSY                      (RASBASE+76)
/*
 * The line is busy.%0
 */
#define ERROR_VOICE_ANSWER                   (RASBASE+77)
/*
 * A person answered instead of a modem.%0
 */
#define ERROR_NO_ANSWER                      (RASBASE+78)
/*
 * There is no answer.%0
 */
#define ERROR_NO_CARRIER                     (RASBASE+79)
/*
 * Cannot detect carrier.%0
 */
#define ERROR_NO_DIALTONE                    (RASBASE+80)
/*
 * There is no dial tone.%0
 */
#define ERROR_IN_COMMAND                     (RASBASE+81)
/*
 * General error reported by device.%0
 */
#define ERROR_WRITING_SECTIONNAME            (RASBASE+82)
/*
 * ERROR_WRITING_SECTIONNAME%0
 */
#define ERROR_WRITING_DEVICETYPE             (RASBASE+83)
/*
 * ERROR_WRITING_DEVICETYPE%0
 */
#define ERROR_WRITING_DEVICENAME             (RASBASE+84)
/*
 * ERROR_WRITING_DEVICENAME%0
 */
#define ERROR_WRITING_MAXCONNECTBPS          (RASBASE+85)
/*
 * ERROR_WRITING_MAXCONNECTBPS%0
 */
#define ERROR_WRITING_MAXCARRIERBPS          (RASBASE+86)
/*
 * ERROR_WRITING_MAXCARRIERBPS%0
 */
#define ERROR_WRITING_USAGE                  (RASBASE+87)
/*
 * ERROR_WRITING_USAGE%0
 */
#define ERROR_WRITING_DEFAULTOFF             (RASBASE+88)
/*
 * ERROR_WRITING_DEFAULTOFF%0
 */
#define ERROR_READING_DEFAULTOFF             (RASBASE+89)
/*
 * ERROR_READING_DEFAULTOFF%0
 */
#define ERROR_EMPTY_INI_FILE                 (RASBASE+90)
/*
 * ERROR_EMPTY_INI_FILE%0
 */
#define ERROR_AUTHENTICATION_FAILURE         (RASBASE+91)
/*
 * Access denied because username and/or password is invalid on the domain.%0
 */
#define ERROR_PORT_OR_DEVICE                 (RASBASE+92)
/*
 * Hardware failure in port or attached device.%0
 */
#define ERROR_NOT_BINARY_MACRO               (RASBASE+93)
/*
 * ERROR_NOT_BINARY_MACRO%0
 */
#define ERROR_DCB_NOT_FOUND                  (RASBASE+94)
/*
 * ERROR_DCB_NOT_FOUND%0
 */
#define ERROR_STATE_MACHINES_NOT_STARTED     (RASBASE+95)
/*
 * ERROR_STATE_MACHINES_NOT_STARTED%0
 */
#define ERROR_STATE_MACHINES_ALREADY_STARTED (RASBASE+96)
/*
 * ERROR_STATE_MACHINES_ALREADY_STARTED%0
 */
#define ERROR_PARTIAL_RESPONSE_LOOPING       (RASBASE+97)
/*
 * ERROR_PARTIAL_RESPONSE_LOOPING%0
 */
#define ERROR_UNKNOWN_RESPONSE_KEY           (RASBASE+98)
/*
 * A response keyname in the device .INF file is not in the expected format.%0
 */
#define ERROR_RECV_BUF_FULL                  (RASBASE+99)
/*
 * The device response caused buffer overflow.%0
 */
#define ERROR_CMD_TOO_LONG                   (RASBASE+100)
/*
 * The expanded command in the device .INF file is too long.%0
 */
#define ERROR_UNSUPPORTED_BPS                (RASBASE+101)
/*
 * The device moved to a BPS rate not supported by the COM driver.%0
 */
#define ERROR_UNEXPECTED_RESPONSE            (RASBASE+102)
/*
 * Device response received when none expected.%0
 */
#define ERROR_INTERACTIVE_MODE               (RASBASE+103)
/*
 * The Application does not allow user interaction. The connection requires interaction with the user to complete successfully. %0
 */
#define ERROR_BAD_CALLBACK_NUMBER            (RASBASE+104)
/*
 * ERROR_BAD_CALLBACK_NUMBER
 */
#define ERROR_INVALID_AUTH_STATE             (RASBASE+105)
/*
 * ERROR_INVALID_AUTH_STATE%0
 */
#define ERROR_WRITING_INITBPS                (RASBASE+106)
/*
 * ERROR_WRITING_INITBPS%0
 */
#define ERROR_X25_DIAGNOSTIC                 (RASBASE+107)
/*
 * X.25 diagnostic indication.%0
 */
#define ERROR_ACCT_EXPIRED                   (RASBASE+108)
/*
 * The account has expired.%0
 */
#define ERROR_CHANGING_PASSWORD              (RASBASE+109)
/*
 * Error changing password on domain.  The password may be too short or may match a previously used password.%0
 */
#define ERROR_OVERRUN                        (RASBASE+110)
/*
 * Serial overrun errors were detected while communicating with your modem.%0
 */
#define ERROR_RASMAN_CANNOT_INITIALIZE	     (RASBASE+111)
/*
 * RasMan initialization failure.  Check the event log.%0
 */
#define ERROR_BIPLEX_PORT_NOT_AVAILABLE      (RASBASE+112)
/*
 * Biplex port initializing.  Wait a few seconds and redial.%0
 */
#define ERROR_NO_ACTIVE_ISDN_LINES           (RASBASE+113)
/*
 * No active ISDN lines are available.%0
 */
#define ERROR_NO_ISDN_CHANNELS_AVAILABLE     (RASBASE+114)
/*
 * No ISDN channels are available to make the call.%0
 */
#define ERROR_TOO_MANY_LINE_ERRORS           (RASBASE+115)
/*
 * Too many errors occurred because of poor phone line quality.%0
 */
#define ERROR_IP_CONFIGURATION               (RASBASE+116)
/*
 * The Remote Access IP configuration is unusable.%0
 */
#define ERROR_NO_IP_ADDRESSES                (RASBASE+117)
/*
 * No IP addresses are available in the static pool of Remote Access IP addresses.%0
 */
#define ERROR_PPP_TIMEOUT                    (RASBASE+118)
/*
 * Timed out waiting for a valid response from the remote PPP peer.%0
 */
#define ERROR_PPP_REMOTE_TERMINATED          (RASBASE+119)
/*
 * PPP terminated by remote machine.%0
 */
#define ERROR_PPP_NO_PROTOCOLS_CONFIGURED    (RASBASE+120)
/*
 * No PPP control protocols configured.%0
 */
#define ERROR_PPP_NO_RESPONSE                (RASBASE+121)
/*
 * Remote PPP peer is not responding.%0
 */
#define ERROR_PPP_INVALID_PACKET             (RASBASE+122)
/*
 * The PPP packet is invalid.%0
 */
#define ERROR_PHONE_NUMBER_TOO_LONG          (RASBASE+123)
/*
 * The phone number including prefix and suffix is too long.%0
 */
#define ERROR_IPXCP_NO_DIALOUT_CONFIGURED    (RASBASE+124)
/*
 * The IPX protocol cannot dial-out on the port because the machine is an IPX router.%0
 */
#define ERROR_IPXCP_NO_DIALIN_CONFIGURED     (RASBASE+125)
/*
 * The IPX protocol cannot dial-in on the port because the IPX router is not installed.%0
 */
#define ERROR_IPXCP_DIALOUT_ALREADY_ACTIVE   (RASBASE+126)
/*
 * The IPX protocol cannot be used for dial-out on more than one port at a time.%0
 */
#define ERROR_ACCESSING_TCPCFGDLL            (RASBASE+127)
/*
 * Cannot access TCPCFG.DLL.%0
 */
#define ERROR_NO_IP_RAS_ADAPTER              (RASBASE+128)
/*
 * Cannot find an IP adapter bound to Remote Access.%0
 */
#define ERROR_SLIP_REQUIRES_IP               (RASBASE+129)
/*
 * SLIP cannot be used unless the IP protocol is installed.%0
 */
#define ERROR_PROJECTION_NOT_COMPLETE        (RASBASE+130)
/*
 * Computer registration is not complete.%0
 */
#define ERROR_PROTOCOL_NOT_CONFIGURED        (RASBASE+131)
/*
 * The protocol is not configured.%0
 */
#define ERROR_PPP_NOT_CONVERGING             (RASBASE+132)
/*
 * The PPP negotiation is not converging.%0
 */
#define ERROR_PPP_CP_REJECTED                (RASBASE+133)
/*
 * The PPP control protocol for this network protocol is not available on the server.%0
 */
#define ERROR_PPP_LCP_TERMINATED             (RASBASE+134)
/*
 * The PPP link control protocol terminated.%0
 */
#define ERROR_PPP_REQUIRED_ADDRESS_REJECTED  (RASBASE+135)
/*
 * The requested address was rejected by the server.%0
 */
#define ERROR_PPP_NCP_TERMINATED             (RASBASE+136)
/*
 * The remote computer terminated the control protocol.%0
 */
#define ERROR_PPP_LOOPBACK_DETECTED          (RASBASE+137)
/*
 * Loopback detected.%0
 */
#define ERROR_PPP_NO_ADDRESS_ASSIGNED        (RASBASE+138)
/*
 * The server did not assign an address.%0
 */
#define ERROR_CANNOT_USE_LOGON_CREDENTIALS   (RASBASE+139)
/*
 * The authentication protocol required by the remote server cannot use the Windows NT encrypted password.  Redial, entering the password explicitly.%0
 */
#define ERROR_TAPI_CONFIGURATION             (RASBASE+140)
/*
 * Invalid TAPI configuration.%0
 */
#define ERROR_NO_LOCAL_ENCRYPTION            (RASBASE+141)
/*
 * The local computer does not support the required encryption type.%0
 */
#define ERROR_NO_REMOTE_ENCRYPTION           (RASBASE+142)
/*
 * The remote computer does not support the required encryption type.%0
 */
#define ERROR_REMOTE_REQUIRES_ENCRYPTION     (RASBASE+143)
/*
 * The remote computer requires encryption.%0
 */
#define ERROR_IPXCP_NET_NUMBER_CONFLICT      (RASBASE+144)
/*
 * Cannot use the IPX network number assigned by remote server.  Check the event log.%0
 */
#define ERROR_INVALID_SMM                    (RASBASE+145)
/*
 * ERROR_INVALID_SMM%0
 */
#define ERROR_SMM_UNINITIALIZED              (RASBASE+146)
/*
 * ERROR_SMM_UNINITIALIZED%0
 */
#define ERROR_NO_MAC_FOR_PORT                (RASBASE+147)
/*
 * ERROR_NO_MAC_FOR_PORT%0
 */
#define ERROR_SMM_TIMEOUT                    (RASBASE+148)
/*
 * ERROR_SMM_TIMEOUT%0
 */
#define ERROR_BAD_PHONE_NUMBER               (RASBASE+149)
/*
 * ERROR_BAD_PHONE_NUMBER%0
 */
#define ERROR_WRONG_MODULE                   (RASBASE+150)
/*
 * ERROR_WRONG_MODULE%0
 */
#define ERROR_INVALID_CALLBACK_NUMBER        (RASBASE+151)
/*
 * Invalid callback number.  Only the characters 0 to 9, T, P, W, (, ), -, @, and space are allowed in the number.%0
 */
#define ERROR_SCRIPT_SYNTAX                  (RASBASE+152)
/*
 * A syntax error was encountered while processing a script.%0
 */
#define ERROR_HANGUP_FAILED                  (RASBASE+153)
/*
 * The connection could not be disconnected because it was created by the Multi-Protocol Router.%0
 */
#define RASBASEEND                           (RASBASE+153)
#endif // _RASERROR_H_

⌨️ 快捷键说明

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