home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / raserror.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  17.8 KB  |  630 lines

  1. /* Copyright (c) 1992-1996, Microsoft Corporation, all rights reserved
  2. **
  3. ** raserror.h
  4. ** Remote Access external API
  5. ** RAS specific error codes
  6. */
  7.  
  8. #ifndef _RASERROR_H_
  9. #define _RASERROR_H_
  10.  
  11. #define RASBASE 600
  12. #define SUCCESS 0
  13.  
  14.  
  15. #define PENDING                              (RASBASE+0)
  16. /*
  17.  * An operation is pending.%0
  18.  */
  19. #define ERROR_INVALID_PORT_HANDLE            (RASBASE+1)
  20. /*
  21.  * The port handle is invalid.%0
  22.  */
  23. #define ERROR_PORT_ALREADY_OPEN              (RASBASE+2)
  24. /*
  25.  * The port is already open.%0
  26.  */
  27. #define ERROR_BUFFER_TOO_SMALL               (RASBASE+3)
  28. /*
  29.  * Caller's buffer is too small.%0
  30.  */
  31. #define ERROR_WRONG_INFO_SPECIFIED           (RASBASE+4)
  32. /*
  33.  * Wrong information specified.%0
  34.  */
  35. #define ERROR_CANNOT_SET_PORT_INFO           (RASBASE+5)
  36. /*
  37.  * Cannot set port information.%0
  38.  */
  39. #define ERROR_PORT_NOT_CONNECTED             (RASBASE+6)
  40. /*
  41.  * The port is not connected.%0
  42.  */
  43. #define ERROR_EVENT_INVALID                  (RASBASE+7)
  44. /*
  45.  * The event is invalid.%0
  46.  */
  47. #define ERROR_DEVICE_DOES_NOT_EXIST          (RASBASE+8)
  48. /*
  49.  * The device does not exist.%0
  50.  */
  51. #define ERROR_DEVICETYPE_DOES_NOT_EXIST      (RASBASE+9)
  52. /*
  53.  * The device type does not exist.%0
  54.  */
  55. #define ERROR_BUFFER_INVALID                 (RASBASE+10)
  56. /*
  57.  * The buffer is invalid.%0
  58.  */
  59. #define ERROR_ROUTE_NOT_AVAILABLE            (RASBASE+11)
  60. /*
  61.  * The route is not available.%0
  62.  */
  63. #define ERROR_ROUTE_NOT_ALLOCATED            (RASBASE+12)
  64. /*
  65.  * The route is not allocated.%0
  66.  */
  67. #define ERROR_INVALID_COMPRESSION_SPECIFIED  (RASBASE+13)
  68. /*
  69.  * Invalid compression specified.%0
  70.  */
  71. #define ERROR_OUT_OF_BUFFERS                 (RASBASE+14)
  72. /*
  73.  * Out of buffers.%0
  74.  */
  75. #define ERROR_PORT_NOT_FOUND                 (RASBASE+15)
  76. /*
  77.  * The port was not found.%0
  78.  */
  79. #define ERROR_ASYNC_REQUEST_PENDING          (RASBASE+16)
  80. /*
  81.  * An asynchronous request is pending.%0
  82.  */
  83. #define ERROR_ALREADY_DISCONNECTING          (RASBASE+17)
  84. /*
  85.  * The port or device is already disconnecting.%0
  86.  */
  87. #define ERROR_PORT_NOT_OPEN                  (RASBASE+18)
  88. /*
  89.  * The port is not open.%0
  90.  */
  91. #define ERROR_PORT_DISCONNECTED              (RASBASE+19)
  92. /*
  93.  * The port is disconnected.%0
  94.  */
  95. #define ERROR_NO_ENDPOINTS                   (RASBASE+20)
  96. /*
  97.  * There are no endpoints.%0
  98.  */
  99. #define ERROR_CANNOT_OPEN_PHONEBOOK          (RASBASE+21)
  100. /*
  101.  * Cannot open the phone book file.%0
  102.  */
  103. #define ERROR_CANNOT_LOAD_PHONEBOOK          (RASBASE+22)
  104. /*
  105.  * Cannot load the phone book file.%0
  106.  */
  107. #define ERROR_CANNOT_FIND_PHONEBOOK_ENTRY    (RASBASE+23)
  108. /*
  109.  * Cannot find the phone book entry.%0
  110.  */
  111. #define ERROR_CANNOT_WRITE_PHONEBOOK         (RASBASE+24)
  112. /*
  113.  * Cannot write the phone book file.%0
  114.  */
  115. #define ERROR_CORRUPT_PHONEBOOK              (RASBASE+25)
  116. /*
  117.  * Invalid information found in the phone book file.%0
  118.  */
  119. #define ERROR_CANNOT_LOAD_STRING             (RASBASE+26)
  120. /*
  121.  * Cannot load a string.%0
  122.  */
  123. #define ERROR_KEY_NOT_FOUND                  (RASBASE+27)
  124. /*
  125.  * Cannot find key.%0
  126.  */
  127. #define ERROR_DISCONNECTION                  (RASBASE+28)
  128. /*
  129.  * The port was disconnected.%0
  130.  */
  131. #define ERROR_REMOTE_DISCONNECTION           (RASBASE+29)
  132. /*
  133.  * The port was disconnected by the remote machine.%0
  134.  */
  135. #define ERROR_HARDWARE_FAILURE               (RASBASE+30)
  136. /*
  137.  * The port was disconnected due to hardware failure.%0
  138.  */
  139. #define ERROR_USER_DISCONNECTION             (RASBASE+31)
  140. /*
  141.  * The port was disconnected by the user.%0
  142.  */
  143. #define ERROR_INVALID_SIZE                   (RASBASE+32)
  144. /*
  145.  * The structure size is incorrect.%0
  146.  */
  147. #define ERROR_PORT_NOT_AVAILABLE             (RASBASE+33)
  148. /*
  149.  * The port is already in use or is not configured for Remote Access dial out.%0
  150.  */
  151. #define ERROR_CANNOT_PROJECT_CLIENT          (RASBASE+34)
  152. /*
  153.  * Cannot register your computer on on the remote network.%0
  154.  */
  155. #define ERROR_UNKNOWN                        (RASBASE+35)
  156. /*
  157.  * Unknown error.%0
  158.  */
  159. #define ERROR_WRONG_DEVICE_ATTACHED          (RASBASE+36)
  160. /*
  161.  * The wrong device is attached to the port.%0
  162.  */
  163. #define ERROR_BAD_STRING                     (RASBASE+37)
  164. /*
  165.  * The string could not be converted.%0
  166.  */
  167. #define ERROR_REQUEST_TIMEOUT                (RASBASE+38)
  168. /*
  169.  * The request has timed out.%0
  170.  */
  171. #define ERROR_CANNOT_GET_LANA                (RASBASE+39)
  172. /*
  173.  * No asynchronous net available.%0
  174.  */
  175. #define ERROR_NETBIOS_ERROR                  (RASBASE+40)
  176. /*
  177.  * A NetBIOS error has occurred.%0
  178.  */
  179. #define ERROR_SERVER_OUT_OF_RESOURCES        (RASBASE+41)
  180. /*
  181.  * The server cannot allocate NetBIOS resources needed to support the client.%0
  182.  */
  183. #define ERROR_NAME_EXISTS_ON_NET             (RASBASE+42)
  184. /*
  185.  * One of your NetBIOS names is already registered on the remote network.%0
  186.  */
  187. #define ERROR_SERVER_GENERAL_NET_FAILURE     (RASBASE+43)
  188. /*
  189.  * A network adapter at the server failed.%0
  190.  */
  191. #define WARNING_MSG_ALIAS_NOT_ADDED          (RASBASE+44)
  192. /*
  193.  * You will not receive network message popups.%0
  194.  */
  195. #define ERROR_AUTH_INTERNAL                  (RASBASE+45)
  196. /*
  197.  * Internal authentication error.%0
  198.  */
  199. #define ERROR_RESTRICTED_LOGON_HOURS         (RASBASE+46)
  200. /*
  201.  * The account is not permitted to logon at this time of day.%0
  202.  */
  203. #define ERROR_ACCT_DISABLED                  (RASBASE+47)
  204. /*
  205.  * The account is disabled.%0
  206.  */
  207. #define ERROR_PASSWD_EXPIRED                 (RASBASE+48)
  208. /*
  209.  * The password has expired.%0
  210.  */
  211. #define ERROR_NO_DIALIN_PERMISSION           (RASBASE+49)
  212. /*
  213.  * The account does not have Remote Access permission.%0
  214.  */
  215. #define ERROR_SERVER_NOT_RESPONDING          (RASBASE+50)
  216. /*
  217.  * The Remote Access server is not responding.%0
  218.  */
  219. #define ERROR_FROM_DEVICE                    (RASBASE+51)
  220. /*
  221.  * Your modem (or other connecting device) has reported an error.%0
  222.  */
  223. #define ERROR_UNRECOGNIZED_RESPONSE          (RASBASE+52)
  224. /*
  225.  * Unrecognized response from the device.%0
  226.  */
  227. #define ERROR_MACRO_NOT_FOUND                (RASBASE+53)
  228. /*
  229.  * A macro required by the device was not found in the device .INF file section.%0
  230.  */
  231. #define ERROR_MACRO_NOT_DEFINED              (RASBASE+54)
  232. /*
  233.  * A command or response in the device .INF file section refers to an undefined macro.%0
  234.  */
  235. #define ERROR_MESSAGE_MACRO_NOT_FOUND        (RASBASE+55)
  236. /*
  237.  * The <message> macro was not found in the device .INF file secion.%0
  238.  */
  239. #define ERROR_DEFAULTOFF_MACRO_NOT_FOUND     (RASBASE+56)
  240. /*
  241.  * The <defaultoff> macro in the device .INF file section contains an undefined macro.%0
  242.  */
  243. #define ERROR_FILE_COULD_NOT_BE_OPENED       (RASBASE+57)
  244. /*
  245.  * The device .INF file could not be opened.%0
  246.  */
  247. #define ERROR_DEVICENAME_TOO_LONG            (RASBASE+58)
  248. /*
  249.  * The device name in the device .INF or media .INI file is too long.%0
  250.  */
  251. #define ERROR_DEVICENAME_NOT_FOUND           (RASBASE+59)
  252. /*
  253.  * The media .INI file refers to an unknown device name.%0
  254.  */
  255. #define ERROR_NO_RESPONSES                   (RASBASE+60)
  256. /*
  257.  * The device .INF file contains no responses for the command.%0
  258.  */
  259. #define ERROR_NO_COMMAND_FOUND               (RASBASE+61)
  260. /*
  261.  * The device .INF file is missing a command.%0
  262.  */
  263. #define ERROR_WRONG_KEY_SPECIFIED            (RASBASE+62)
  264. /*
  265.  * Attempted to set a macro not listed in device .INF file section.%0
  266.  */
  267. #define ERROR_UNKNOWN_DEVICE_TYPE            (RASBASE+63)
  268. /*
  269.  * The media .INI file refers to an unknown device type.%0
  270.  */
  271. #define ERROR_ALLOCATING_MEMORY              (RASBASE+64)
  272. /*
  273.  * Cannot allocate memory.%0
  274.  */
  275. #define ERROR_PORT_NOT_CONFIGURED            (RASBASE+65)
  276. /*
  277.  * The port is not configured for Remote Access.%0
  278.  */
  279. #define ERROR_DEVICE_NOT_READY               (RASBASE+66)
  280. /*
  281.  * Your modem (or other connecting device) is not functioning.%0
  282.  */
  283. #define ERROR_READING_INI_FILE               (RASBASE+67)
  284. /*
  285.  * Cannot read the media .INI file.%0
  286.  */
  287. #define ERROR_NO_CONNECTION                  (RASBASE+68)
  288. /*
  289.  * The connection dropped.%0
  290.  */
  291. #define ERROR_BAD_USAGE_IN_INI_FILE          (RASBASE+69)
  292. /*
  293.  * The usage parameter in the media .INI file is invalid.%0
  294.  */
  295. #define ERROR_READING_SECTIONNAME            (RASBASE+70)
  296. /*
  297.  * Cannot read the section name from the media .INI file.%0
  298.  */
  299. #define ERROR_READING_DEVICETYPE             (RASBASE+71)
  300. /*
  301.  * Cannot read the device type from the media .INI file.%0
  302.  */
  303. #define ERROR_READING_DEVICENAME             (RASBASE+72)
  304. /*
  305.  * Cannot read the device name from the media .INI file.%0
  306.  */
  307. #define ERROR_READING_USAGE                  (RASBASE+73)
  308. /*
  309.  * Cannot read the usage from the media .INI file.%0
  310.  */
  311. #define ERROR_READING_MAXCONNECTBPS          (RASBASE+74)
  312. /*
  313.  * Cannot read the maximum connection BPS rate from the media .INI file.%0
  314.  */
  315. #define ERROR_READING_MAXCARRIERBPS          (RASBASE+75)
  316. /*
  317.  * Cannot read the maximum carrier BPS rate from the media .INI file.%0
  318.  */
  319. #define ERROR_LINE_BUSY                      (RASBASE+76)
  320. /*
  321.  * The line is busy.%0
  322.  */
  323. #define ERROR_VOICE_ANSWER                   (RASBASE+77)
  324. /*
  325.  * A person answered instead of a modem.%0
  326.  */
  327. #define ERROR_NO_ANSWER                      (RASBASE+78)
  328. /*
  329.  * There is no answer.%0
  330.  */
  331. #define ERROR_NO_CARRIER                     (RASBASE+79)
  332. /*
  333.  * Cannot detect carrier.%0
  334.  */
  335. #define ERROR_NO_DIALTONE                    (RASBASE+80)
  336. /*
  337.  * There is no dial tone.%0
  338.  */
  339. #define ERROR_IN_COMMAND                     (RASBASE+81)
  340. /*
  341.  * General error reported by device.%0
  342.  */
  343. #define ERROR_WRITING_SECTIONNAME            (RASBASE+82)
  344. /*
  345.  * ERROR_WRITING_SECTIONNAME%0
  346.  */
  347. #define ERROR_WRITING_DEVICETYPE             (RASBASE+83)
  348. /*
  349.  * ERROR_WRITING_DEVICETYPE%0
  350.  */
  351. #define ERROR_WRITING_DEVICENAME             (RASBASE+84)
  352. /*
  353.  * ERROR_WRITING_DEVICENAME%0
  354.  */
  355. #define ERROR_WRITING_MAXCONNECTBPS          (RASBASE+85)
  356. /*
  357.  * ERROR_WRITING_MAXCONNECTBPS%0
  358.  */
  359. #define ERROR_WRITING_MAXCARRIERBPS          (RASBASE+86)
  360. /*
  361.  * ERROR_WRITING_MAXCARRIERBPS%0
  362.  */
  363. #define ERROR_WRITING_USAGE                  (RASBASE+87)
  364. /*
  365.  * ERROR_WRITING_USAGE%0
  366.  */
  367. #define ERROR_WRITING_DEFAULTOFF             (RASBASE+88)
  368. /*
  369.  * ERROR_WRITING_DEFAULTOFF%0
  370.  */
  371. #define ERROR_READING_DEFAULTOFF             (RASBASE+89)
  372. /*
  373.  * ERROR_READING_DEFAULTOFF%0
  374.  */
  375. #define ERROR_EMPTY_INI_FILE                 (RASBASE+90)
  376. /*
  377.  * ERROR_EMPTY_INI_FILE%0
  378.  */
  379. #define ERROR_AUTHENTICATION_FAILURE         (RASBASE+91)
  380. /*
  381.  * Access denied because username and/or password is invalid on the domain.%0
  382.  */
  383. #define ERROR_PORT_OR_DEVICE                 (RASBASE+92)
  384. /*
  385.  * Hardware failure in port or attached device.%0
  386.  */
  387. #define ERROR_NOT_BINARY_MACRO               (RASBASE+93)
  388. /*
  389.  * ERROR_NOT_BINARY_MACRO%0
  390.  */
  391. #define ERROR_DCB_NOT_FOUND                  (RASBASE+94)
  392. /*
  393.  * ERROR_DCB_NOT_FOUND%0
  394.  */
  395. #define ERROR_STATE_MACHINES_NOT_STARTED     (RASBASE+95)
  396. /*
  397.  * ERROR_STATE_MACHINES_NOT_STARTED%0
  398.  */
  399. #define ERROR_STATE_MACHINES_ALREADY_STARTED (RASBASE+96)
  400. /*
  401.  * ERROR_STATE_MACHINES_ALREADY_STARTED%0
  402.  */
  403. #define ERROR_PARTIAL_RESPONSE_LOOPING       (RASBASE+97)
  404. /*
  405.  * ERROR_PARTIAL_RESPONSE_LOOPING%0
  406.  */
  407. #define ERROR_UNKNOWN_RESPONSE_KEY           (RASBASE+98)
  408. /*
  409.  * A response keyname in the device .INF file is not in the expected format.%0
  410.  */
  411. #define ERROR_RECV_BUF_FULL                  (RASBASE+99)
  412. /*
  413.  * The device response caused buffer overflow.%0
  414.  */
  415. #define ERROR_CMD_TOO_LONG                   (RASBASE+100)
  416. /*
  417.  * The expanded command in the device .INF file is too long.%0
  418.  */
  419. #define ERROR_UNSUPPORTED_BPS                (RASBASE+101)
  420. /*
  421.  * The device moved to a BPS rate not supported by the COM driver.%0
  422.  */
  423. #define ERROR_UNEXPECTED_RESPONSE            (RASBASE+102)
  424. /*
  425.  * Device response received when none expected.%0
  426.  */
  427. #define ERROR_INTERACTIVE_MODE               (RASBASE+103)
  428. /*
  429.  * ERROR_INTERACTIVE_MODE%0
  430.  */
  431. #define ERROR_BAD_CALLBACK_NUMBER            (RASBASE+104)
  432. /*
  433.  * ERROR_BAD_CALLBACK_NUMBER
  434.  */
  435. #define ERROR_INVALID_AUTH_STATE             (RASBASE+105)
  436. /*
  437.  * ERROR_INVALID_AUTH_STATE%0
  438.  */
  439. #define ERROR_WRITING_INITBPS                (RASBASE+106)
  440. /*
  441.  * ERROR_WRITING_INITBPS%0
  442.  */
  443. #define ERROR_X25_DIAGNOSTIC                 (RASBASE+107)
  444. /*
  445.  * X.25 diagnostic indication.%0
  446.  */
  447. #define ERROR_ACCT_EXPIRED                   (RASBASE+108)
  448. /*
  449.  * The account has expired.%0
  450.  */
  451. #define ERROR_CHANGING_PASSWORD              (RASBASE+109)
  452. /*
  453.  * Error changing password on domain.  The password may be too short or may match a previously used password.%0
  454.  */
  455. #define ERROR_OVERRUN                        (RASBASE+110)
  456. /*
  457.  * Serial overrun errors were detected while communicating with your modem.%0
  458.  */
  459. #define ERROR_RASMAN_CANNOT_INITIALIZE         (RASBASE+111)
  460. /*
  461.  * RasMan initialization failure.  Check the event log.%0
  462.  */
  463. #define ERROR_BIPLEX_PORT_NOT_AVAILABLE      (RASBASE+112)
  464. /*
  465.  * Biplex port initializing.  Wait a few seconds and redial.%0
  466.  */
  467. #define ERROR_NO_ACTIVE_ISDN_LINES           (RASBASE+113)
  468. /*
  469.  * No active ISDN lines are available.%0
  470.  */
  471. #define ERROR_NO_ISDN_CHANNELS_AVAILABLE     (RASBASE+114)
  472. /*
  473.  * No ISDN channels are available to make the call.%0
  474.  */
  475. #define ERROR_TOO_MANY_LINE_ERRORS           (RASBASE+115)
  476. /*
  477.  * Too many errors occured because of poor phone line quality.%0
  478.  */
  479. #define ERROR_IP_CONFIGURATION               (RASBASE+116)
  480. /*
  481.  * The Remote Access IP configuration is unusable.%0
  482.  */
  483. #define ERROR_NO_IP_ADDRESSES                (RASBASE+117)
  484. /*
  485.  * No IP addresses are available in the static pool of Remote Access IP addresses.%0
  486.  */
  487. #define ERROR_PPP_TIMEOUT                    (RASBASE+118)
  488. /*
  489.  * Timed out waiting for a valid response from the remote PPP peer.%0
  490.  */
  491. #define ERROR_PPP_REMOTE_TERMINATED          (RASBASE+119)
  492. /*
  493.  * PPP terminated by remote machine.%0
  494.  */
  495. #define ERROR_PPP_NO_PROTOCOLS_CONFIGURED    (RASBASE+120)
  496. /*
  497.  * No PPP control protocols configured.%0
  498.  */
  499. #define ERROR_PPP_NO_RESPONSE                (RASBASE+121)
  500. /*
  501.  * Remote PPP peer is not responding.%0
  502.  */
  503. #define ERROR_PPP_INVALID_PACKET             (RASBASE+122)
  504. /*
  505.  * The PPP packet is invalid.%0
  506.  */
  507. #define ERROR_PHONE_NUMBER_TOO_LONG          (RASBASE+123)
  508. /*
  509.  * The phone number including prefix and suffix is too long.%0
  510.  */
  511. #define ERROR_IPXCP_NO_DIALOUT_CONFIGURED    (RASBASE+124)
  512. /*
  513.  * The IPX protocol cannot dial-out on the port because the machine is an IPX router.%0
  514.  */
  515. #define ERROR_IPXCP_NO_DIALIN_CONFIGURED     (RASBASE+125)
  516. /*
  517.  * The IPX protocol cannot dial-in on the port because the IPX router is not installed.%0
  518.  */
  519. #define ERROR_IPXCP_DIALOUT_ALREADY_ACTIVE   (RASBASE+126)
  520. /*
  521.  * The IPX protocol cannot be used for dial-out on more than one port at a time.%0
  522.  */
  523. #define ERROR_ACCESSING_TCPCFGDLL            (RASBASE+127)
  524. /*
  525.  * Cannot access TCPCFG.DLL.%0
  526.  */
  527. #define ERROR_NO_IP_RAS_ADAPTER              (RASBASE+128)
  528. /*
  529.  * Cannot find an IP adapter bound to Remote Access.%0
  530.  */
  531. #define ERROR_SLIP_REQUIRES_IP               (RASBASE+129)
  532. /*
  533.  * SLIP cannot be used unless the IP protocol is installed.%0
  534.  */
  535. #define ERROR_PROJECTION_NOT_COMPLETE        (RASBASE+130)
  536. /*
  537.  * Computer registration is not complete.%0
  538.  */
  539. #define ERROR_PROTOCOL_NOT_CONFIGURED        (RASBASE+131)
  540. /*
  541.  * The protocol is not configured.%0
  542.  */
  543. #define ERROR_PPP_NOT_CONVERGING             (RASBASE+132)
  544. /*
  545.  * The PPP negotiation is not converging.%0
  546.  */
  547. #define ERROR_PPP_CP_REJECTED                (RASBASE+133)
  548. /*
  549.  * The PPP control protocol for this network protocol is not available on the server.%0
  550.  */
  551. #define ERROR_PPP_LCP_TERMINATED             (RASBASE+134)
  552. /*
  553.  * The PPP link control protocol terminated.%0
  554.  */
  555. #define ERROR_PPP_REQUIRED_ADDRESS_REJECTED  (RASBASE+135)
  556. /*
  557.  * The requested address was rejected by the server.%0
  558.  */
  559. #define ERROR_PPP_NCP_TERMINATED             (RASBASE+136)
  560. /*
  561.  * The remote computer terminated the control protocol.%0
  562.  */
  563. #define ERROR_PPP_LOOPBACK_DETECTED          (RASBASE+137)
  564. /*
  565.  * Loopback detected.%0
  566.  */
  567. #define ERROR_PPP_NO_ADDRESS_ASSIGNED        (RASBASE+138)
  568. /*
  569.  * The server did not assign an address.%0
  570.  */
  571. #define ERROR_CANNOT_USE_LOGON_CREDENTIALS   (RASBASE+139)
  572. /*
  573.  * The authentication protocol required by the remote server cannot use the Windows NT encrypted password.  Redial, entering the password explicitly.%0
  574.  */
  575. #define ERROR_TAPI_CONFIGURATION             (RASBASE+140)
  576. /*
  577.  * Invalid TAPI configuration.%0
  578.  */
  579. #define ERROR_NO_LOCAL_ENCRYPTION            (RASBASE+141)
  580. /*
  581.  * The local computer does not support encryption.%0
  582.  */
  583. #define ERROR_NO_REMOTE_ENCRYPTION           (RASBASE+142)
  584. /*
  585.  * The remote server does not support encryption.%0
  586.  */
  587. #define ERROR_REMOTE_REQUIRES_ENCRYPTION     (RASBASE+143)
  588. /*
  589.  * The remote server requires encryption.%0
  590.  */
  591. #define ERROR_IPXCP_NET_NUMBER_CONFLICT      (RASBASE+144)
  592. /*
  593.  * Cannot use the IPX network number assigned by remote server.  Check the event log.%0
  594.  */
  595. #define ERROR_INVALID_SMM                    (RASBASE+145)
  596. /*
  597.  * ERROR_INVALID_SMM%0
  598.  */
  599. #define ERROR_SMM_UNINITIALIZED              (RASBASE+146)
  600. /*
  601.  * ERROR_SMM_UNINITIALIZED%0
  602.  */
  603. #define ERROR_NO_MAC_FOR_PORT                (RASBASE+147)
  604. /*
  605.  * ERROR_NO_MAC_FOR_PORT%0
  606.  */
  607. #define ERROR_SMM_TIMEOUT                    (RASBASE+148)
  608. /*
  609.  * ERROR_SMM_TIMEOUT%0
  610.  */
  611. #define ERROR_BAD_PHONE_NUMBER               (RASBASE+149)
  612. /*
  613.  * ERROR_BAD_PHONE_NUMBER%0
  614.  */
  615. #define ERROR_WRONG_MODULE                   (RASBASE+150)
  616. /*
  617.  * ERROR_WRONG_MODULE%0
  618.  */
  619. #define ERROR_INVALID_CALLBACK_NUMBER        (RASBASE+151)
  620. /*
  621.  * Invalid callback number.  Only the characters 0 to 9, T, P, W, (, ), -, @, and space are allowed in the number.%0
  622.  */
  623. #define ERROR_SCRIPT_SYNTAX                  (RASBASE+152)
  624. /*
  625.  * A syntax error was encountered while processing a script.%0
  626.  */
  627. #define RASBASEEND                           (RASBASE+152)
  628.  
  629. #endif // _RASERROR_H_
  630.