home *** CD-ROM | disk | FTP | other *** search
/ Solo Programadores 22 / SOLO_22.iso / packages / win32ada / data.z / win32-raserror.ads < prev    next >
Encoding:
Text File  |  1996-03-15  |  12.6 KB  |  176 lines

  1. -- $Source: /home/harp/1/proto/monoBANK/winnt/win32-raserror.ads,v $ 
  2. -- $Revision: 1.6 $ $Date: 96/03/15 12:55:22 $ $Author: stm $ 
  3. -- See end of file for Copyright (c) information.
  4.  
  5. package Win32.Raserror is
  6.  
  7.     RASBASE                             : constant := 600;  -- raserror.h:14
  8.     SUCCESS                             : constant := 0;    -- raserror.h:15
  9.     PENDING                             : constant := 600;  -- raserror.h:18
  10.     ERROR_INVALID_PORT_HANDLE           : constant := 601;  -- raserror.h:19
  11.     ERROR_PORT_ALREADY_OPEN             : constant := 602;  -- raserror.h:20
  12.     ERROR_BUFFER_TOO_SMALL              : constant := 603;  -- raserror.h:21
  13.     ERROR_WRONG_INFO_SPECIFIED          : constant := 604;  -- raserror.h:22
  14.     ERROR_CANNOT_SET_PORT_INFO          : constant := 605;  -- raserror.h:23
  15.     ERROR_PORT_NOT_CONNECTED            : constant := 606;  -- raserror.h:24
  16.     ERROR_EVENT_INVALID                 : constant := 607;  -- raserror.h:25
  17.     ERROR_DEVICE_DOES_NOT_EXIST         : constant := 608;  -- raserror.h:26
  18.     ERROR_DEVICETYPE_DOES_NOT_EXIST     : constant := 609;  -- raserror.h:27
  19.     ERROR_BUFFER_INVALID                : constant := 610;  -- raserror.h:28
  20.     ERROR_ROUTE_NOT_AVAILABLE           : constant := 611;  -- raserror.h:29
  21.     ERROR_ROUTE_NOT_ALLOCATED           : constant := 612;  -- raserror.h:30
  22.     ERROR_INVALID_COMPRESSION_SPECIFIED : constant := 613;  -- raserror.h:31
  23.     ERROR_OUT_OF_BUFFERS                : constant := 614;  -- raserror.h:32
  24.     ERROR_PORT_NOT_FOUND                : constant := 615;  -- raserror.h:33
  25.     ERROR_ASYNC_REQUEST_PENDING         : constant := 616;  -- raserror.h:34
  26.     ERROR_ALREADY_DISCONNECTING         : constant := 617;  -- raserror.h:35
  27.     ERROR_PORT_NOT_OPEN                 : constant := 618;  -- raserror.h:36
  28.     ERROR_PORT_DISCONNECTED             : constant := 619;  -- raserror.h:37
  29.     ERROR_NO_ENDPOINTS                  : constant := 620;  -- raserror.h:38
  30.     ERROR_CANNOT_OPEN_PHONEBOOK         : constant := 621;  -- raserror.h:39
  31.     ERROR_CANNOT_LOAD_PHONEBOOK         : constant := 622;  -- raserror.h:40
  32.     ERROR_CANNOT_FIND_PHONEBOOK_ENTRY   : constant := 623;  -- raserror.h:41
  33.     ERROR_CANNOT_WRITE_PHONEBOOK        : constant := 624;  -- raserror.h:42
  34.     ERROR_CORRUPT_PHONEBOOK             : constant := 625;  -- raserror.h:43
  35.     ERROR_CANNOT_LOAD_STRING            : constant := 626;  -- raserror.h:44
  36.     ERROR_KEY_NOT_FOUND                 : constant := 627;  -- raserror.h:45
  37.     ERROR_DISCONNECTION                 : constant := 628;  -- raserror.h:46
  38.     ERROR_REMOTE_DISCONNECTION          : constant := 629;  -- raserror.h:47
  39.     ERROR_HARDWARE_FAILURE              : constant := 630;  -- raserror.h:48
  40.     ERROR_USER_DISCONNECTION            : constant := 631;  -- raserror.h:49
  41.     ERROR_INVALID_SIZE                  : constant := 632;  -- raserror.h:50
  42.     ERROR_PORT_NOT_AVAILABLE            : constant := 633;  -- raserror.h:51
  43.     ERROR_CANNOT_PROJECT_CLIENT         : constant := 634;  -- raserror.h:52
  44.     ERROR_UNKNOWN                       : constant := 635;  -- raserror.h:53
  45.     ERROR_WRONG_DEVICE_ATTACHED         : constant := 636;  -- raserror.h:54
  46.     ERROR_BAD_STRING                    : constant := 637;  -- raserror.h:55
  47.     ERROR_REQUEST_TIMEOUT               : constant := 638;  -- raserror.h:56
  48.     ERROR_CANNOT_GET_LANA               : constant := 639;  -- raserror.h:57
  49.     ERROR_NETBIOS_ERROR                 : constant := 640;  -- raserror.h:58
  50.     ERROR_SERVER_OUT_OF_RESOURCES       : constant := 641;  -- raserror.h:59
  51.     ERROR_NAME_EXISTS_ON_NET            : constant := 642;  -- raserror.h:60
  52.     ERROR_SERVER_GENERAL_NET_FAILURE    : constant := 643;  -- raserror.h:61
  53.     WARNING_MSG_ALIAS_NOT_ADDED         : constant := 644;  -- raserror.h:62
  54.     ERROR_AUTH_INTERNAL                 : constant := 645;  -- raserror.h:63
  55.     ERROR_RESTRICTED_LOGON_HOURS        : constant := 646;  -- raserror.h:64
  56.     ERROR_ACCT_DISABLED                 : constant := 647;  -- raserror.h:65
  57.     ERROR_PASSWD_EXPIRED                : constant := 648;  -- raserror.h:66
  58.     ERROR_NO_DIALIN_PERMISSION          : constant := 649;  -- raserror.h:67
  59.     ERROR_SERVER_NOT_RESPONDING         : constant := 650;  -- raserror.h:68
  60.     ERROR_FROM_DEVICE                   : constant := 651;  -- raserror.h:69
  61.     ERROR_UNRECOGNIZED_RESPONSE         : constant := 652;  -- raserror.h:70
  62.     ERROR_MACRO_NOT_FOUND               : constant := 653;  -- raserror.h:71
  63.     ERROR_MACRO_NOT_DEFINED             : constant := 654;  -- raserror.h:72
  64.     ERROR_MESSAGE_MACRO_NOT_FOUND       : constant := 655;  -- raserror.h:73
  65.     ERROR_DEFAULTOFF_MACRO_NOT_FOUND    : constant := 656;  -- raserror.h:74
  66.     ERROR_FILE_COULD_NOT_BE_OPENED      : constant := 657;  -- raserror.h:75
  67.     ERROR_DEVICENAME_TOO_LONG           : constant := 658;  -- raserror.h:76
  68.     ERROR_DEVICENAME_NOT_FOUND          : constant := 659;  -- raserror.h:77
  69.     ERROR_NO_RESPONSES                  : constant := 660;  -- raserror.h:78
  70.     ERROR_NO_COMMAND_FOUND              : constant := 661;  -- raserror.h:79
  71.     ERROR_WRONG_KEY_SPECIFIED           : constant := 662;  -- raserror.h:80
  72.     ERROR_UNKNOWN_DEVICE_TYPE           : constant := 663;  -- raserror.h:81
  73.     ERROR_ALLOCATING_MEMORY             : constant := 664;  -- raserror.h:82
  74.     ERROR_PORT_NOT_CONFIGURED           : constant := 665;  -- raserror.h:83
  75.     ERROR_DEVICE_NOT_READY              : constant := 666;  -- raserror.h:84
  76.     ERROR_READING_INI_FILE              : constant := 667;  -- raserror.h:85
  77.     ERROR_NO_CONNECTION                 : constant := 668;  -- raserror.h:86
  78.     ERROR_BAD_USAGE_IN_INI_FILE         : constant := 669;  -- raserror.h:87
  79.     ERROR_READING_SECTIONNAME           : constant := 670;  -- raserror.h:88
  80.     ERROR_READING_DEVICETYPE            : constant := 671;  -- raserror.h:89
  81.     ERROR_READING_DEVICENAME            : constant := 672;  -- raserror.h:90
  82.     ERROR_READING_USAGE                 : constant := 673;  -- raserror.h:91
  83.     ERROR_READING_MAXCONNECTBPS         : constant := 674;  -- raserror.h:92
  84.     ERROR_READING_MAXCARRIERBPS         : constant := 675;  -- raserror.h:93
  85.     ERROR_LINE_BUSY                     : constant := 676;  -- raserror.h:94
  86.     ERROR_VOICE_ANSWER                  : constant := 677;  -- raserror.h:95
  87.     ERROR_NO_ANSWER                     : constant := 678;  -- raserror.h:96
  88.     ERROR_NO_CARRIER                    : constant := 679;  -- raserror.h:97
  89.     ERROR_NO_DIALTONE                   : constant := 680;  -- raserror.h:98
  90.     ERROR_IN_COMMAND                    : constant := 681;  -- raserror.h:99
  91.     ERROR_WRITING_SECTIONNAME           : constant := 682;  -- raserror.h:100
  92.     ERROR_WRITING_DEVICETYPE            : constant := 683;  -- raserror.h:101
  93.     ERROR_WRITING_DEVICENAME            : constant := 684;  -- raserror.h:102
  94.     ERROR_WRITING_MAXCONNECTBPS         : constant := 685;  -- raserror.h:103
  95.     ERROR_WRITING_MAXCARRIERBPS         : constant := 686;  -- raserror.h:104
  96.     ERROR_WRITING_USAGE                 : constant := 687;  -- raserror.h:105
  97.     ERROR_WRITING_DEFAULTOFF            : constant := 688;  -- raserror.h:106
  98.     ERROR_READING_DEFAULTOFF            : constant := 689;  -- raserror.h:107
  99.     ERROR_EMPTY_INI_FILE                : constant := 690;  -- raserror.h:108
  100.     ERROR_AUTHENTICATION_FAILURE        : constant := 691;  -- raserror.h:109
  101.     ERROR_PORT_OR_DEVICE                : constant := 692;  -- raserror.h:110
  102.     ERROR_NOT_BINARY_MACRO              : constant := 693;  -- raserror.h:111
  103.     ERROR_DCB_NOT_FOUND                 : constant := 694;  -- raserror.h:112
  104.     ERROR_STATE_MACHINES_NOT_STARTED    : constant := 695;  -- raserror.h:113
  105.     ERROR_STATE_MACHINES_ALREADY_STARTED: constant := 696;  -- raserror.h:114
  106.     ERROR_PARTIAL_RESPONSE_LOOPING      : constant := 697;  -- raserror.h:115
  107.     ERROR_UNKNOWN_RESPONSE_KEY          : constant := 698;  -- raserror.h:116
  108.     ERROR_RECV_BUF_FULL                 : constant := 699;  -- raserror.h:117
  109.     ERROR_CMD_TOO_LONG                  : constant := 700;  -- raserror.h:118
  110.     ERROR_UNSUPPORTED_BPS               : constant := 701;  -- raserror.h:119
  111.     ERROR_UNEXPECTED_RESPONSE           : constant := 702;  -- raserror.h:120
  112.     ERROR_INTERACTIVE_MODE              : constant := 703;  -- raserror.h:121
  113.     ERROR_BAD_CALLBACK_NUMBER           : constant := 704;  -- raserror.h:122
  114.     ERROR_INVALID_AUTH_STATE            : constant := 705;  -- raserror.h:123
  115.     ERROR_WRITING_INITBPS               : constant := 706;  -- raserror.h:124
  116.     ERROR_X25_DIAGNOSTIC                : constant := 707;  -- raserror.h:125
  117.     ERROR_ACCT_EXPIRED                  : constant := 708;  -- raserror.h:126
  118.     ERROR_CHANGING_PASSWORD             : constant := 709;  -- raserror.h:127
  119.     ERROR_OVERRUN                       : constant := 710;  -- raserror.h:128
  120.     ERROR_RASMAN_CANNOT_INITIALIZE      : constant := 711;  -- raserror.h:129
  121.     ERROR_BIPLEX_PORT_NOT_AVAILABLE     : constant := 712;  -- raserror.h:130
  122.     ERROR_NO_ACTIVE_ISDN_LINES          : constant := 713;  -- raserror.h:131
  123.     ERROR_NO_ISDN_CHANNELS_AVAILABLE    : constant := 714;  -- raserror.h:132
  124.     ERROR_TOO_MANY_LINE_ERRORS          : constant := 715;  -- raserror.h:133
  125.     ERROR_IP_CONFIGURATION              : constant := 716;  -- raserror.h:134
  126.     ERROR_NO_IP_ADDRESSES               : constant := 717;  -- raserror.h:135
  127.     ERROR_PPP_TIMEOUT                   : constant := 718;  -- raserror.h:136
  128.     ERROR_PPP_REMOTE_TERMINATED         : constant := 719;  -- raserror.h:137
  129.     ERROR_PPP_NO_PROTOCOLS_CONFIGURED   : constant := 720;  -- raserror.h:138
  130.     ERROR_PPP_NO_RESPONSE               : constant := 721;  -- raserror.h:139
  131.     ERROR_PPP_INVALID_PACKET            : constant := 722;  -- raserror.h:140
  132.     ERROR_PHONE_NUMBER_TOO_LONG         : constant := 723;  -- raserror.h:141
  133.     ERROR_IPXCP_NO_DIALOUT_CONFIGURED   : constant := 724;  -- raserror.h:142
  134.     ERROR_IPXCP_NO_DIALIN_CONFIGURED    : constant := 725;  -- raserror.h:143
  135.     ERROR_IPXCP_DIALOUT_ALREADY_ACTIVE  : constant := 726;  -- raserror.h:144
  136.     ERROR_ACCESSING_TCPCFGDLL           : constant := 727;  -- raserror.h:145
  137.     ERROR_NO_IP_RAS_ADAPTER             : constant := 728;  -- raserror.h:146
  138.     ERROR_SLIP_REQUIRES_IP              : constant := 729;  -- raserror.h:147
  139.     ERROR_PROJECTION_NOT_COMPLETE       : constant := 730;  -- raserror.h:148
  140.     ERROR_PROTOCOL_NOT_CONFIGURED       : constant := 731;  -- raserror.h:149
  141.     ERROR_PPP_NOT_CONVERGING            : constant := 732;  -- raserror.h:150
  142.     ERROR_PPP_CP_REJECTED               : constant := 733;  -- raserror.h:151
  143.     ERROR_PPP_LCP_TERMINATED            : constant := 734;  -- raserror.h:152
  144.     ERROR_PPP_REQUIRED_ADDRESS_REJECTED : constant := 735;  -- raserror.h:153
  145.     ERROR_PPP_NCP_TERMINATED            : constant := 736;  -- raserror.h:154
  146.     ERROR_PPP_LOOPBACK_DETECTED         : constant := 737;  -- raserror.h:155
  147.     ERROR_PPP_NO_ADDRESS_ASSIGNED       : constant := 738;  -- raserror.h:156
  148.     ERROR_CANNOT_USE_LOGON_CREDENTIALS  : constant := 739;  -- raserror.h:157
  149.     ERROR_TAPI_CONFIGURATION            : constant := 740;  -- raserror.h:158
  150.     ERROR_NO_LOCAL_ENCRYPTION           : constant := 741;  -- raserror.h:159
  151.     ERROR_NO_REMOTE_ENCRYPTION          : constant := 742;  -- raserror.h:160
  152.     ERROR_REMOTE_REQUIRES_ENCRYPTION    : constant := 743;  -- raserror.h:161
  153.     ERROR_IPXCP_NET_NUMBER_CONFLICT     : constant := 744;  -- raserror.h:162
  154.     RASBASEEND                          : constant := 744;  -- raserror.h:164
  155.  
  156. -------------------------------------------------------------------------------
  157. --
  158. -- THIS FILE AND ANY ASSOCIATED DOCUMENTATION IS PROVIDED WITHOUT CHARGE
  159. -- "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING
  160. -- BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR
  161. -- FITNESS FOR A PARTICULAR PURPOSE.  The user assumes the entire risk as to
  162. -- the accuracy and the use of this file.  This file may be used, copied,
  163. -- modified and distributed only by licensees of Microsoft Corporation's
  164. -- WIN32 Software Development Kit in accordance with the terms of the 
  165. -- licensee's End-User License Agreement for Microsoft Software for the
  166. -- WIN32 Development Kit.
  167. --
  168. -- Copyright (c) Intermetrics, Inc. 1995
  169. -- Portions (c) 1985-1994 Microsoft Corporation with permission.
  170. -- Microsoft is a registered trademark and Windows and Windows NT are
  171. -- trademarks of Microsoft Corporation.
  172. --
  173. -------------------------------------------------------------------------------
  174.  
  175. end Win32.Raserror;
  176.