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