LCOV - code coverage report
Current view: top level - bin/default/libcli/util - werror_friendly_gen.c (source / functions) Hit Total Coverage
Test: coverage report for master 98b443d9 Lines: 3 8106 0.1 %
Date: 2024-05-31 13:13:24 Functions: 0 0 -

          Line data    Source code
       1             : /*
       2             :  * Names for errors generated from
       3             :  * [MS-ERREF] https://msdn.microsoft.com/en-us/library/cc231199.aspx
       4             :  */
       5           0 :         case 0x0:
       6           0 :                 return "The operation completed successfully.";
       7           0 :                 break;
       8           0 :         case 0x1:
       9           0 :                 return "Incorrect function.";
      10           0 :                 break;
      11           0 :         case 0x2:
      12           0 :                 return "The system cannot find the file specified.";
      13           0 :                 break;
      14           0 :         case 0x3:
      15           0 :                 return "The system cannot find the path specified.";
      16           0 :                 break;
      17           0 :         case 0x4:
      18           0 :                 return "The system cannot open the file.";
      19           0 :                 break;
      20           0 :         case 0x5:
      21           0 :                 return "Access is denied.";
      22           0 :                 break;
      23           0 :         case 0x6:
      24           0 :                 return "The handle is invalid.";
      25           0 :                 break;
      26           0 :         case 0x7:
      27           0 :                 return "The storage control blocks were destroyed.";
      28           0 :                 break;
      29           0 :         case 0x8:
      30           0 :                 return "Not enough storage is available to process this command.";
      31           0 :                 break;
      32           0 :         case 0x9:
      33           0 :                 return "The storage control block address is invalid.";
      34           0 :                 break;
      35           0 :         case 0xa:
      36           0 :                 return "The environment is incorrect.";
      37           0 :                 break;
      38           0 :         case 0xb:
      39           0 :                 return "An attempt was made to load a program with an incorrect format.";
      40           0 :                 break;
      41           0 :         case 0xc:
      42           0 :                 return "The access code is invalid.";
      43           0 :                 break;
      44           0 :         case 0xd:
      45           0 :                 return "The data is invalid.";
      46           0 :                 break;
      47           0 :         case 0xe:
      48           0 :                 return "Not enough storage is available to complete this operation.";
      49           0 :                 break;
      50           0 :         case 0xf:
      51           0 :                 return "The system cannot find the drive specified.";
      52           0 :                 break;
      53           0 :         case 0x10:
      54           0 :                 return "The directory cannot be removed.";
      55           0 :                 break;
      56           0 :         case 0x11:
      57           0 :                 return "The system cannot move the file to a different disk drive.";
      58           0 :                 break;
      59           0 :         case 0x12:
      60           0 :                 return "There are no more files.";
      61           0 :                 break;
      62           0 :         case 0x13:
      63           0 :                 return "The media is write-protected.";
      64           0 :                 break;
      65           0 :         case 0x14:
      66           0 :                 return "The system cannot find the device specified.";
      67           0 :                 break;
      68           0 :         case 0x15:
      69           0 :                 return "The device is not ready.";
      70           0 :                 break;
      71           0 :         case 0x16:
      72           0 :                 return "The device does not recognize the command.";
      73           0 :                 break;
      74           0 :         case 0x17:
      75           0 :                 return "Data error (cyclic redundancy check).";
      76           0 :                 break;
      77           0 :         case 0x18:
      78           0 :                 return "The program issued a command but the command length is incorrect.";
      79           0 :                 break;
      80           0 :         case 0x19:
      81           0 :                 return "The drive cannot locate a specific area or track on the disk.";
      82           0 :                 break;
      83           0 :         case 0x1a:
      84           0 :                 return "The specified disk cannot be accessed.";
      85           0 :                 break;
      86           0 :         case 0x1b:
      87           0 :                 return "The drive cannot find the sector requested.";
      88           0 :                 break;
      89           0 :         case 0x1c:
      90           0 :                 return "The printer is out of paper.";
      91           0 :                 break;
      92           0 :         case 0x1d:
      93           0 :                 return "The system cannot write to the specified device.";
      94           0 :                 break;
      95           0 :         case 0x1e:
      96           0 :                 return "The system cannot read from the specified device.";
      97           0 :                 break;
      98           0 :         case 0x1f:
      99           0 :                 return "A device attached to the system is not functioning.";
     100           0 :                 break;
     101           0 :         case 0x20:
     102           0 :                 return "The process cannot access the file because it is being used by another process.";
     103           0 :                 break;
     104           0 :         case 0x21:
     105           0 :                 return "The process cannot access the file because another process has locked a portion of the file.";
     106           0 :                 break;
     107           0 :         case 0x22:
     108           0 :                 return "The wrong disk is in the drive. Insert %2 (Volume Serial Number: %3) into drive %1.";
     109           0 :                 break;
     110           0 :         case 0x24:
     111           0 :                 return "Too many files opened for sharing.";
     112           0 :                 break;
     113           0 :         case 0x26:
     114           0 :                 return "Reached the end of the file.";
     115           0 :                 break;
     116           0 :         case 0x27:
     117           0 :                 return "The disk is full.";
     118           7 :                 break;
     119           7 :         case 0x32:
     120           7 :                 return "The request is not supported.";
     121           0 :                 break;
     122           0 :         case 0x33:
     123           0 :                 return "Windows cannot find the network path. Verify that the network path is correct and the destination computer is not busy or turned off. If Windows still cannot find the network path, contact your network administrator.";
     124           0 :                 break;
     125           0 :         case 0x34:
     126           0 :                 return "You were not connected because a duplicate name exists on the network. Go to System in Control Panel to change the computer name, and then try again.";
     127           0 :                 break;
     128           0 :         case 0x35:
     129           0 :                 return "The network path was not found.";
     130           0 :                 break;
     131           0 :         case 0x36:
     132           0 :                 return "The network is busy.";
     133           0 :                 break;
     134           0 :         case 0x37:
     135           0 :                 return "The specified network resource or device is no longer available.";
     136           0 :                 break;
     137           0 :         case 0x38:
     138           0 :                 return "The network BIOS command limit has been reached.";
     139           0 :                 break;
     140           0 :         case 0x39:
     141           0 :                 return "A network adapter hardware error occurred.";
     142           0 :                 break;
     143           0 :         case 0x3a:
     144           0 :                 return "The specified server cannot perform the requested operation.";
     145           0 :                 break;
     146           0 :         case 0x3b:
     147           0 :                 return "An unexpected network error occurred.";
     148           0 :                 break;
     149           0 :         case 0x3c:
     150           0 :                 return "The remote adapter is not compatible.";
     151           0 :                 break;
     152           0 :         case 0x3d:
     153           0 :                 return "The print queue is full.";
     154           0 :                 break;
     155           0 :         case 0x3e:
     156           0 :                 return "Space to store the file waiting to be printed is not available on the server.";
     157           0 :                 break;
     158           0 :         case 0x3f:
     159           0 :                 return "Your file waiting to be printed was deleted.";
     160           0 :                 break;
     161           0 :         case 0x40:
     162           0 :                 return "The specified network name is no longer available.";
     163           0 :                 break;
     164           0 :         case 0x41:
     165           0 :                 return "Network access is denied.";
     166           0 :                 break;
     167           0 :         case 0x42:
     168           0 :                 return "The network resource type is not correct.";
     169           0 :                 break;
     170           0 :         case 0x43:
     171           0 :                 return "The network name cannot be found.";
     172           0 :                 break;
     173           0 :         case 0x44:
     174           0 :                 return "The name limit for the local computer network adapter card was exceeded.";
     175           0 :                 break;
     176           0 :         case 0x45:
     177           0 :                 return "The network BIOS session limit was exceeded.";
     178           0 :                 break;
     179           0 :         case 0x46:
     180           0 :                 return "The remote server has been paused or is in the process of being started.";
     181           0 :                 break;
     182           0 :         case 0x47:
     183           0 :                 return "No more connections can be made to this remote computer at this time because the computer has accepted the maximum number of connections.";
     184           0 :                 break;
     185           0 :         case 0x48:
     186           0 :                 return "The specified printer or disk device has been paused.";
     187           0 :                 break;
     188           0 :         case 0x50:
     189           0 :                 return "The file exists.";
     190           0 :                 break;
     191           0 :         case 0x52:
     192           0 :                 return "The directory or file cannot be created.";
     193           0 :                 break;
     194           0 :         case 0x53:
     195           0 :                 return "Fail on INT 24.";
     196           0 :                 break;
     197           0 :         case 0x54:
     198           0 :                 return "Storage to process this request is not available.";
     199           0 :                 break;
     200           0 :         case 0x55:
     201           0 :                 return "The local device name is already in use.";
     202           0 :                 break;
     203           0 :         case 0x56:
     204           0 :                 return "The specified network password is not correct.";
     205           0 :                 break;
     206           0 :         case 0x57:
     207           0 :                 return "The parameter is incorrect.";
     208           0 :                 break;
     209           0 :         case 0x58:
     210           0 :                 return "A write fault occurred on the network.";
     211           0 :                 break;
     212           0 :         case 0x59:
     213           0 :                 return "The system cannot start another process at this time.";
     214           0 :                 break;
     215           0 :         case 0x64:
     216           0 :                 return "Cannot create another system semaphore.";
     217           0 :                 break;
     218           0 :         case 0x65:
     219           0 :                 return "The exclusive semaphore is owned by another process.";
     220           0 :                 break;
     221           0 :         case 0x66:
     222           0 :                 return "The semaphore is set and cannot be closed.";
     223           0 :                 break;
     224           0 :         case 0x67:
     225           0 :                 return "The semaphore cannot be set again.";
     226           0 :                 break;
     227           0 :         case 0x68:
     228           0 :                 return "Cannot request exclusive semaphores at interrupt time.";
     229           0 :                 break;
     230           0 :         case 0x69:
     231           0 :                 return "The previous ownership of this semaphore has ended.";
     232           0 :                 break;
     233           0 :         case 0x6a:
     234           0 :                 return "Insert the disk for drive %1.";
     235           0 :                 break;
     236           0 :         case 0x6b:
     237           0 :                 return "The program stopped because an alternate disk was not inserted.";
     238           0 :                 break;
     239           0 :         case 0x6c:
     240           0 :                 return "The disk is in use or locked by another process.";
     241           0 :                 break;
     242           0 :         case 0x6d:
     243           0 :                 return "The pipe has been ended.";
     244           0 :                 break;
     245           0 :         case 0x6e:
     246           0 :                 return "The system cannot open the device or file specified.";
     247           0 :                 break;
     248           0 :         case 0x6f:
     249           0 :                 return "The file name is too long.";
     250           0 :                 break;
     251           0 :         case 0x70:
     252           0 :                 return "There is not enough space on the disk.";
     253           0 :                 break;
     254           0 :         case 0x71:
     255           0 :                 return "No more internal file identifiers are available.";
     256           0 :                 break;
     257           0 :         case 0x72:
     258           0 :                 return "The target internal file identifier is incorrect.";
     259           0 :                 break;
     260           0 :         case 0x75:
     261           0 :                 return "The Input Output Control (IOCTL) call made by the application program is not correct.";
     262           0 :                 break;
     263           0 :         case 0x76:
     264           0 :                 return "The verify-on-write switch parameter value is not correct.";
     265           0 :                 break;
     266           0 :         case 0x77:
     267           0 :                 return "The system does not support the command requested.";
     268           0 :                 break;
     269           0 :         case 0x78:
     270           0 :                 return "This function is not supported on this system.";
     271           0 :                 break;
     272           0 :         case 0x79:
     273           0 :                 return "The semaphore time-out period has expired.";
     274           0 :                 break;
     275           0 :         case 0x7a:
     276           0 :                 return "The data area passed to a system call is too small.";
     277           0 :                 break;
     278           0 :         case 0x7b:
     279           0 :                 return "The file name, directory name, or volume label syntax is incorrect.";
     280           0 :                 break;
     281           0 :         case 0x7c:
     282           0 :                 return "The system call level is not correct.";
     283           0 :                 break;
     284           0 :         case 0x7d:
     285           0 :                 return "The disk has no volume label.";
     286           0 :                 break;
     287           0 :         case 0x7e:
     288           0 :                 return "The specified module could not be found.";
     289           0 :                 break;
     290           0 :         case 0x7f:
     291           0 :                 return "The specified procedure could not be found.";
     292           0 :                 break;
     293           0 :         case 0x80:
     294           0 :                 return "There are no child processes to wait for.";
     295           0 :                 break;
     296           0 :         case 0x81:
     297           0 :                 return "The %1 application cannot be run in Win32 mode.";
     298           0 :                 break;
     299           0 :         case 0x82:
     300           0 :                 return "Attempt to use a file handle to an open disk partition for an operation other than raw disk I/O.";
     301           0 :                 break;
     302           0 :         case 0x83:
     303           0 :                 return "An attempt was made to move the file pointer before the beginning of the file.";
     304           0 :                 break;
     305           0 :         case 0x84:
     306           0 :                 return "The file pointer cannot be set on the specified device or file.";
     307           0 :                 break;
     308           0 :         case 0x85:
     309           0 :                 return "A JOIN or SUBST command cannot be used for a drive that contains previously joined drives.";
     310           0 :                 break;
     311           0 :         case 0x86:
     312           0 :                 return "An attempt was made to use a JOIN or SUBST command on a drive that has already been joined.";
     313           0 :                 break;
     314           0 :         case 0x87:
     315           0 :                 return "An attempt was made to use a JOIN or SUBST command on a drive that has already been substituted.";
     316           0 :                 break;
     317           0 :         case 0x88:
     318           0 :                 return "The system tried to delete the JOIN of a drive that is not joined.";
     319           0 :                 break;
     320           0 :         case 0x89:
     321           0 :                 return "The system tried to delete the substitution of a drive that is not substituted.";
     322           0 :                 break;
     323           0 :         case 0x8a:
     324           0 :                 return "The system tried to join a drive to a directory on a joined drive.";
     325           0 :                 break;
     326           0 :         case 0x8b:
     327           0 :                 return "The system tried to substitute a drive to a directory on a substituted drive.";
     328           0 :                 break;
     329           0 :         case 0x8c:
     330           0 :                 return "The system tried to join a drive to a directory on a substituted drive.";
     331           0 :                 break;
     332           0 :         case 0x8d:
     333           0 :                 return "The system tried to SUBST a drive to a directory on a joined drive.";
     334           0 :                 break;
     335           0 :         case 0x8e:
     336           0 :                 return "The system cannot perform a JOIN or SUBST at this time.";
     337           0 :                 break;
     338           0 :         case 0x8f:
     339           0 :                 return "The system cannot join or substitute a drive to or for a directory on the same drive.";
     340           0 :                 break;
     341           0 :         case 0x90:
     342           0 :                 return "The directory is not a subdirectory of the root directory.";
     343           0 :                 break;
     344           0 :         case 0x91:
     345           0 :                 return "The directory is not empty.";
     346           0 :                 break;
     347           0 :         case 0x92:
     348           0 :                 return "The path specified is being used in a substitute.";
     349           0 :                 break;
     350           0 :         case 0x93:
     351           0 :                 return "Not enough resources are available to process this command.";
     352           0 :                 break;
     353           0 :         case 0x94:
     354           0 :                 return "The path specified cannot be used at this time.";
     355           0 :                 break;
     356           0 :         case 0x95:
     357           0 :                 return "An attempt was made to join or substitute a drive for which a directory on the drive is the target of a previous substitute.";
     358           0 :                 break;
     359           0 :         case 0x96:
     360           0 :                 return "System trace information was not specified in your CONFIG.SYS file, or tracing is disallowed.";
     361           0 :                 break;
     362           0 :         case 0x97:
     363           0 :                 return "The number of specified semaphore events for DosMuxSemWait is not correct.";
     364           0 :                 break;
     365           0 :         case 0x98:
     366           0 :                 return "DosMuxSemWait did not execute; too many semaphores are already set.";
     367           0 :                 break;
     368           0 :         case 0x99:
     369           0 :                 return "The DosMuxSemWait list is not correct.";
     370           0 :                 break;
     371           0 :         case 0x9a:
     372           0 :                 return "The volume label you entered exceeds the label character limit of the destination file system.";
     373           0 :                 break;
     374           0 :         case 0x9b:
     375           0 :                 return "Cannot create another thread.";
     376           0 :                 break;
     377           0 :         case 0x9c:
     378           0 :                 return "The recipient process has refused the signal.";
     379           0 :                 break;
     380           0 :         case 0x9d:
     381           0 :                 return "The segment is already discarded and cannot be locked.";
     382           0 :                 break;
     383           0 :         case 0x9e:
     384           0 :                 return "The segment is already unlocked.";
     385           0 :                 break;
     386           0 :         case 0x9f:
     387           0 :                 return "The address for the thread ID is not correct.";
     388           0 :                 break;
     389           0 :         case 0xa0:
     390           0 :                 return "One or more arguments are not correct.";
     391           0 :                 break;
     392           0 :         case 0xa1:
     393           0 :                 return "The specified path is invalid.";
     394           0 :                 break;
     395           0 :         case 0xa2:
     396           0 :                 return "A signal is already pending.";
     397           0 :                 break;
     398           0 :         case 0xa4:
     399           0 :                 return "No more threads can be created in the system.";
     400           0 :                 break;
     401           0 :         case 0xa7:
     402           0 :                 return "Unable to lock a region of a file.";
     403           0 :                 break;
     404           0 :         case 0xaa:
     405           0 :                 return "The requested resource is in use.";
     406           0 :                 break;
     407           0 :         case 0xad:
     408           0 :                 return "A lock request was not outstanding for the supplied cancel region.";
     409           0 :                 break;
     410           0 :         case 0xae:
     411           0 :                 return "The file system does not support atomic changes to the lock type.";
     412           0 :                 break;
     413           0 :         case 0xb4:
     414           0 :                 return "The system detected a segment number that was not correct.";
     415           0 :                 break;
     416           0 :         case 0xb6:
     417           0 :                 return "The operating system cannot run %1.";
     418           0 :                 break;
     419           0 :         case 0xb7:
     420           0 :                 return "Cannot create a file when that file already exists.";
     421           0 :                 break;
     422           0 :         case 0xba:
     423           0 :                 return "The flag passed is not correct.";
     424           0 :                 break;
     425           0 :         case 0xbb:
     426           0 :                 return "The specified system semaphore name was not found.";
     427           0 :                 break;
     428           0 :         case 0xbc:
     429           0 :                 return "The operating system cannot run %1.";
     430           0 :                 break;
     431           0 :         case 0xbd:
     432           0 :                 return "The operating system cannot run %1.";
     433           0 :                 break;
     434           0 :         case 0xbe:
     435           0 :                 return "The operating system cannot run %1.";
     436           0 :                 break;
     437           0 :         case 0xbf:
     438           0 :                 return "Cannot run %1 in Win32 mode.";
     439           0 :                 break;
     440           0 :         case 0xc0:
     441           0 :                 return "The operating system cannot run %1.";
     442           0 :                 break;
     443           0 :         case 0xc1:
     444           0 :                 return "%1 is not a valid Win32 application.";
     445           0 :                 break;
     446           0 :         case 0xc2:
     447           0 :                 return "The operating system cannot run %1.";
     448           0 :                 break;
     449           0 :         case 0xc3:
     450           0 :                 return "The operating system cannot run %1.";
     451           0 :                 break;
     452           0 :         case 0xc4:
     453           0 :                 return "The operating system cannot run this application program.";
     454           0 :                 break;
     455           0 :         case 0xc5:
     456           0 :                 return "The operating system is not presently configured to run this application.";
     457           0 :                 break;
     458           0 :         case 0xc6:
     459           0 :                 return "The operating system cannot run %1.";
     460           0 :                 break;
     461           0 :         case 0xc7:
     462           0 :                 return "The operating system cannot run this application program.";
     463           0 :                 break;
     464           0 :         case 0xc8:
     465           0 :                 return "The code segment cannot be greater than or equal to 64 KB.";
     466           0 :                 break;
     467           0 :         case 0xc9:
     468           0 :                 return "The operating system cannot run %1.";
     469           0 :                 break;
     470           0 :         case 0xca:
     471           0 :                 return "The operating system cannot run %1.";
     472           0 :                 break;
     473           0 :         case 0xcb:
     474           0 :                 return "The system could not find the environment option that was entered.";
     475           0 :                 break;
     476           0 :         case 0xcd:
     477           0 :                 return "No process in the command subtree has a signal handler.";
     478           0 :                 break;
     479           0 :         case 0xce:
     480           0 :                 return "The file name or extension is too long.";
     481           0 :                 break;
     482           0 :         case 0xcf:
     483           0 :                 return "The ring 2 stack is in use.";
     484           0 :                 break;
     485           0 :         case 0xd0:
     486           0 :                 return "The asterisk (*) or question mark (?) global file name characters are entered incorrectly, or too many global file name characters are specified.";
     487           0 :                 break;
     488           0 :         case 0xd1:
     489           0 :                 return "The signal being posted is not correct.";
     490           0 :                 break;
     491           0 :         case 0xd2:
     492           0 :                 return "The signal handler cannot be set.";
     493           0 :                 break;
     494           0 :         case 0xd4:
     495           0 :                 return "The segment is locked and cannot be reallocated.";
     496           0 :                 break;
     497           0 :         case 0xd6:
     498           0 :                 return "Too many dynamic-link modules are attached to this program or dynamic-link module.";
     499           0 :                 break;
     500           0 :         case 0xd7:
     501           0 :                 return "Cannot nest calls to LoadModule.";
     502           0 :                 break;
     503           0 :         case 0xd8:
     504           0 :                 return "This version of %1 is not compatible with the version of Windows you're running. Check your computer's system information to see whether you need an x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher.";
     505           0 :                 break;
     506           0 :         case 0xd9:
     507           0 :                 return "The image file %1 is signed, unable to modify.";
     508           0 :                 break;
     509           0 :         case 0xda:
     510           0 :                 return "The image file %1 is strong signed, unable to modify.";
     511           0 :                 break;
     512           0 :         case 0xdc:
     513           0 :                 return "This file is checked out or locked for editing by another user.";
     514           0 :                 break;
     515           0 :         case 0xdd:
     516           0 :                 return "The file must be checked out before saving changes.";
     517           0 :                 break;
     518           0 :         case 0xde:
     519           0 :                 return "The file type being saved or retrieved has been blocked.";
     520           0 :                 break;
     521           0 :         case 0xdf:
     522           0 :                 return "The file size exceeds the limit allowed and cannot be saved.";
     523           0 :                 break;
     524           0 :         case 0xe0:
     525           0 :                 return "Access denied. Before opening files in this location, you must first browse to the website and select the option to sign in automatically.";
     526           0 :                 break;
     527           0 :         case 0xe1:
     528           0 :                 return "Operation did not complete successfully because the file contains a virus.";
     529           0 :                 break;
     530           0 :         case 0xe2:
     531           0 :                 return "This file contains a virus and cannot be opened. Due to the nature of this virus, the file has been removed from this location.";
     532           0 :                 break;
     533           0 :         case 0xe5:
     534           0 :                 return "The pipe is local.";
     535           0 :                 break;
     536           0 :         case 0xe6:
     537           0 :                 return "The pipe state is invalid.";
     538           0 :                 break;
     539           0 :         case 0xe7:
     540           0 :                 return "All pipe instances are busy.";
     541           0 :                 break;
     542           0 :         case 0xe8:
     543           0 :                 return "The pipe is being closed.";
     544           0 :                 break;
     545           0 :         case 0xe9:
     546           0 :                 return "No process is on the other end of the pipe.";
     547           0 :                 break;
     548           0 :         case 0xea:
     549           0 :                 return "More data is available.";
     550           0 :                 break;
     551           0 :         case 0xf0:
     552           0 :                 return "The session was canceled.";
     553           0 :                 break;
     554           0 :         case 0xfe:
     555           0 :                 return "The specified extended attribute name was invalid.";
     556           0 :                 break;
     557           0 :         case 0xff:
     558           0 :                 return "The extended attributes are inconsistent.";
     559           0 :                 break;
     560           0 :         case 0x102:
     561           0 :                 return "The wait operation timed out.";
     562           0 :                 break;
     563           0 :         case 0x103:
     564           0 :                 return "No more data is available.";
     565           0 :                 break;
     566           0 :         case 0x10a:
     567           0 :                 return "The copy functions cannot be used.";
     568           0 :                 break;
     569           0 :         case 0x10b:
     570           0 :                 return "The directory name is invalid.";
     571           0 :                 break;
     572           0 :         case 0x113:
     573           0 :                 return "The extended attributes did not fit in the buffer.";
     574           0 :                 break;
     575           0 :         case 0x114:
     576           0 :                 return "The extended attribute file on the mounted file system is corrupt.";
     577           0 :                 break;
     578           0 :         case 0x115:
     579           0 :                 return "The extended attribute table file is full.";
     580           0 :                 break;
     581           0 :         case 0x116:
     582           0 :                 return "The specified extended attribute handle is invalid.";
     583           0 :                 break;
     584           0 :         case 0x11a:
     585           0 :                 return "The mounted file system does not support extended attributes.";
     586           0 :                 break;
     587           0 :         case 0x120:
     588           0 :                 return "Attempt to release mutex not owned by caller.";
     589           0 :                 break;
     590           0 :         case 0x12a:
     591           0 :                 return "Too many posts were made to a semaphore.";
     592           0 :                 break;
     593           0 :         case 0x12b:
     594           0 :                 return "Only part of a ReadProcessMemory or WriteProcessMemory request was completed.";
     595           0 :                 break;
     596           0 :         case 0x12c:
     597           0 :                 return "The oplock request is denied.";
     598           0 :                 break;
     599           0 :         case 0x12d:
     600           0 :                 return "An invalid oplock acknowledgment was received by the system.";
     601           0 :                 break;
     602           0 :         case 0x12e:
     603           0 :                 return "The volume is too fragmented to complete this operation.";
     604           0 :                 break;
     605           0 :         case 0x12f:
     606           0 :                 return "The file cannot be opened because it is in the process of being deleted.";
     607           0 :                 break;
     608           0 :         case 0x13d:
     609           0 :                 return "The system cannot find message text for message number 0x%1 in the message file for %2.";
     610           0 :                 break;
     611           0 :         case 0x13e:
     612           0 :                 return "The scope specified was not found.";
     613           0 :                 break;
     614           0 :         case 0x15e:
     615           0 :                 return "No action was taken because a system reboot is required.";
     616           0 :                 break;
     617           0 :         case 0x15f:
     618           0 :                 return "The shutdown operation failed.";
     619           0 :                 break;
     620           0 :         case 0x160:
     621           0 :                 return "The restart operation failed.";
     622           0 :                 break;
     623           0 :         case 0x161:
     624           0 :                 return "The maximum number of sessions has been reached.";
     625           0 :                 break;
     626           0 :         case 0x190:
     627           0 :                 return "The thread is already in background processing mode.";
     628           0 :                 break;
     629           0 :         case 0x191:
     630           0 :                 return "The thread is not in background processing mode.";
     631           0 :                 break;
     632           0 :         case 0x192:
     633           0 :                 return "The process is already in background processing mode.";
     634           0 :                 break;
     635           0 :         case 0x193:
     636           0 :                 return "The process is not in background processing mode.";
     637           0 :                 break;
     638           0 :         case 0x1e7:
     639           0 :                 return "Attempt to access invalid address.";
     640           0 :                 break;
     641           0 :         case 0x1f4:
     642           0 :                 return "User profile cannot be loaded.";
     643           0 :                 break;
     644           0 :         case 0x216:
     645           0 :                 return "Arithmetic result exceeded 32 bits.";
     646           0 :                 break;
     647           0 :         case 0x217:
     648           0 :                 return "There is a process on the other end of the pipe.";
     649           0 :                 break;
     650           0 :         case 0x218:
     651           0 :                 return "Waiting for a process to open the other end of the pipe.";
     652           0 :                 break;
     653           0 :         case 0x219:
     654           0 :                 return "Application verifier has found an error in the current process.";
     655           0 :                 break;
     656           0 :         case 0x21a:
     657           0 :                 return "An error occurred in the ABIOS subsystem.";
     658           0 :                 break;
     659           0 :         case 0x21b:
     660           0 :                 return "A warning occurred in the WX86 subsystem.";
     661           0 :                 break;
     662           0 :         case 0x21c:
     663           0 :                 return "An error occurred in the WX86 subsystem.";
     664           0 :                 break;
     665           0 :         case 0x21d:
     666           0 :                 return "An attempt was made to cancel or set a timer that has an associated asynchronous procedure call (APC) and the subject thread is not the thread that originally set the timer with an associated APC routine.";
     667           0 :                 break;
     668           0 :         case 0x21e:
     669           0 :                 return "Unwind exception code.";
     670           0 :                 break;
     671           0 :         case 0x21f:
     672           0 :                 return "An invalid or unaligned stack was encountered during an unwind operation.";
     673           0 :                 break;
     674           0 :         case 0x220:
     675           0 :                 return "An invalid unwind target was encountered during an unwind operation.";
     676           0 :                 break;
     677           0 :         case 0x221:
     678           0 :                 return "Invalid object attributes specified to NtCreatePort or invalid port attributes specified to NtConnectPort.";
     679           0 :                 break;
     680           0 :         case 0x222:
     681           0 :                 return "Length of message passed to NtRequestPort or NtRequestWaitReplyPort was longer than the maximum message allowed by the port.";
     682           0 :                 break;
     683           0 :         case 0x223:
     684           0 :                 return "An attempt was made to lower a quota limit below the current usage.";
     685           0 :                 break;
     686           0 :         case 0x224:
     687           0 :                 return "An attempt was made to attach to a device that was already attached to another device.";
     688           0 :                 break;
     689           0 :         case 0x225:
     690           0 :                 return "An attempt was made to execute an instruction at an unaligned address, and the host system does not support unaligned instruction references.";
     691           0 :                 break;
     692           0 :         case 0x226:
     693           0 :                 return "Profiling not started.";
     694           0 :                 break;
     695           0 :         case 0x227:
     696           0 :                 return "Profiling not stopped.";
     697           0 :                 break;
     698           0 :         case 0x228:
     699           0 :                 return "The passed ACL did not contain the minimum required information.";
     700           0 :                 break;
     701           0 :         case 0x229:
     702           0 :                 return "The number of active profiling objects is at the maximum and no more can be started.";
     703           0 :                 break;
     704           0 :         case 0x22a:
     705           0 :                 return "Used to indicate that an operation cannot continue without blocking for I/O.";
     706           0 :                 break;
     707           0 :         case 0x22b:
     708           0 :                 return "Indicates that a thread attempted to terminate itself by default (called NtTerminateThread with NULL) and it was the last thread in the current process.";
     709           0 :                 break;
     710           0 :         case 0x22c:
     711           0 :                 return "If an MM error is returned that is not defined in the standard FsRtl filter, it is converted to one of the following errors that is guaranteed to be in the filter. In this case, information is lost; however, the filter correctly handles the exception.";
     712           0 :                 break;
     713           0 :         case 0x22d:
     714           0 :                 return "If an MM error is returned that is not defined in the standard FsRtl filter, it is converted to one of the following errors that is guaranteed to be in the filter. In this case, information is lost; however, the filter correctly handles the exception.";
     715           0 :                 break;
     716           0 :         case 0x22e:
     717           0 :                 return "If an MM error is returned that is not defined in the standard FsRtl filter, it is converted to one of the following errors that is guaranteed to be in the filter. In this case, information is lost; however, the filter correctly handles the exception.";
     718           0 :                 break;
     719           0 :         case 0x22f:
     720           0 :                 return "A malformed function table was encountered during an unwind operation.";
     721           0 :                 break;
     722           0 :         case 0x230:
     723           0 :                 return "Indicates that an attempt was made to assign protection to a file system file or directory and one of the SIDs in the security descriptor could not be translated into a GUID that could be stored by the file system. This causes the protection attempt to fail, which might cause a file creation attempt to fail.";
     724           0 :                 break;
     725           0 :         case 0x231:
     726           0 :                 return "Indicates that an attempt was made to grow a local domain table (LDT) by setting its size, or that the size was not an even number of selectors.";
     727           0 :                 break;
     728           0 :         case 0x233:
     729           0 :                 return "Indicates that the starting value for the LDT information was not an integral multiple of the selector size.";
     730           0 :                 break;
     731           0 :         case 0x234:
     732           0 :                 return "Indicates that the user supplied an invalid descriptor when trying to set up LDT descriptors.";
     733           0 :                 break;
     734           0 :         case 0x235:
     735           0 :                 return "Indicates a process has too many threads to perform the requested action. For example, assignment of a primary token can be performed only when a process has zero or one threads.";
     736           0 :                 break;
     737           0 :         case 0x236:
     738           0 :                 return "An attempt was made to operate on a thread within a specific process, but the thread specified is not in the process specified.";
     739           0 :                 break;
     740           0 :         case 0x237:
     741           0 :                 return "Page file quota was exceeded.";
     742           0 :                 break;
     743           0 :         case 0x238:
     744           0 :                 return "The Netlogon service cannot start because another Netlogon service running in the domain conflicts with the specified role.";
     745           0 :                 break;
     746           0 :         case 0x239:
     747           0 :                 return "On applicable Windows Server releases, the Security Accounts Manager (SAM) database is significantly out of synchronization with the copy on the domain controller. A complete synchronization is required.";
     748           0 :                 break;
     749           0 :         case 0x23a:
     750           0 :                 return "The NtCreateFile API failed. This error should never be returned to an application, it is a place holder for the Windows LAN Manager Redirector to use in its internal error mapping routines.";
     751           0 :                 break;
     752           0 :         case 0x23b:
     753           0 :                 return "{Privilege Failed} The I/O permissions for the process could not be changed.";
     754           0 :                 break;
     755           0 :         case 0x23c:
     756           0 :                 return "{Application Exit by CTRL+C} The application terminated as a result of a CTRL+C.";
     757           0 :                 break;
     758           0 :         case 0x23d:
     759           0 :                 return "{Missing System File} The required system file %hs is bad or missing.";
     760           0 :                 break;
     761           0 :         case 0x23e:
     762           0 :                 return "{Application Error} The exception %s (0x%08lx) occurred in the application at location 0x%08lx.";
     763           0 :                 break;
     764           0 :         case 0x23f:
     765           0 :                 return "{Application Error} The application failed to initialize properly (0x%lx). Click OK to terminate the application.";
     766           0 :                 break;
     767           0 :         case 0x240:
     768           0 :                 return "{Unable to Create Paging File} The creation of the paging file %hs failed (%lx). The requested size was %ld.";
     769           0 :                 break;
     770           0 :         case 0x241:
     771           0 :                 return "The hash for the image cannot be found in the system catalogs. The image is likely corrupt or the victim of tampering.";
     772           0 :                 break;
     773           0 :         case 0x242:
     774           0 :                 return "{No Paging File Specified} No paging file was specified in the system configuration.";
     775           0 :                 break;
     776           0 :         case 0x243:
     777           0 :                 return "{EXCEPTION} A real-mode application issued a floating-point instruction, and floating-point hardware is not present.";
     778           0 :                 break;
     779           0 :         case 0x244:
     780           0 :                 return "An event pair synchronization operation was performed using the thread-specific client/server event pair object, but no event pair object was associated with the thread.";
     781           0 :                 break;
     782           0 :         case 0x245:
     783           0 :                 return "A domain server has an incorrect configuration.";
     784           0 :                 break;
     785           0 :         case 0x246:
     786           0 :                 return "An illegal character was encountered. For a multibyte character set, this includes a lead byte without a succeeding trail byte. For the Unicode character set, this includes the characters 0xFFFF and 0xFFFE.";
     787           0 :                 break;
     788           0 :         case 0x247:
     789           0 :                 return "The Unicode character is not defined in the Unicode character set installed on the system.";
     790           0 :                 break;
     791           0 :         case 0x248:
     792           0 :                 return "The paging file cannot be created on a floppy disk.";
     793           0 :                 break;
     794           0 :         case 0x249:
     795           0 :                 return "The system bios failed to connect a system interrupt to the device or bus for which the device is connected.";
     796           0 :                 break;
     797           0 :         case 0x24a:
     798           0 :                 return "This operation is only allowed for the primary domain controller (PDC) of the domain.";
     799           0 :                 break;
     800           0 :         case 0x24b:
     801           0 :                 return "An attempt was made to acquire a mutant such that its maximum count would have been exceeded.";
     802           0 :                 break;
     803           0 :         case 0x24c:
     804           0 :                 return "A volume has been accessed for which a file system driver is required that has not yet been loaded.";
     805           0 :                 break;
     806           0 :         case 0x24d:
     807           0 :                 return "{Registry File Failure} The registry cannot load the hive (file): %hs or its log or alternate. It is corrupt, absent, or not writable.";
     808           0 :                 break;
     809           0 :         case 0x24e:
     810           0 :                 return "{Unexpected Failure in DebugActiveProcess} An unexpected failure occurred while processing a DebugActiveProcess API request. Choosing OK will terminate the process, and choosing Cancel will ignore the error.";
     811           0 :                 break;
     812           0 :         case 0x24f:
     813           0 :                 return "{Fatal System Error} The %hs system process terminated unexpectedly with a status of 0x%08x (0x%08x 0x%08x). The system has been shut down.";
     814           0 :                 break;
     815           0 :         case 0x250:
     816           0 :                 return "{Data Not Accepted} The transport driver interface (TDI) client could not handle the data received during an indication.";
     817           0 :                 break;
     818           0 :         case 0x251:
     819           0 :                 return "The NT Virtual DOS Machine (NTVDM) encountered a hard error.";
     820           0 :                 break;
     821           0 :         case 0x252:
     822           0 :                 return "{Cancel Timeout} The driver %hs failed to complete a canceled I/O request in the allotted time.";
     823           0 :                 break;
     824           0 :         case 0x253:
     825           0 :                 return "{Reply Message Mismatch} An attempt was made to reply to a local procedure call (LPC) message, but the thread specified by the client ID in the message was not waiting on that message.";
     826           0 :                 break;
     827           0 :         case 0x254:
     828           0 :                 return "{Delayed Write Failed} Windows was unable to save all the data for the file %hs. The data has been lost. This error might be caused by a failure of your computer hardware or network connection. Try to save this file elsewhere.";
     829           0 :                 break;
     830           0 :         case 0x255:
     831           0 :                 return "The parameters passed to the server in the client/server shared memory window were invalid. Too much data might have been put in the shared memory window.";
     832           0 :                 break;
     833           0 :         case 0x256:
     834           0 :                 return "The stream is not a tiny stream.";
     835           0 :                 break;
     836           0 :         case 0x257:
     837           0 :                 return "The request must be handled by the stack overflow code.";
     838           0 :                 break;
     839           0 :         case 0x258:
     840           0 :                 return "Internal OFS status codes indicating how an allocation operation is handled. Either it is retried after the containing onode is moved or the extent stream is converted to a large stream.";
     841           0 :                 break;
     842           0 :         case 0x259:
     843           0 :                 return "The attempt to find the object found an object matching by ID on the volume but it is out of the scope of the handle used for the operation.";
     844           0 :                 break;
     845           0 :         case 0x25a:
     846           0 :                 return "The bucket array must be grown. Retry transaction after doing so.";
     847           0 :                 break;
     848           0 :         case 0x25b:
     849           0 :                 return "The user/kernel marshaling buffer has overflowed.";
     850           0 :                 break;
     851           0 :         case 0x25c:
     852           0 :                 return "The supplied variant structure contains invalid data.";
     853           0 :                 break;
     854           0 :         case 0x25d:
     855           0 :                 return "The specified buffer contains ill-formed data.";
     856           0 :                 break;
     857           0 :         case 0x25e:
     858           0 :                 return "{Audit Failed} An attempt to generate a security audit failed.";
     859           0 :                 break;
     860           0 :         case 0x25f:
     861           0 :                 return "The timer resolution was not previously set by the current process.";
     862           0 :                 break;
     863           0 :         case 0x260:
     864           0 :                 return "There is insufficient account information to log you on.";
     865           0 :                 break;
     866           0 :         case 0x261:
     867           0 :                 return "{Invalid DLL Entrypoint} The dynamic link library %hs is not written correctly. The stack pointer has been left in an inconsistent state. The entry point should be declared as WINAPI or STDCALL. Select YES to fail the DLL load. Select NO to continue execution. Selecting NO can cause the application to operate incorrectly.";
     868           0 :                 break;
     869           0 :         case 0x262:
     870           0 :                 return "{Invalid Service Callback Entrypoint} The %hs service is not written correctly. The stack pointer has been left in an inconsistent state. The callback entry point should be declared as WINAPI or STDCALL. Selecting OK will cause the service to continue operation. However, the service process might operate incorrectly.";
     871           0 :                 break;
     872           0 :         case 0x263:
     873           0 :                 return "There is an IP address conflict with another system on the network.";
     874           0 :                 break;
     875           0 :         case 0x264:
     876           0 :                 return "There is an IP address conflict with another system on the network.";
     877           0 :                 break;
     878           0 :         case 0x265:
     879           0 :                 return "{Low On Registry Space} The system has reached the maximum size allowed for the system part of the registry. Additional storage requests will be ignored.";
     880           0 :                 break;
     881           0 :         case 0x266:
     882           0 :                 return "A callback return system service cannot be executed when no callback is active.";
     883           0 :                 break;
     884           0 :         case 0x267:
     885           0 :                 return "The password provided is too short to meet the policy of your user account. Choose a longer password.";
     886           0 :                 break;
     887           0 :         case 0x268:
     888           0 :                 return "The policy of your user account does not allow you to change passwords too frequently. This is done to prevent users from changing back to a familiar, but potentially discovered, password. If you feel your password has been compromised, contact your administrator immediately to have a new one assigned.";
     889           0 :                 break;
     890           0 :         case 0x269:
     891           0 :                 return "You have attempted to change your password to one that you have used in the past. The policy of your user account does not allow this. Select a password that you have not previously used.";
     892           0 :                 break;
     893           0 :         case 0x26a:
     894           0 :                 return "The specified compression format is unsupported.";
     895           0 :                 break;
     896           0 :         case 0x26b:
     897           0 :                 return "The specified hardware profile configuration is invalid.";
     898           0 :                 break;
     899           0 :         case 0x26c:
     900           0 :                 return "The specified Plug and Play registry device path is invalid.";
     901           0 :                 break;
     902           0 :         case 0x26d:
     903           0 :                 return "The specified quota list is internally inconsistent with its descriptor.";
     904           0 :                 break;
     905           0 :         case 0x26e:
     906           0 :                 return "{Windows Evaluation Notification} The evaluation period for this installation of Windows has expired. This system will shut down in 1 hour. To restore access to this installation of Windows, upgrade this installation using a licensed distribution of this product.";
     907           0 :                 break;
     908           0 :         case 0x26f:
     909           0 :                 return "{Illegal System DLL Relocation} The system DLL %hs was relocated in memory. The application will not run properly. The relocation occurred because the DLL %hs occupied an address range reserved for Windows system DLLs. The vendor supplying the DLL should be contacted for a new DLL.";
     910           0 :                 break;
     911           0 :         case 0x270:
     912           0 :                 return "{DLL Initialization Failed} The application failed to initialize because the window station is shutting down.";
     913           0 :                 break;
     914           0 :         case 0x271:
     915           0 :                 return "The validation process needs to continue on to the next step.";
     916           0 :                 break;
     917           0 :         case 0x272:
     918           0 :                 return "There are no more matches for the current index enumeration.";
     919           0 :                 break;
     920           0 :         case 0x273:
     921           0 :                 return "The range could not be added to the range list because of a conflict.";
     922           0 :                 break;
     923           0 :         case 0x274:
     924           0 :                 return "The server process is running under a SID different than that required by the client.";
     925           0 :                 break;
     926           0 :         case 0x275:
     927           0 :                 return "A group marked use for deny only cannot be enabled.";
     928           0 :                 break;
     929           0 :         case 0x276:
     930           0 :                 return "{EXCEPTION} Multiple floating point faults.";
     931           0 :                 break;
     932           0 :         case 0x277:
     933           0 :                 return "{EXCEPTION} Multiple floating point traps.";
     934           0 :                 break;
     935           0 :         case 0x278:
     936           0 :                 return "The requested interface is not supported.";
     937           0 :                 break;
     938           0 :         case 0x279:
     939           0 :                 return "{System Standby Failed} The driver %hs does not support standby mode. Updating this driver might allow the system to go to standby mode.";
     940           0 :                 break;
     941           0 :         case 0x27a:
     942           0 :                 return "The system file %1 has become corrupt and has been replaced.";
     943           0 :                 break;
     944           0 :         case 0x27b:
     945           0 :                 return "{Virtual Memory Minimum Too Low} Your system is low on virtual memory. Windows is increasing the size of your virtual memory paging file. During this process, memory requests for some applications might be denied. For more information, see Help.";
     946           0 :                 break;
     947           0 :         case 0x27c:
     948           0 :                 return "A device was removed so enumeration must be restarted.";
     949           0 :                 break;
     950           0 :         case 0x27d:
     951           0 :                 return "{Fatal System Error} The system image %s is not properly signed. The file has been replaced with the signed file. The system has been shut down.";
     952           0 :                 break;
     953           0 :         case 0x27e:
     954           0 :                 return "Device will not start without a reboot.";
     955           0 :                 break;
     956           0 :         case 0x27f:
     957           0 :                 return "There is not enough power to complete the requested operation.";
     958           0 :                 break;
     959           0 :         case 0x281:
     960           0 :                 return "The system is in the process of shutting down.";
     961           0 :                 break;
     962           0 :         case 0x282:
     963           0 :                 return "An attempt to remove a process DebugPort was made, but a port was not already associated with the process.";
     964           0 :                 break;
     965           0 :         case 0x283:
     966           0 :                 return "This version of Windows is not compatible with the behavior version of directory forest, domain, or domain controller.";
     967           0 :                 break;
     968           0 :         case 0x284:
     969           0 :                 return "The specified range could not be found in the range list.";
     970           0 :                 break;
     971           0 :         case 0x286:
     972           0 :                 return "The driver was not loaded because the system is booting into safe mode.";
     973           0 :                 break;
     974           0 :         case 0x287:
     975           0 :                 return "The driver was not loaded because it failed its initialization call.";
     976           0 :                 break;
     977           0 :         case 0x288:
     978           0 :                 return "The device encountered an error while applying power or reading the device configuration. This might be caused by a failure of your hardware or by a poor connection.";
     979           0 :                 break;
     980           0 :         case 0x289:
     981           0 :                 return "The create operation failed because the name contained at least one mount point that resolves to a volume to which the specified device object is not attached.";
     982           0 :                 break;
     983           0 :         case 0x28a:
     984           0 :                 return "The device object parameter is either not a valid device object or is not attached to the volume specified by the file name.";
     985           0 :                 break;
     986           0 :         case 0x28b:
     987           0 :                 return "A machine check error has occurred. Check the system event log for additional information.";
     988           0 :                 break;
     989           0 :         case 0x28c:
     990           0 :                 return "There was an error [%2] processing the driver database.";
     991           0 :                 break;
     992           0 :         case 0x28d:
     993           0 :                 return "The system hive size has exceeded its limit.";
     994           0 :                 break;
     995           0 :         case 0x28e:
     996           0 :                 return "The driver could not be loaded because a previous version of the driver is still in memory.";
     997           0 :                 break;
     998           0 :         case 0x28f:
     999           0 :                 return "{Volume Shadow Copy Service} Wait while the Volume Shadow Copy Service prepares volume %hs for hibernation.";
    1000           0 :                 break;
    1001           0 :         case 0x290:
    1002           0 :                 return "The system has failed to hibernate (the error code is %hs). Hibernation will be disabled until the system is restarted.";
    1003           0 :                 break;
    1004           0 :         case 0x299:
    1005           0 :                 return "The requested operation could not be completed due to a file system limitation.";
    1006           0 :                 break;
    1007           0 :         case 0x29c:
    1008           0 :                 return "An assertion failure has occurred.";
    1009           0 :                 break;
    1010           0 :         case 0x29d:
    1011           0 :                 return "An error occurred in the Advanced Configuration and Power Interface (ACPI) subsystem.";
    1012           0 :                 break;
    1013           0 :         case 0x29e:
    1014           0 :                 return "WOW assertion error.";
    1015           0 :                 break;
    1016           0 :         case 0x29f:
    1017           0 :                 return "A device is missing in the system BIOS MultiProcessor Specification (MPS) table. This device will not be used. Contact your system vendor for system BIOS update.";
    1018           0 :                 break;
    1019           0 :         case 0x2a0:
    1020           0 :                 return "A translator failed to translate resources.";
    1021           0 :                 break;
    1022           0 :         case 0x2a1:
    1023           0 :                 return "An interrupt request (IRQ) translator failed to translate resources.";
    1024           0 :                 break;
    1025           0 :         case 0x2a2:
    1026           0 :                 return "Driver %2 returned invalid ID for a child device (%3).";
    1027           0 :                 break;
    1028           0 :         case 0x2a3:
    1029           0 :                 return "{Kernel Debugger Awakened} the system debugger was awakened by an interrupt.";
    1030           0 :                 break;
    1031           0 :         case 0x2a4:
    1032           0 :                 return "{Handles Closed} Handles to objects have been automatically closed because of the requested operation.";
    1033           0 :                 break;
    1034           0 :         case 0x2a5:
    1035           0 :                 return "{Too Much Information} The specified ACL contained more information than was expected.";
    1036           0 :                 break;
    1037           0 :         case 0x2a6:
    1038           0 :                 return "This warning level status indicates that the transaction state already exists for the registry subtree, but that a transaction commit was previously aborted. The commit has NOT been completed, but it has not been rolled back either (so it can still be committed if desired).";
    1039           0 :                 break;
    1040           0 :         case 0x2a7:
    1041           0 :                 return "{Media Changed} The media might have changed.";
    1042           0 :                 break;
    1043           0 :         case 0x2a8:
    1044           0 :                 return "{GUID Substitution} During the translation of a GUID to a Windows SID, no administratively defined GUID prefix was found. A substitute prefix was used, which will not compromise system security. However, this might provide more restrictive access than intended.";
    1045           0 :                 break;
    1046           0 :         case 0x2a9:
    1047           0 :                 return "The create operation stopped after reaching a symbolic link.";
    1048           0 :                 break;
    1049           0 :         case 0x2aa:
    1050           0 :                 return "A long jump has been executed.";
    1051           0 :                 break;
    1052           0 :         case 0x2ab:
    1053           0 :                 return "The Plug and Play query operation was not successful.";
    1054           0 :                 break;
    1055           0 :         case 0x2ac:
    1056           0 :                 return "A frame consolidation has been executed.";
    1057           0 :                 break;
    1058           0 :         case 0x2ad:
    1059           0 :                 return "{Registry Hive Recovered} Registry hive (file): %hs was corrupted and it has been recovered. Some data might have been lost.";
    1060           0 :                 break;
    1061           0 :         case 0x2ae:
    1062           0 :                 return "The application is attempting to run executable code from the module %hs. This might be insecure. An alternative, %hs, is available. Should the application use the secure module %hs?";
    1063           0 :                 break;
    1064           0 :         case 0x2af:
    1065           0 :                 return "The application is loading executable code from the module %hs. This is secure, but might be incompatible with previous releases of the operating system. An alternative, %hs, is available. Should the application use the secure module %hs?";
    1066           0 :                 break;
    1067           0 :         case 0x2b0:
    1068           0 :                 return "Debugger did not handle the exception.";
    1069           0 :                 break;
    1070           0 :         case 0x2b1:
    1071           0 :                 return "Debugger will reply later.";
    1072           0 :                 break;
    1073           0 :         case 0x2b2:
    1074           0 :                 return "Debugger cannot provide handle.";
    1075           0 :                 break;
    1076           0 :         case 0x2b3:
    1077           0 :                 return "Debugger terminated thread.";
    1078           0 :                 break;
    1079           0 :         case 0x2b4:
    1080           0 :                 return "Debugger terminated process.";
    1081           0 :                 break;
    1082           0 :         case 0x2b5:
    1083           0 :                 return "Debugger got control C.";
    1084           0 :                 break;
    1085           0 :         case 0x2b6:
    1086           0 :                 return "Debugger printed exception on control C.";
    1087           0 :                 break;
    1088           0 :         case 0x2b7:
    1089           0 :                 return "Debugger received Routing Information Protocol (RIP) exception.";
    1090           0 :                 break;
    1091           0 :         case 0x2b8:
    1092           0 :                 return "Debugger received control break.";
    1093           0 :                 break;
    1094           0 :         case 0x2b9:
    1095           0 :                 return "Debugger command communication exception.";
    1096           0 :                 break;
    1097           0 :         case 0x2ba:
    1098           0 :                 return "{Object Exists} An attempt was made to create an object and the object name already existed.";
    1099           0 :                 break;
    1100           0 :         case 0x2bb:
    1101           0 :                 return "{Thread Suspended} A thread termination occurred while the thread was suspended. The thread was resumed and termination proceeded.";
    1102           0 :                 break;
    1103           0 :         case 0x2bc:
    1104           0 :                 return "{Image Relocated} An image file could not be mapped at the address specified in the image file. Local fixes must be performed on this image.";
    1105           0 :                 break;
    1106           0 :         case 0x2bd:
    1107           0 :                 return "This informational level status indicates that a specified registry subtree transaction state did not yet exist and had to be created.";
    1108           0 :                 break;
    1109           0 :         case 0x2be:
    1110           0 :                 return "{Segment Load} A virtual DOS machine (VDM) is loading, unloading, or moving an MS-DOS or Win16 program segment image. An exception is raised so a debugger can load, unload, or track symbols and breakpoints within these 16-bit segments.";
    1111           0 :                 break;
    1112           0 :         case 0x2bf:
    1113           0 :                 return "{Invalid Current Directory} The process cannot switch to the startup current directory %hs. Select OK to set current directory to %hs, or select CANCEL to exit.";
    1114           0 :                 break;
    1115           0 :         case 0x2c0:
    1116           0 :                 return "{Redundant Read} To satisfy a read request, the NT fault-tolerant file system successfully read the requested data from a redundant copy. This was done because the file system encountered a failure on a member of the fault-tolerant volume, but it was unable to reassign the failing area of the device.";
    1117           0 :                 break;
    1118           0 :         case 0x2c1:
    1119           0 :                 return "{Redundant Write} To satisfy a write request, the Windows NT operating system fault-tolerant file system successfully wrote a redundant copy of the information. This was done because the file system encountered a failure on a member of the fault-tolerant volume, but it was not able to reassign the failing area of the device.";
    1120           0 :                 break;
    1121           0 :         case 0x2c2:
    1122           0 :                 return "{Machine Type Mismatch} The image file %hs is valid, but is for a machine type other than the current machine. Select OK to continue, or CANCEL to fail the DLL load.";
    1123           0 :                 break;
    1124           0 :         case 0x2c3:
    1125           0 :                 return "{Partial Data Received} The network transport returned partial data to its client. The remaining data will be sent later.";
    1126           0 :                 break;
    1127           0 :         case 0x2c4:
    1128           0 :                 return "{Expedited Data Received} The network transport returned data to its client that was marked as expedited by the remote system.";
    1129           0 :                 break;
    1130           0 :         case 0x2c5:
    1131           0 :                 return "{Partial Expedited Data Received} The network transport returned partial data to its client and this data was marked as expedited by the remote system. The remaining data will be sent later.";
    1132           0 :                 break;
    1133           0 :         case 0x2c6:
    1134           0 :                 return "{TDI Event Done} The TDI indication has completed successfully.";
    1135           0 :                 break;
    1136           0 :         case 0x2c7:
    1137           0 :                 return "{TDI Event Pending} The TDI indication has entered the pending state.";
    1138           0 :                 break;
    1139           0 :         case 0x2c8:
    1140           0 :                 return "Checking file system on %wZ.";
    1141           0 :                 break;
    1142           0 :         case 0x2c9:
    1143           0 :                 return "{Fatal Application Exit} %hs.";
    1144           0 :                 break;
    1145           0 :         case 0x2ca:
    1146           0 :                 return "The specified registry key is referenced by a predefined handle.";
    1147           0 :                 break;
    1148           0 :         case 0x2cb:
    1149           0 :                 return "{Page Unlocked} The page protection of a locked page was changed to 'No Access' and the page was unlocked from memory and from the process.";
    1150           0 :                 break;
    1151           0 :         case 0x2cd:
    1152           0 :                 return "{Page Locked} One of the pages to lock was already locked.";
    1153           0 :                 break;
    1154           0 :         case 0x2cf:
    1155           0 :                 return "The value already corresponds with a Win 32 error code.";
    1156           0 :                 break;
    1157           0 :         case 0x2d0:
    1158           0 :                 return "{Machine Type Mismatch} The image file %hs is valid, but is for a machine type other than the current machine.";
    1159           0 :                 break;
    1160           0 :         case 0x2d1:
    1161           0 :                 return "A yield execution was performed and no thread was available to run.";
    1162           0 :                 break;
    1163           0 :         case 0x2d2:
    1164           0 :                 return "The resume flag to a timer API was ignored.";
    1165           0 :                 break;
    1166           0 :         case 0x2d3:
    1167           0 :                 return "The arbiter has deferred arbitration of these resources to its parent.";
    1168           0 :                 break;
    1169           0 :         case 0x2d4:
    1170           0 :                 return "The inserted CardBus device cannot be started because of a configuration error on %hs\".\"";
    1171           0 :                 break;
    1172           0 :         case 0x2d5:
    1173           0 :                 return "The CPUs in this multiprocessor system are not all the same revision level. To use all processors the operating system restricts itself to the features of the least capable processor in the system. If problems occur with this system, contact the CPU manufacturer to see if this mix of processors is supported.";
    1174           0 :                 break;
    1175           0 :         case 0x2d6:
    1176           0 :                 return "The system was put into hibernation.";
    1177           0 :                 break;
    1178           0 :         case 0x2d7:
    1179           0 :                 return "The system was resumed from hibernation.";
    1180           0 :                 break;
    1181           0 :         case 0x2d8:
    1182           0 :                 return "Windows has detected that the system firmware (BIOS) was updated (previous firmware date = %2, current firmware date %3).";
    1183           0 :                 break;
    1184           0 :         case 0x2d9:
    1185           0 :                 return "A device driver is leaking locked I/O pages, causing system degradation. The system has automatically enabled a tracking code to try and catch the culprit.";
    1186           0 :                 break;
    1187           0 :         case 0x2da:
    1188           0 :                 return "The system has awoken.";
    1189           0 :                 break;
    1190           0 :         case 0x2df:
    1191           0 :                 return "The call failed because the handle associated with it was closed.";
    1192           0 :                 break;
    1193           0 :         case 0x2e4:
    1194           0 :                 return "The requested operation requires elevation.";
    1195           0 :                 break;
    1196           0 :         case 0x2e5:
    1197           0 :                 return "A reparse should be performed by the object manager because the name of the file resulted in a symbolic link.";
    1198           0 :                 break;
    1199           0 :         case 0x2e6:
    1200           0 :                 return "An open/create operation completed while an oplock break is underway.";
    1201           0 :                 break;
    1202           0 :         case 0x2e7:
    1203           0 :                 return "A new volume has been mounted by a file system.";
    1204           0 :                 break;
    1205           0 :         case 0x2e8:
    1206           0 :                 return "This success level status indicates that the transaction state already exists for the registry subtree, but that a transaction commit was previously aborted. The commit has now been completed.";
    1207           0 :                 break;
    1208           0 :         case 0x2e9:
    1209           0 :                 return "This indicates that a notify change request has been completed due to closing the handle which made the notify change request.";
    1210           0 :                 break;
    1211           0 :         case 0x2ea:
    1212           0 :                 return "{Connect Failure on Primary Transport} An attempt was made to connect to the remote server %hs on the primary transport, but the connection failed. The computer was able to connect on a secondary transport.";
    1213           0 :                 break;
    1214           0 :         case 0x2eb:
    1215           0 :                 return "Page fault was a transition fault.";
    1216           0 :                 break;
    1217           0 :         case 0x2ec:
    1218           0 :                 return "Page fault was a demand zero fault.";
    1219           0 :                 break;
    1220           0 :         case 0x2ed:
    1221           0 :                 return "Page fault was a demand zero fault.";
    1222           0 :                 break;
    1223           0 :         case 0x2ee:
    1224           0 :                 return "Page fault was a demand zero fault.";
    1225           0 :                 break;
    1226           0 :         case 0x2ef:
    1227           0 :                 return "Page fault was satisfied by reading from a secondary storage device.";
    1228           0 :                 break;
    1229           0 :         case 0x2f0:
    1230           0 :                 return "Cached page was locked during operation.";
    1231           0 :                 break;
    1232           0 :         case 0x2f1:
    1233           0 :                 return "Crash dump exists in paging file.";
    1234           0 :                 break;
    1235           0 :         case 0x2f2:
    1236           0 :                 return "Specified buffer contains all zeros.";
    1237           0 :                 break;
    1238           0 :         case 0x2f3:
    1239           0 :                 return "A reparse should be performed by the object manager because the name of the file resulted in a symbolic link.";
    1240           0 :                 break;
    1241           0 :         case 0x2f4:
    1242           0 :                 return "The device has succeeded a query-stop and its resource requirements have changed.";
    1243           0 :                 break;
    1244           0 :         case 0x2f5:
    1245           0 :                 return "The translator has translated these resources into the global space and no further translations should be performed.";
    1246           0 :                 break;
    1247           0 :         case 0x2f6:
    1248           0 :                 return "A process being terminated has no threads to terminate.";
    1249           0 :                 break;
    1250           0 :         case 0x2f7:
    1251           0 :                 return "The specified process is not part of a job.";
    1252           0 :                 break;
    1253           0 :         case 0x2f8:
    1254           0 :                 return "The specified process is part of a job.";
    1255           0 :                 break;
    1256           0 :         case 0x2f9:
    1257           0 :                 return "{Volume Shadow Copy Service} The system is now ready for hibernation.";
    1258           0 :                 break;
    1259           0 :         case 0x2fa:
    1260           0 :                 return "A file system or file system filter driver has successfully completed an FsFilter operation.";
    1261           0 :                 break;
    1262           0 :         case 0x2fb:
    1263           0 :                 return "The specified interrupt vector was already connected.";
    1264           0 :                 break;
    1265           0 :         case 0x2fc:
    1266           0 :                 return "The specified interrupt vector is still connected.";
    1267           0 :                 break;
    1268           0 :         case 0x2fd:
    1269           0 :                 return "An operation is blocked waiting for an oplock.";
    1270           0 :                 break;
    1271           0 :         case 0x2fe:
    1272           0 :                 return "Debugger handled exception.";
    1273           0 :                 break;
    1274           0 :         case 0x2ff:
    1275           0 :                 return "Debugger continued.";
    1276           0 :                 break;
    1277           0 :         case 0x300:
    1278           0 :                 return "An exception occurred in a user mode callback and the kernel callback frame should be removed.";
    1279           0 :                 break;
    1280           0 :         case 0x301:
    1281           0 :                 return "Compression is disabled for this volume.";
    1282           0 :                 break;
    1283           0 :         case 0x302:
    1284           0 :                 return "The data provider cannot fetch backward through a result set.";
    1285           0 :                 break;
    1286           0 :         case 0x303:
    1287           0 :                 return "The data provider cannot scroll backward through a result set.";
    1288           0 :                 break;
    1289           0 :         case 0x304:
    1290           0 :                 return "The data provider requires that previously fetched data is released before asking for more data.";
    1291           0 :                 break;
    1292           0 :         case 0x305:
    1293           0 :                 return "The data provider was not able to interpret the flags set for a column binding in an accessor.";
    1294           0 :                 break;
    1295           0 :         case 0x306:
    1296           0 :                 return "One or more errors occurred while processing the request.";
    1297           0 :                 break;
    1298           0 :         case 0x307:
    1299           0 :                 return "The implementation is not capable of performing the request.";
    1300           0 :                 break;
    1301           0 :         case 0x308:
    1302           0 :                 return "The client of a component requested an operation that is not valid given the state of the component instance.";
    1303           0 :                 break;
    1304           0 :         case 0x309:
    1305           0 :                 return "A version number could not be parsed.";
    1306           0 :                 break;
    1307           0 :         case 0x30a:
    1308           0 :                 return "The iterator's start position is invalid.";
    1309           0 :                 break;
    1310           0 :         case 0x30b:
    1311           0 :                 return "The hardware has reported an uncorrectable memory error.";
    1312           0 :                 break;
    1313           0 :         case 0x30c:
    1314           0 :                 return "The attempted operation required self-healing to be enabled.";
    1315           0 :                 break;
    1316           0 :         case 0x30d:
    1317           0 :                 return "The Desktop heap encountered an error while allocating session memory. There is more information in the system event log.";
    1318           0 :                 break;
    1319           0 :         case 0x30e:
    1320           0 :                 return "The system power state is transitioning from %2 to %3.";
    1321           0 :                 break;
    1322           0 :         case 0x30f:
    1323           0 :                 return "The system power state is transitioning from %2 to %3 but could enter %4.";
    1324           0 :                 break;
    1325           0 :         case 0x310:
    1326           0 :                 return "A thread is getting dispatched with MCA EXCEPTION because of MCA.";
    1327           0 :                 break;
    1328           0 :         case 0x311:
    1329           0 :                 return "Access to %1 is monitored by policy rule %2.";
    1330           0 :                 break;
    1331           0 :         case 0x312:
    1332           0 :                 return "Access to %1 has been restricted by your administrator by policy rule %2.";
    1333           0 :                 break;
    1334           0 :         case 0x313:
    1335           0 :                 return "A valid hibernation file has been invalidated and should be abandoned.";
    1336           0 :                 break;
    1337           0 :         case 0x314:
    1338           0 :                 return "{Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error can be caused by network connectivity issues. Try to save this file elsewhere.";
    1339           0 :                 break;
    1340           0 :         case 0x315:
    1341           0 :                 return "{Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error was returned by the server on which the file exists. Try to save this file elsewhere.";
    1342           0 :                 break;
    1343           0 :         case 0x316:
    1344           0 :                 return "{Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error can be caused if the device has been removed or the media is write-protected.";
    1345           0 :                 break;
    1346           0 :         case 0x3e2:
    1347           0 :                 return "Access to the extended attribute was denied.";
    1348           0 :                 break;
    1349           0 :         case 0x3e3:
    1350           0 :                 return "The I/O operation has been aborted because of either a thread exit or an application request.";
    1351           0 :                 break;
    1352           0 :         case 0x3e4:
    1353           0 :                 return "Overlapped I/O event is not in a signaled state.";
    1354           0 :                 break;
    1355           0 :         case 0x3e5:
    1356           0 :                 return "Overlapped I/O operation is in progress.";
    1357           0 :                 break;
    1358           0 :         case 0x3e6:
    1359           0 :                 return "Invalid access to memory location.";
    1360           0 :                 break;
    1361           0 :         case 0x3e7:
    1362           0 :                 return "Error performing in-page operation.";
    1363           0 :                 break;
    1364           0 :         case 0x3e9:
    1365           0 :                 return "Recursion too deep; the stack overflowed.";
    1366           0 :                 break;
    1367           0 :         case 0x3ea:
    1368           0 :                 return "The window cannot act on the sent message.";
    1369           0 :                 break;
    1370           0 :         case 0x3eb:
    1371           0 :                 return "Cannot complete this function.";
    1372           0 :                 break;
    1373           0 :         case 0x3ec:
    1374           0 :                 return "Invalid flags.";
    1375           0 :                 break;
    1376           0 :         case 0x3ed:
    1377           0 :                 return "The volume does not contain a recognized file system. Be sure that all required file system drivers are loaded and that the volume is not corrupted.";
    1378           0 :                 break;
    1379           0 :         case 0x3ee:
    1380           0 :                 return "The volume for a file has been externally altered so that the opened file is no longer valid.";
    1381           0 :                 break;
    1382           0 :         case 0x3ef:
    1383           0 :                 return "The requested operation cannot be performed in full-screen mode.";
    1384           0 :                 break;
    1385           0 :         case 0x3f0:
    1386           0 :                 return "An attempt was made to reference a token that does not exist.";
    1387           0 :                 break;
    1388           0 :         case 0x3f1:
    1389           0 :                 return "The configuration registry database is corrupt.";
    1390           0 :                 break;
    1391           0 :         case 0x3f2:
    1392           0 :                 return "The configuration registry key is invalid.";
    1393           0 :                 break;
    1394           0 :         case 0x3f3:
    1395           0 :                 return "The configuration registry key could not be opened.";
    1396           0 :                 break;
    1397           0 :         case 0x3f4:
    1398           0 :                 return "The configuration registry key could not be read.";
    1399           0 :                 break;
    1400           0 :         case 0x3f5:
    1401           0 :                 return "The configuration registry key could not be written.";
    1402           0 :                 break;
    1403           0 :         case 0x3f6:
    1404           0 :                 return "One of the files in the registry database had to be recovered by use of a log or alternate copy. The recovery was successful.";
    1405           0 :                 break;
    1406           0 :         case 0x3f7:
    1407           0 :                 return "The registry is corrupted. The structure of one of the files containing registry data is corrupted, or the system's memory image of the file is corrupted, or the file could not be recovered because the alternate copy or log was absent or corrupted.";
    1408           0 :                 break;
    1409           0 :         case 0x3f8:
    1410           0 :                 return "An I/O operation initiated by the registry failed and cannot be recovered. The registry could not read in, write out, or flush one of the files that contain the system's image of the registry.";
    1411           0 :                 break;
    1412           0 :         case 0x3f9:
    1413           0 :                 return "The system attempted to load or restore a file into the registry, but the specified file is not in a registry file format.";
    1414           0 :                 break;
    1415           0 :         case 0x3fa:
    1416           0 :                 return "Illegal operation attempted on a registry key that has been marked for deletion.";
    1417           0 :                 break;
    1418           0 :         case 0x3fb:
    1419           0 :                 return "System could not allocate the required space in a registry log.";
    1420           0 :                 break;
    1421           0 :         case 0x3fc:
    1422           0 :                 return "Cannot create a symbolic link in a registry key that already has subkeys or values.";
    1423           0 :                 break;
    1424           0 :         case 0x3fd:
    1425           0 :                 return "Cannot create a stable subkey under a volatile parent key.";
    1426           0 :                 break;
    1427           0 :         case 0x3fe:
    1428           0 :                 return "A notify change request is being completed and the information is not being returned in the caller's buffer. The caller now needs to enumerate the files to find the changes.";
    1429           0 :                 break;
    1430           0 :         case 0x41b:
    1431           0 :                 return "A stop control has been sent to a service that other running services are dependent on.";
    1432           0 :                 break;
    1433           0 :         case 0x41c:
    1434           0 :                 return "The requested control is not valid for this service.";
    1435           0 :                 break;
    1436           0 :         case 0x41d:
    1437           0 :                 return "The service did not respond to the start or control request in a timely fashion.";
    1438           0 :                 break;
    1439           0 :         case 0x41e:
    1440           0 :                 return "A thread could not be created for the service.";
    1441           0 :                 break;
    1442           0 :         case 0x41f:
    1443           0 :                 return "The service database is locked.";
    1444           0 :                 break;
    1445           0 :         case 0x420:
    1446           0 :                 return "An instance of the service is already running.";
    1447           0 :                 break;
    1448           0 :         case 0x421:
    1449           0 :                 return "The account name is invalid or does not exist, or the password is invalid for the account name specified.";
    1450           0 :                 break;
    1451           0 :         case 0x422:
    1452           0 :                 return "The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.";
    1453           0 :                 break;
    1454           0 :         case 0x423:
    1455           0 :                 return "Circular service dependency was specified.";
    1456           0 :                 break;
    1457           0 :         case 0x424:
    1458           0 :                 return "The specified service does not exist as an installed service.";
    1459           0 :                 break;
    1460           0 :         case 0x425:
    1461           0 :                 return "The service cannot accept control messages at this time.";
    1462           0 :                 break;
    1463           0 :         case 0x426:
    1464           0 :                 return "The service has not been started.";
    1465           0 :                 break;
    1466           0 :         case 0x427:
    1467           0 :                 return "The service process could not connect to the service controller.";
    1468           0 :                 break;
    1469           0 :         case 0x428:
    1470           0 :                 return "An exception occurred in the service when handling the control request.";
    1471           0 :                 break;
    1472           0 :         case 0x429:
    1473           0 :                 return "The database specified does not exist.";
    1474           0 :                 break;
    1475           0 :         case 0x42a:
    1476           0 :                 return "The service has returned a service-specific error code.";
    1477           0 :                 break;
    1478           0 :         case 0x42b:
    1479           0 :                 return "The process terminated unexpectedly.";
    1480           0 :                 break;
    1481           0 :         case 0x42c:
    1482           0 :                 return "The dependency service or group failed to start.";
    1483           0 :                 break;
    1484           0 :         case 0x42d:
    1485           0 :                 return "The service did not start due to a logon failure.";
    1486           0 :                 break;
    1487           0 :         case 0x42e:
    1488           0 :                 return "After starting, the service stopped responding in a start-pending state.";
    1489           0 :                 break;
    1490           0 :         case 0x42f:
    1491           0 :                 return "The specified service database lock is invalid.";
    1492           0 :                 break;
    1493           0 :         case 0x430:
    1494           0 :                 return "The specified service has been marked for deletion.";
    1495           0 :                 break;
    1496           0 :         case 0x431:
    1497           0 :                 return "The specified service already exists.";
    1498           0 :                 break;
    1499           0 :         case 0x432:
    1500           0 :                 return "The system is currently running with the last-known-good configuration.";
    1501           0 :                 break;
    1502           0 :         case 0x433:
    1503           0 :                 return "The dependency service does not exist or has been marked for deletion.";
    1504           0 :                 break;
    1505           0 :         case 0x434:
    1506           0 :                 return "The current boot has already been accepted for use as the last-known-good control set.";
    1507           0 :                 break;
    1508           0 :         case 0x435:
    1509           0 :                 return "No attempts to start the service have been made since the last boot.";
    1510           0 :                 break;
    1511           0 :         case 0x436:
    1512           0 :                 return "The name is already in use as either a service name or a service display name.";
    1513           0 :                 break;
    1514           0 :         case 0x437:
    1515           0 :                 return "The account specified for this service is different from the account specified for other services running in the same process.";
    1516           0 :                 break;
    1517           0 :         case 0x438:
    1518           0 :                 return "Failure actions can only be set for Win32 services, not for drivers.";
    1519           0 :                 break;
    1520           0 :         case 0x439:
    1521           0 :                 return "This service runs in the same process as the service control manager. Therefore, the service control manager cannot take action if this service's process terminates unexpectedly.";
    1522           0 :                 break;
    1523           0 :         case 0x43a:
    1524           0 :                 return "No recovery program has been configured for this service.";
    1525           0 :                 break;
    1526           0 :         case 0x43b:
    1527           0 :                 return "The executable program that this service is configured to run in does not implement the service.";
    1528           0 :                 break;
    1529           0 :         case 0x43c:
    1530           0 :                 return "This service cannot be started in Safe Mode.";
    1531           0 :                 break;
    1532           0 :         case 0x44c:
    1533           0 :                 return "The physical end of the tape has been reached.";
    1534           0 :                 break;
    1535           0 :         case 0x44d:
    1536           0 :                 return "A tape access reached a filemark.";
    1537           0 :                 break;
    1538           0 :         case 0x44e:
    1539           0 :                 return "The beginning of the tape or a partition was encountered.";
    1540           0 :                 break;
    1541           0 :         case 0x44f:
    1542           0 :                 return "A tape access reached the end of a set of files.";
    1543           0 :                 break;
    1544           0 :         case 0x450:
    1545           0 :                 return "No more data is on the tape.";
    1546           0 :                 break;
    1547           0 :         case 0x451:
    1548           0 :                 return "Tape could not be partitioned.";
    1549           0 :                 break;
    1550           0 :         case 0x452:
    1551           0 :                 return "When accessing a new tape of a multivolume partition, the current block size is incorrect.";
    1552           0 :                 break;
    1553           0 :         case 0x453:
    1554           0 :                 return "Tape partition information could not be found when loading a tape.";
    1555           0 :                 break;
    1556           0 :         case 0x454:
    1557           0 :                 return "Unable to lock the media eject mechanism.";
    1558           0 :                 break;
    1559           0 :         case 0x455:
    1560           0 :                 return "Unable to unload the media.";
    1561           0 :                 break;
    1562           0 :         case 0x456:
    1563           0 :                 return "The media in the drive might have changed.";
    1564           0 :                 break;
    1565           0 :         case 0x457:
    1566           0 :                 return "The I/O bus was reset.";
    1567           0 :                 break;
    1568           0 :         case 0x458:
    1569           0 :                 return "No media in drive.";
    1570           0 :                 break;
    1571           0 :         case 0x459:
    1572           0 :                 return "No mapping for the Unicode character exists in the target multibyte code page.";
    1573           0 :                 break;
    1574           0 :         case 0x45a:
    1575           0 :                 return "A DLL initialization routine failed.";
    1576           0 :                 break;
    1577           0 :         case 0x45b:
    1578           0 :                 return "A system shutdown is in progress.";
    1579           0 :                 break;
    1580           0 :         case 0x45c:
    1581           0 :                 return "Unable to abort the system shutdown because no shutdown was in progress.";
    1582           0 :                 break;
    1583           0 :         case 0x45d:
    1584           0 :                 return "The request could not be performed because of an I/O device error.";
    1585           0 :                 break;
    1586           0 :         case 0x45e:
    1587           0 :                 return "No serial device was successfully initialized. The serial driver will unload.";
    1588           0 :                 break;
    1589           0 :         case 0x45f:
    1590           0 :                 return "Unable to open a device that was sharing an IRQ with other devices. At least one other device that uses that IRQ was already opened.";
    1591           0 :                 break;
    1592           0 :         case 0x460:
    1593           0 :                 return "A serial I/O operation was completed by another write to the serial port. (The IOCTL_SERIAL_XOFF_COUNTER reached zero.)";
    1594           0 :                 break;
    1595           0 :         case 0x461:
    1596           0 :                 return "A serial I/O operation completed because the time-out period expired. (The IOCTL_SERIAL_XOFF_COUNTER did not reach zero.)";
    1597           0 :                 break;
    1598           0 :         case 0x462:
    1599           0 :                 return "No ID address mark was found on the floppy disk.";
    1600           0 :                 break;
    1601           0 :         case 0x463:
    1602           0 :                 return "Mismatch between the floppy disk sector ID field and the floppy disk controller track address.";
    1603           0 :                 break;
    1604           0 :         case 0x464:
    1605           0 :                 return "The floppy disk controller reported an error that is not recognized by the floppy disk driver.";
    1606           0 :                 break;
    1607           0 :         case 0x465:
    1608           0 :                 return "The floppy disk controller returned inconsistent results in its registers.";
    1609           0 :                 break;
    1610           0 :         case 0x466:
    1611           0 :                 return "While accessing the hard disk, a recalibrate operation failed, even after retries.";
    1612           0 :                 break;
    1613           0 :         case 0x467:
    1614           0 :                 return "While accessing the hard disk, a disk operation failed even after retries.";
    1615           0 :                 break;
    1616           0 :         case 0x468:
    1617           0 :                 return "While accessing the hard disk, a disk controller reset was needed, but that also failed.";
    1618           0 :                 break;
    1619           0 :         case 0x469:
    1620           0 :                 return "Physical end of tape encountered.";
    1621           0 :                 break;
    1622           0 :         case 0x46a:
    1623           0 :                 return "Not enough server storage is available to process this command.";
    1624           0 :                 break;
    1625           0 :         case 0x46b:
    1626           0 :                 return "A potential deadlock condition has been detected.";
    1627           0 :                 break;
    1628           0 :         case 0x46c:
    1629           0 :                 return "The base address or the file offset specified does not have the proper alignment.";
    1630           0 :                 break;
    1631           0 :         case 0x474:
    1632           0 :                 return "An attempt to change the system power state was vetoed by another application or driver.";
    1633           0 :                 break;
    1634           0 :         case 0x475:
    1635           0 :                 return "The system BIOS failed an attempt to change the system power state.";
    1636           0 :                 break;
    1637           0 :         case 0x476:
    1638           0 :                 return "An attempt was made to create more links on a file than the file system supports.";
    1639           0 :                 break;
    1640           0 :         case 0x47e:
    1641           0 :                 return "The specified program requires a newer version of Windows.";
    1642           0 :                 break;
    1643           0 :         case 0x47f:
    1644           0 :                 return "The specified program is not a Windows or MS-DOS program.";
    1645           0 :                 break;
    1646           0 :         case 0x480:
    1647           0 :                 return "Cannot start more than one instance of the specified program.";
    1648           0 :                 break;
    1649           0 :         case 0x481:
    1650           0 :                 return "The specified program was written for an earlier version of Windows.";
    1651           0 :                 break;
    1652           0 :         case 0x482:
    1653           0 :                 return "One of the library files needed to run this application is damaged.";
    1654           0 :                 break;
    1655           0 :         case 0x483:
    1656           0 :                 return "No application is associated with the specified file for this operation.";
    1657           0 :                 break;
    1658           0 :         case 0x484:
    1659           0 :                 return "An error occurred in sending the command to the application.";
    1660           0 :                 break;
    1661           0 :         case 0x485:
    1662           0 :                 return "One of the library files needed to run this application cannot be found.";
    1663           0 :                 break;
    1664           0 :         case 0x486:
    1665           0 :                 return "The current process has used all of its system allowance of handles for Windows manager objects.";
    1666           0 :                 break;
    1667           0 :         case 0x487:
    1668           0 :                 return "The message can be used only with synchronous operations.";
    1669           0 :                 break;
    1670           0 :         case 0x488:
    1671           0 :                 return "The indicated source element has no media.";
    1672           0 :                 break;
    1673           0 :         case 0x489:
    1674           0 :                 return "The indicated destination element already contains media.";
    1675           0 :                 break;
    1676           0 :         case 0x48a:
    1677           0 :                 return "The indicated element does not exist.";
    1678           0 :                 break;
    1679           0 :         case 0x48b:
    1680           0 :                 return "The indicated element is part of a magazine that is not present.";
    1681           0 :                 break;
    1682           0 :         case 0x48c:
    1683           0 :                 return "The indicated device requires re-initialization due to hardware errors.";
    1684           0 :                 break;
    1685           0 :         case 0x48d:
    1686           0 :                 return "The device has indicated that cleaning is required before further operations are attempted.";
    1687           0 :                 break;
    1688           0 :         case 0x48e:
    1689           0 :                 return "The device has indicated that its door is open.";
    1690           0 :                 break;
    1691           0 :         case 0x48f:
    1692           0 :                 return "The device is not connected.";
    1693           0 :                 break;
    1694           0 :         case 0x490:
    1695           0 :                 return "Element not found.";
    1696           0 :                 break;
    1697           0 :         case 0x491:
    1698           0 :                 return "There was no match for the specified key in the index.";
    1699           0 :                 break;
    1700           0 :         case 0x492:
    1701           0 :                 return "The property set specified does not exist on the object.";
    1702           0 :                 break;
    1703           0 :         case 0x493:
    1704           0 :                 return "The point passed to GetMouseMovePoints is not in the buffer.";
    1705           0 :                 break;
    1706           0 :         case 0x494:
    1707           0 :                 return "The tracking (workstation) service is not running.";
    1708           0 :                 break;
    1709           0 :         case 0x495:
    1710           0 :                 return "The volume ID could not be found.";
    1711           0 :                 break;
    1712           0 :         case 0x497:
    1713           0 :                 return "Unable to remove the file to be replaced.";
    1714           0 :                 break;
    1715           0 :         case 0x498:
    1716           0 :                 return "Unable to move the replacement file to the file to be replaced. The file to be replaced has retained its original name.";
    1717           0 :                 break;
    1718           0 :         case 0x499:
    1719           0 :                 return "Unable to move the replacement file to the file to be replaced. The file to be replaced has been renamed using the backup name.";
    1720           0 :                 break;
    1721           0 :         case 0x49a:
    1722           0 :                 return "The volume change journal is being deleted.";
    1723           0 :                 break;
    1724           0 :         case 0x49b:
    1725           0 :                 return "The volume change journal is not active.";
    1726           0 :                 break;
    1727           0 :         case 0x49c:
    1728           0 :                 return "A file was found, but it might not be the correct file.";
    1729           0 :                 break;
    1730           0 :         case 0x49d:
    1731           0 :                 return "The journal entry has been deleted from the journal.";
    1732           0 :                 break;
    1733           0 :         case 0x4a6:
    1734           0 :                 return "A system shutdown has already been scheduled.";
    1735           0 :                 break;
    1736           0 :         case 0x4a7:
    1737           0 :                 return "The system shutdown cannot be initiated because there are other users logged on to the computer.";
    1738           0 :                 break;
    1739           0 :         case 0x4b0:
    1740           0 :                 return "The specified device name is invalid.";
    1741           0 :                 break;
    1742           0 :         case 0x4b1:
    1743           0 :                 return "The device is not currently connected but it is a remembered connection.";
    1744           0 :                 break;
    1745           0 :         case 0x4b2:
    1746           0 :                 return "The local device name has a remembered connection to another network resource.";
    1747           0 :                 break;
    1748           0 :         case 0x4b3:
    1749           0 :                 return "The network path was either typed incorrectly, does not exist, or the network provider is not currently available. Try retyping the path or contact your network administrator.";
    1750           0 :                 break;
    1751           0 :         case 0x4b4:
    1752           0 :                 return "The specified network provider name is invalid.";
    1753           0 :                 break;
    1754           0 :         case 0x4b5:
    1755           0 :                 return "Unable to open the network connection profile.";
    1756           0 :                 break;
    1757           0 :         case 0x4b6:
    1758           0 :                 return "The network connection profile is corrupted.";
    1759           0 :                 break;
    1760           0 :         case 0x4b7:
    1761           0 :                 return "Cannot enumerate a noncontainer.";
    1762           0 :                 break;
    1763           0 :         case 0x4b8:
    1764           0 :                 return "An extended error has occurred.";
    1765           0 :                 break;
    1766           0 :         case 0x4b9:
    1767           0 :                 return "The format of the specified group name is invalid.";
    1768           0 :                 break;
    1769           0 :         case 0x4ba:
    1770           0 :                 return "The format of the specified computer name is invalid.";
    1771           0 :                 break;
    1772           0 :         case 0x4bb:
    1773           0 :                 return "The format of the specified event name is invalid.";
    1774           0 :                 break;
    1775           0 :         case 0x4bc:
    1776           0 :                 return "The format of the specified domain name is invalid.";
    1777           0 :                 break;
    1778           0 :         case 0x4bd:
    1779           0 :                 return "The format of the specified service name is invalid.";
    1780           0 :                 break;
    1781           0 :         case 0x4be:
    1782           0 :                 return "The format of the specified network name is invalid.";
    1783           0 :                 break;
    1784           0 :         case 0x4bf:
    1785           0 :                 return "The format of the specified share name is invalid.";
    1786           0 :                 break;
    1787           0 :         case 0x4c0:
    1788           0 :                 return "The format of the specified password is invalid.";
    1789           0 :                 break;
    1790           0 :         case 0x4c1:
    1791           0 :                 return "The format of the specified message name is invalid.";
    1792           0 :                 break;
    1793           0 :         case 0x4c2:
    1794           0 :                 return "The format of the specified message destination is invalid.";
    1795           0 :                 break;
    1796           0 :         case 0x4c3:
    1797           0 :                 return "Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resource and try again.";
    1798           0 :                 break;
    1799           0 :         case 0x4c4:
    1800           0 :                 return "An attempt was made to establish a session to a network server, but there are already too many sessions established to that server.";
    1801           0 :                 break;
    1802           0 :         case 0x4c5:
    1803           0 :                 return "The workgroup or domain name is already in use by another computer on the network.";
    1804           0 :                 break;
    1805           0 :         case 0x4c6:
    1806           0 :                 return "The network is not present or not started.";
    1807           0 :                 break;
    1808           0 :         case 0x4c7:
    1809           0 :                 return "The operation was canceled by the user.";
    1810           0 :                 break;
    1811           0 :         case 0x4c8:
    1812           0 :                 return "The requested operation cannot be performed on a file with a user-mapped section open.";
    1813           0 :                 break;
    1814           0 :         case 0x4c9:
    1815           0 :                 return "The remote system refused the network connection.";
    1816           0 :                 break;
    1817           0 :         case 0x4ca:
    1818           0 :                 return "The network connection was gracefully closed.";
    1819           0 :                 break;
    1820           0 :         case 0x4cb:
    1821           0 :                 return "The network transport endpoint already has an address associated with it.";
    1822           0 :                 break;
    1823           0 :         case 0x4cc:
    1824           0 :                 return "An address has not yet been associated with the network endpoint.";
    1825           0 :                 break;
    1826           0 :         case 0x4cd:
    1827           0 :                 return "An operation was attempted on a nonexistent network connection.";
    1828           0 :                 break;
    1829           0 :         case 0x4ce:
    1830           0 :                 return "An invalid operation was attempted on an active network connection.";
    1831           0 :                 break;
    1832           0 :         case 0x4cf:
    1833           0 :                 return "The network location cannot be reached. For information about network troubleshooting, see Windows Help.";
    1834           0 :                 break;
    1835           0 :         case 0x4d0:
    1836           0 :                 return "The network location cannot be reached. For information about network troubleshooting, see Windows Help.";
    1837           0 :                 break;
    1838           0 :         case 0x4d1:
    1839           0 :                 return "The network location cannot be reached. For information about network troubleshooting, see Windows Help.";
    1840           0 :                 break;
    1841           0 :         case 0x4d2:
    1842           0 :                 return "No service is operating at the destination network endpoint on the remote system.";
    1843           0 :                 break;
    1844           0 :         case 0x4d3:
    1845           0 :                 return "The request was aborted.";
    1846           0 :                 break;
    1847           0 :         case 0x4d4:
    1848           0 :                 return "The network connection was aborted by the local system.";
    1849           0 :                 break;
    1850           0 :         case 0x4d5:
    1851           0 :                 return "The operation could not be completed. A retry should be performed.";
    1852           0 :                 break;
    1853           0 :         case 0x4d6:
    1854           0 :                 return "A connection to the server could not be made because the limit on the number of concurrent connections for this account has been reached.";
    1855           0 :                 break;
    1856           0 :         case 0x4d7:
    1857           0 :                 return "Attempting to log on during an unauthorized time of day for this account.";
    1858           0 :                 break;
    1859           0 :         case 0x4d8:
    1860           0 :                 return "The account is not authorized to log on from this station.";
    1861           0 :                 break;
    1862           0 :         case 0x4d9:
    1863           0 :                 return "The network address could not be used for the operation requested.";
    1864           0 :                 break;
    1865           0 :         case 0x4da:
    1866           0 :                 return "The service is already registered.";
    1867           0 :                 break;
    1868           0 :         case 0x4db:
    1869           0 :                 return "The specified service does not exist.";
    1870           0 :                 break;
    1871           0 :         case 0x4dc:
    1872           0 :                 return "The operation being requested was not performed because the user has not been authenticated.";
    1873           0 :                 break;
    1874           0 :         case 0x4dd:
    1875           0 :                 return "The operation being requested was not performed because the user has not logged on to the network. The specified service does not exist.";
    1876           0 :                 break;
    1877           0 :         case 0x4de:
    1878           0 :                 return "Continue with work in progress.";
    1879           0 :                 break;
    1880           0 :         case 0x4df:
    1881           0 :                 return "An attempt was made to perform an initialization operation when initialization has already been completed.";
    1882           0 :                 break;
    1883           0 :         case 0x4e0:
    1884           0 :                 return "No more local devices.";
    1885           0 :                 break;
    1886           0 :         case 0x4e1:
    1887           0 :                 return "The specified site does not exist.";
    1888           0 :                 break;
    1889           0 :         case 0x4e2:
    1890           0 :                 return "A domain controller with the specified name already exists.";
    1891           0 :                 break;
    1892           0 :         case 0x4e3:
    1893           0 :                 return "This operation is supported only when you are connected to the server.";
    1894           0 :                 break;
    1895           0 :         case 0x4e4:
    1896           0 :                 return "The group policy framework should call the extension even if there are no changes.";
    1897           0 :                 break;
    1898           0 :         case 0x4e5:
    1899           0 :                 return "The specified user does not have a valid profile.";
    1900           0 :                 break;
    1901           0 :         case 0x4e6:
    1902           0 :                 return "This operation is not supported on a computer running Windows Server 2003 operating system for Small Business Server.";
    1903           0 :                 break;
    1904           0 :         case 0x4e7:
    1905           0 :                 return "The server machine is shutting down.";
    1906           0 :                 break;
    1907           0 :         case 0x4e8:
    1908           0 :                 return "The remote system is not available. For information about network troubleshooting, see Windows Help.";
    1909           0 :                 break;
    1910           0 :         case 0x4e9:
    1911           0 :                 return "The security identifier provided is not from an account domain.";
    1912           0 :                 break;
    1913           0 :         case 0x4ea:
    1914           0 :                 return "The security identifier provided does not have a domain component.";
    1915           0 :                 break;
    1916           0 :         case 0x4eb:
    1917           0 :                 return "AppHelp dialog canceled, thus preventing the application from starting.";
    1918           0 :                 break;
    1919           0 :         case 0x4ec:
    1920           0 :                 return "This program is blocked by Group Policy. For more information, contact your system administrator.";
    1921           0 :                 break;
    1922           0 :         case 0x4ed:
    1923           0 :                 return "A program attempt to use an invalid register value. Normally caused by an uninitialized register. This error is Itanium specific.";
    1924           0 :                 break;
    1925           0 :         case 0x4ee:
    1926           0 :                 return "The share is currently offline or does not exist.";
    1927           0 :                 break;
    1928           0 :         case 0x4ef:
    1929           0 :                 return "The Kerberos protocol encountered an error while validating the KDC certificate during smartcard logon. There is more information in the system event log.";
    1930           0 :                 break;
    1931           0 :         case 0x4f0:
    1932           0 :                 return "The Kerberos protocol encountered an error while attempting to utilize the smartcard subsystem.";
    1933           0 :                 break;
    1934           0 :         case 0x4f1:
    1935           0 :                 return "The system detected a possible attempt to compromise security. Ensure that you can contact the server that authenticated you.";
    1936           0 :                 break;
    1937           0 :         case 0x4f7:
    1938           0 :                 return "The machine is locked and cannot be shut down without the force option.";
    1939           0 :                 break;
    1940           0 :         case 0x4f9:
    1941           0 :                 return "An application-defined callback gave invalid data when called.";
    1942           0 :                 break;
    1943           0 :         case 0x4fa:
    1944           0 :                 return "The Group Policy framework should call the extension in the synchronous foreground policy refresh.";
    1945           0 :                 break;
    1946           0 :         case 0x4fb:
    1947           0 :                 return "This driver has been blocked from loading.";
    1948           0 :                 break;
    1949           0 :         case 0x4fc:
    1950           0 :                 return "A DLL referenced a module that was neither a DLL nor the process's executable image.";
    1951           0 :                 break;
    1952           0 :         case 0x4fd:
    1953           0 :                 return "Windows cannot open this program because it has been disabled.";
    1954           0 :                 break;
    1955           0 :         case 0x4fe:
    1956           0 :                 return "Windows cannot open this program because the license enforcement system has been tampered with or become corrupted.";
    1957           0 :                 break;
    1958           0 :         case 0x4ff:
    1959           0 :                 return "A transaction recover failed.";
    1960           0 :                 break;
    1961           0 :         case 0x500:
    1962           0 :                 return "The current thread has already been converted to a fiber.";
    1963           0 :                 break;
    1964           0 :         case 0x501:
    1965           0 :                 return "The current thread has already been converted from a fiber.";
    1966           0 :                 break;
    1967           0 :         case 0x502:
    1968           0 :                 return "The system detected an overrun of a stack-based buffer in this application. This overrun could potentially allow a malicious user to gain control of this application.";
    1969           0 :                 break;
    1970           0 :         case 0x503:
    1971           0 :                 return "Data present in one of the parameters is more than the function can operate on.";
    1972           0 :                 break;
    1973           0 :         case 0x504:
    1974           0 :                 return "An attempt to perform an operation on a debug object failed because the object is in the process of being deleted.";
    1975           0 :                 break;
    1976           0 :         case 0x505:
    1977           0 :                 return "An attempt to delay-load a .dll or get a function address in a delay-loaded .dll failed.";
    1978           0 :                 break;
    1979           0 :         case 0x506:
    1980           0 :                 return "%1 is a 16-bit application. You do not have permissions to execute 16-bit applications. Check your permissions with your system administrator.";
    1981           0 :                 break;
    1982           0 :         case 0x507:
    1983           0 :                 return "Insufficient information exists to identify the cause of failure.";
    1984           0 :                 break;
    1985           0 :         case 0x508:
    1986           0 :                 return "The parameter passed to a C runtime function is incorrect.";
    1987           0 :                 break;
    1988           0 :         case 0x509:
    1989           0 :                 return "The operation occurred beyond the valid data length of the file.";
    1990           0 :                 break;
    1991           0 :         case 0x50a:
    1992           0 :                 return "The service start failed because one or more services in the same process have an incompatible service SID type setting. A service with a restricted service SID type can only coexist in the same process with other services with a restricted SID type.";
    1993           0 :                 break;
    1994           0 :         case 0x50b:
    1995           0 :                 return "The process hosting the driver for this device has been terminated.";
    1996           0 :                 break;
    1997           0 :         case 0x50c:
    1998           0 :                 return "An operation attempted to exceed an implementation-defined limit.";
    1999           0 :                 break;
    2000           0 :         case 0x50d:
    2001           0 :                 return "Either the target process, or the target thread's containing process, is a protected process.";
    2002           0 :                 break;
    2003           0 :         case 0x50e:
    2004           0 :                 return "The service notification client is lagging too far behind the current state of services in the machine.";
    2005           0 :                 break;
    2006           0 :         case 0x50f:
    2007           0 :                 return "An operation failed because the storage quota was exceeded.";
    2008           0 :                 break;
    2009           0 :         case 0x510:
    2010           0 :                 return "An operation failed because the content was blocked.";
    2011           0 :                 break;
    2012           0 :         case 0x511:
    2013           0 :                 return "A privilege that the service requires to function properly does not exist in the service account configuration. The Services Microsoft Management Console (MMC) snap-in (Services.msc) and the Local Security Settings MMC snap-in (Secpol.msc) can be used to view the service configuration and the account configuration.";
    2014           0 :                 break;
    2015           0 :         case 0x513:
    2016           0 :                 return "Indicates a particular SID cannot be assigned as the label of an object.";
    2017           0 :                 break;
    2018           0 :         case 0x514:
    2019           0 :                 return "Not all privileges or groups referenced are assigned to the caller.";
    2020           0 :                 break;
    2021           0 :         case 0x515:
    2022           0 :                 return "Some mapping between account names and SIDs was not done.";
    2023           0 :                 break;
    2024           0 :         case 0x516:
    2025           0 :                 return "No system quota limits are specifically set for this account.";
    2026           0 :                 break;
    2027           0 :         case 0x517:
    2028           0 :                 return "No encryption key is available. A well-known encryption key was returned.";
    2029           0 :                 break;
    2030           0 :         case 0x518:
    2031           0 :                 return "The password is too complex to be converted to a LAN Manager password. The LAN Manager password returned is a null string.";
    2032           0 :                 break;
    2033           0 :         case 0x519:
    2034           0 :                 return "The revision level is unknown.";
    2035           0 :                 break;
    2036           0 :         case 0x51a:
    2037           0 :                 return "Indicates two revision levels are incompatible.";
    2038           0 :                 break;
    2039           0 :         case 0x51b:
    2040           0 :                 return "This SID cannot be assigned as the owner of this object. 0x0000051C ERROR_INVALID_PRIMARY_GROUP This SID cannot be assigned as the primary group of an object.";
    2041           0 :                 break;
    2042           0 :         case 0x51d:
    2043           0 :                 return "An attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client.";
    2044           0 :                 break;
    2045           0 :         case 0x51e:
    2046           0 :                 return "The group cannot be disabled.";
    2047           0 :                 break;
    2048           0 :         case 0x51f:
    2049           0 :                 return "There are currently no logon servers available to service the logon request.";
    2050           0 :                 break;
    2051           0 :         case 0x520:
    2052           0 :                 return "A specified logon session does not exist. It might already have been terminated.";
    2053           0 :                 break;
    2054           0 :         case 0x521:
    2055           0 :                 return "A specified privilege does not exist.";
    2056           0 :                 break;
    2057           0 :         case 0x522:
    2058           0 :                 return "A required privilege is not held by the client.";
    2059           0 :                 break;
    2060           0 :         case 0x523:
    2061           0 :                 return "The name provided is not a properly formed account name.";
    2062           0 :                 break;
    2063           0 :         case 0x524:
    2064           0 :                 return "The specified account already exists.";
    2065           0 :                 break;
    2066           0 :         case 0x525:
    2067           0 :                 return "The specified account does not exist.";
    2068           0 :                 break;
    2069           0 :         case 0x526:
    2070           0 :                 return "The specified group already exists.";
    2071           0 :                 break;
    2072           0 :         case 0x527:
    2073           0 :                 return "The specified group does not exist.";
    2074           0 :                 break;
    2075           0 :         case 0x528:
    2076           0 :                 return "Either the specified user account is already a member of the specified group, or the specified group cannot be deleted because it contains a member.";
    2077           0 :                 break;
    2078           0 :         case 0x529:
    2079           0 :                 return "The specified user account is not a member of the specified group account.";
    2080           0 :                 break;
    2081           0 :         case 0x52a:
    2082           0 :                 return "The last remaining administration account cannot be disabled or deleted.";
    2083           0 :                 break;
    2084           0 :         case 0x52b:
    2085           0 :                 return "Unable to update the password. The value provided as the current password is incorrect.";
    2086           0 :                 break;
    2087           0 :         case 0x52c:
    2088           0 :                 return "Unable to update the password. The value provided for the new password contains values that are not allowed in passwords.";
    2089           0 :                 break;
    2090           0 :         case 0x52d:
    2091           0 :                 return "Unable to update the password. The value provided for the new password does not meet the length, complexity, or history requirements of the domain.";
    2092           0 :                 break;
    2093           0 :         case 0x52e:
    2094           0 :                 return "Logon failure: Unknown user name or bad password.";
    2095           0 :                 break;
    2096           0 :         case 0x52f:
    2097           0 :                 return "Logon failure: User account restriction. Possible reasons are blank passwords not allowed, logon hour restrictions, or a policy restriction has been enforced.";
    2098           0 :                 break;
    2099           0 :         case 0x530:
    2100           0 :                 return "Logon failure: Account logon time restriction violation.";
    2101           0 :                 break;
    2102           0 :         case 0x531:
    2103           0 :                 return "Logon failure: User not allowed to log on to this computer.";
    2104           0 :                 break;
    2105           0 :         case 0x532:
    2106           0 :                 return "Logon failure: The specified account password has expired.";
    2107           0 :                 break;
    2108           0 :         case 0x533:
    2109           0 :                 return "Logon failure: Account currently disabled.";
    2110           0 :                 break;
    2111           0 :         case 0x534:
    2112           0 :                 return "No mapping between account names and SIDs was done.";
    2113           0 :                 break;
    2114           0 :         case 0x535:
    2115           0 :                 return "Too many local user identifiers (LUIDs) were requested at one time.";
    2116           0 :                 break;
    2117           0 :         case 0x536:
    2118           0 :                 return "No more LUIDs are available.";
    2119           0 :                 break;
    2120           0 :         case 0x537:
    2121           0 :                 return "The sub-authority part of an SID is invalid for this particular use.";
    2122           0 :                 break;
    2123           0 :         case 0x538:
    2124           0 :                 return "The ACL structure is invalid.";
    2125           0 :                 break;
    2126           0 :         case 0x539:
    2127           0 :                 return "The SID structure is invalid.";
    2128           0 :                 break;
    2129           0 :         case 0x53a:
    2130           0 :                 return "The security descriptor structure is invalid.";
    2131           0 :                 break;
    2132           0 :         case 0x53c:
    2133           0 :                 return "The inherited ACL or ACE could not be built.";
    2134           0 :                 break;
    2135           0 :         case 0x53d:
    2136           0 :                 return "The server is currently disabled.";
    2137           0 :                 break;
    2138           0 :         case 0x53e:
    2139           0 :                 return "The server is currently enabled.";
    2140           0 :                 break;
    2141           0 :         case 0x53f:
    2142           0 :                 return "The value provided was an invalid value for an identifier authority.";
    2143           0 :                 break;
    2144           0 :         case 0x540:
    2145           0 :                 return "No more memory is available for security information updates.";
    2146           0 :                 break;
    2147           0 :         case 0x541:
    2148           0 :                 return "The specified attributes are invalid, or incompatible with the attributes for the group as a whole.";
    2149           0 :                 break;
    2150           0 :         case 0x542:
    2151           0 :                 return "Either a required impersonation level was not provided, or the provided impersonation level is invalid.";
    2152           0 :                 break;
    2153           0 :         case 0x543:
    2154           0 :                 return "Cannot open an anonymous level security token.";
    2155           0 :                 break;
    2156           0 :         case 0x544:
    2157           0 :                 return "The validation information class requested was invalid.";
    2158           0 :                 break;
    2159           0 :         case 0x545:
    2160           0 :                 return "The type of the token is inappropriate for its attempted use.";
    2161           0 :                 break;
    2162           0 :         case 0x546:
    2163           0 :                 return "Unable to perform a security operation on an object that has no associated security.";
    2164           0 :                 break;
    2165           0 :         case 0x547:
    2166           0 :                 return "Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied.";
    2167           0 :                 break;
    2168           0 :         case 0x548:
    2169           0 :                 return "The SAM or local security authority (LSA) server was in the wrong state to perform the security operation.";
    2170           0 :                 break;
    2171           0 :         case 0x549:
    2172           0 :                 return "The domain was in the wrong state to perform the security operation.";
    2173           0 :                 break;
    2174           0 :         case 0x54a:
    2175           0 :                 return "This operation is only allowed for the PDC of the domain.";
    2176           0 :                 break;
    2177           0 :         case 0x54b:
    2178           0 :                 return "The specified domain either does not exist or could not be contacted.";
    2179           0 :                 break;
    2180           0 :         case 0x54c:
    2181           0 :                 return "The specified domain already exists.";
    2182           0 :                 break;
    2183           0 :         case 0x54d:
    2184           0 :                 return "An attempt was made to exceed the limit on the number of domains per server.";
    2185           0 :                 break;
    2186           0 :         case 0x54e:
    2187           0 :                 return "Unable to complete the requested operation because of either a catastrophic media failure or a data structure corruption on the disk.";
    2188           0 :                 break;
    2189           0 :         case 0x54f:
    2190           0 :                 return "An internal error occurred.";
    2191           0 :                 break;
    2192           0 :         case 0x550:
    2193           0 :                 return "Generic access types were contained in an access mask that should already be mapped to nongeneric types.";
    2194           0 :                 break;
    2195           0 :         case 0x551:
    2196           0 :                 return "A security descriptor is not in the right format (absolute or self-relative).";
    2197           0 :                 break;
    2198           0 :         case 0x552:
    2199           0 :                 return "The requested action is restricted for use by logon processes only. The calling process has not registered as a logon process.";
    2200           0 :                 break;
    2201           0 :         case 0x553:
    2202           0 :                 return "Cannot start a new logon session with an ID that is already in use.";
    2203           0 :                 break;
    2204           0 :         case 0x554:
    2205           0 :                 return "A specified authentication package is unknown.";
    2206           0 :                 break;
    2207           0 :         case 0x555:
    2208           0 :                 return "The logon session is not in a state that is consistent with the requested operation.";
    2209           0 :                 break;
    2210           0 :         case 0x556:
    2211           0 :                 return "The logon session ID is already in use.";
    2212           0 :                 break;
    2213           0 :         case 0x557:
    2214           0 :                 return "A logon request contained an invalid logon type value.";
    2215           0 :                 break;
    2216           0 :         case 0x558:
    2217           0 :                 return "Unable to impersonate using a named pipe until data has been read from that pipe.";
    2218           0 :                 break;
    2219           0 :         case 0x559:
    2220           0 :                 return "The transaction state of a registry subtree is incompatible with the requested operation.";
    2221           0 :                 break;
    2222           0 :         case 0x55a:
    2223           0 :                 return "An internal security database corruption has been encountered.";
    2224           0 :                 break;
    2225           0 :         case 0x55b:
    2226           0 :                 return "Cannot perform this operation on built-in accounts.";
    2227           0 :                 break;
    2228           0 :         case 0x55c:
    2229           0 :                 return "Cannot perform this operation on this built-in special group.";
    2230           0 :                 break;
    2231           0 :         case 0x55d:
    2232           0 :                 return "Cannot perform this operation on this built-in special user.";
    2233           0 :                 break;
    2234           0 :         case 0x55e:
    2235           0 :                 return "The user cannot be removed from a group because the group is currently the user's primary group.";
    2236           0 :                 break;
    2237           0 :         case 0x55f:
    2238           0 :                 return "The token is already in use as a primary token.";
    2239           0 :                 break;
    2240           0 :         case 0x560:
    2241           0 :                 return "The specified local group does not exist.";
    2242           0 :                 break;
    2243           0 :         case 0x561:
    2244           0 :                 return "The specified account name is not a member of the group.";
    2245           0 :                 break;
    2246           0 :         case 0x562:
    2247           0 :                 return "The specified account name is already a member of the group.";
    2248           0 :                 break;
    2249           0 :         case 0x563:
    2250           0 :                 return "The specified local group already exists.";
    2251           0 :                 break;
    2252           0 :         case 0x564:
    2253           0 :                 return "Logon failure: The user has not been granted the requested logon type at this computer.";
    2254           0 :                 break;
    2255           0 :         case 0x565:
    2256           0 :                 return "The maximum number of secrets that can be stored in a single system has been exceeded.";
    2257           0 :                 break;
    2258           0 :         case 0x566:
    2259           0 :                 return "The length of a secret exceeds the maximum length allowed.";
    2260           0 :                 break;
    2261           0 :         case 0x567:
    2262           0 :                 return "The local security authority database contains an internal inconsistency.";
    2263           0 :                 break;
    2264           0 :         case 0x568:
    2265           0 :                 return "During a logon attempt, the user's security context accumulated too many SIDs.";
    2266           0 :                 break;
    2267           0 :         case 0x569:
    2268           0 :                 return "Logon failure: The user has not been granted the requested logon type at this computer.";
    2269           0 :                 break;
    2270           0 :         case 0x56a:
    2271           0 :                 return "A cross-encrypted password is necessary to change a user password.";
    2272           0 :                 break;
    2273           0 :         case 0x56b:
    2274           0 :                 return "A member could not be added to or removed from the local group because the member does not exist.";
    2275           0 :                 break;
    2276           0 :         case 0x56c:
    2277           0 :                 return "A new member could not be added to a local group because the member has the wrong account type.";
    2278           0 :                 break;
    2279           0 :         case 0x56d:
    2280           0 :                 return "Too many SIDs have been specified.";
    2281           0 :                 break;
    2282           0 :         case 0x56e:
    2283           0 :                 return "A cross-encrypted password is necessary to change this user password.";
    2284           0 :                 break;
    2285           0 :         case 0x56f:
    2286           0 :                 return "Indicates an ACL contains no inheritable components.";
    2287           0 :                 break;
    2288           0 :         case 0x570:
    2289           0 :                 return "The file or directory is corrupted and unreadable.";
    2290           0 :                 break;
    2291           0 :         case 0x571:
    2292           0 :                 return "The disk structure is corrupted and unreadable.";
    2293           0 :                 break;
    2294           0 :         case 0x572:
    2295           0 :                 return "There is no user session key for the specified logon session.";
    2296           0 :                 break;
    2297           0 :         case 0x573:
    2298           0 :                 return "The service being accessed is licensed for a particular number of connections. No more connections can be made to the service at this time because the service has accepted the maximum number of connections.";
    2299           0 :                 break;
    2300           0 :         case 0x574:
    2301           0 :                 return "Logon failure: The target account name is incorrect.";
    2302           0 :                 break;
    2303           0 :         case 0x575:
    2304           0 :                 return "Mutual authentication failed. The server's password is out of date at the domain controller.";
    2305           0 :                 break;
    2306           0 :         case 0x576:
    2307           0 :                 return "There is a time and/or date difference between the client and server.";
    2308           0 :                 break;
    2309           0 :         case 0x577:
    2310           0 :                 return "This operation cannot be performed on the current domain.";
    2311           0 :                 break;
    2312           0 :         case 0x578:
    2313           0 :                 return "Invalid window handle.";
    2314           0 :                 break;
    2315           0 :         case 0x579:
    2316           0 :                 return "Invalid menu handle.";
    2317           0 :                 break;
    2318           0 :         case 0x57a:
    2319           0 :                 return "Invalid cursor handle.";
    2320           0 :                 break;
    2321           0 :         case 0x57b:
    2322           0 :                 return "Invalid accelerator table handle.";
    2323           0 :                 break;
    2324           0 :         case 0x57c:
    2325           0 :                 return "Invalid hook handle.";
    2326           0 :                 break;
    2327           0 :         case 0x57d:
    2328           0 :                 return "Invalid handle to a multiple-window position structure.";
    2329           0 :                 break;
    2330           0 :         case 0x57e:
    2331           0 :                 return "Cannot create a top-level child window.";
    2332           0 :                 break;
    2333           0 :         case 0x57f:
    2334           0 :                 return "Cannot find window class.";
    2335           0 :                 break;
    2336           0 :         case 0x580:
    2337           0 :                 return "Invalid window; it belongs to other thread.";
    2338           0 :                 break;
    2339           0 :         case 0x581:
    2340           0 :                 return "Hot key is already registered.";
    2341           0 :                 break;
    2342           0 :         case 0x582:
    2343           0 :                 return "Class already exists.";
    2344           0 :                 break;
    2345           0 :         case 0x583:
    2346           0 :                 return "Class does not exist.";
    2347           0 :                 break;
    2348           0 :         case 0x584:
    2349           0 :                 return "Class still has open windows.";
    2350           0 :                 break;
    2351           0 :         case 0x585:
    2352           0 :                 return "Invalid index.";
    2353           0 :                 break;
    2354           0 :         case 0x586:
    2355           0 :                 return "Invalid icon handle.";
    2356           0 :                 break;
    2357           0 :         case 0x587:
    2358           0 :                 return "Using private DIALOG window words.";
    2359           0 :                 break;
    2360           0 :         case 0x588:
    2361           0 :                 return "The list box identifier was not found.";
    2362           0 :                 break;
    2363           0 :         case 0x589:
    2364           0 :                 return "No wildcards were found.";
    2365           0 :                 break;
    2366           0 :         case 0x58a:
    2367           0 :                 return "Thread does not have a clipboard open.";
    2368           0 :                 break;
    2369           0 :         case 0x58b:
    2370           0 :                 return "Hot key is not registered.";
    2371           0 :                 break;
    2372           0 :         case 0x58c:
    2373           0 :                 return "The window is not a valid dialog window.";
    2374           0 :                 break;
    2375           0 :         case 0x58d:
    2376           0 :                 return "Control ID not found.";
    2377           0 :                 break;
    2378           0 :         case 0x58e:
    2379           0 :                 return "Invalid message for a combo box because it does not have an edit control.";
    2380           0 :                 break;
    2381           0 :         case 0x58f:
    2382           0 :                 return "The window is not a combo box.";
    2383           0 :                 break;
    2384           0 :         case 0x590:
    2385           0 :                 return "Height must be less than 256.";
    2386           0 :                 break;
    2387           0 :         case 0x591:
    2388           0 :                 return "Invalid device context (DC) handle.";
    2389           0 :                 break;
    2390           0 :         case 0x592:
    2391           0 :                 return "Invalid hook procedure type.";
    2392           0 :                 break;
    2393           0 :         case 0x593:
    2394           0 :                 return "Invalid hook procedure.";
    2395           0 :                 break;
    2396           0 :         case 0x594:
    2397           0 :                 return "Cannot set nonlocal hook without a module handle.";
    2398           0 :                 break;
    2399           0 :         case 0x595:
    2400           0 :                 return "This hook procedure can only be set globally.";
    2401           0 :                 break;
    2402           0 :         case 0x596:
    2403           0 :                 return "The journal hook procedure is already installed.";
    2404           0 :                 break;
    2405           0 :         case 0x597:
    2406           0 :                 return "The hook procedure is not installed.";
    2407           0 :                 break;
    2408           0 :         case 0x598:
    2409           0 :                 return "Invalid message for single-selection list box.";
    2410           0 :                 break;
    2411           0 :         case 0x599:
    2412           0 :                 return "LB_SETCOUNT sent to non-lazy list box.";
    2413           0 :                 break;
    2414           0 :         case 0x59a:
    2415           0 :                 return "This list box does not support tab stops.";
    2416           0 :                 break;
    2417           0 :         case 0x59b:
    2418           0 :                 return "Cannot destroy object created by another thread.";
    2419           0 :                 break;
    2420           0 :         case 0x59c:
    2421           0 :                 return "Child windows cannot have menus.";
    2422           0 :                 break;
    2423           0 :         case 0x59d:
    2424           0 :                 return "The window does not have a system menu.";
    2425           0 :                 break;
    2426           0 :         case 0x59e:
    2427           0 :                 return "Invalid message box style.";
    2428           0 :                 break;
    2429           0 :         case 0x59f:
    2430           0 :                 return "Invalid system-wide (SPI_*) parameter.";
    2431           0 :                 break;
    2432           0 :         case 0x5a0:
    2433           0 :                 return "Screen already locked.";
    2434           0 :                 break;
    2435           0 :         case 0x5a1:
    2436           0 :                 return "All handles to windows in a multiple-window position structure must have the same parent.";
    2437           0 :                 break;
    2438           0 :         case 0x5a2:
    2439           0 :                 return "The window is not a child window.";
    2440           0 :                 break;
    2441           0 :         case 0x5a3:
    2442           0 :                 return "Invalid GW_* command.";
    2443           0 :                 break;
    2444           0 :         case 0x5a4:
    2445           0 :                 return "Invalid thread identifier.";
    2446           0 :                 break;
    2447           0 :         case 0x5a5:
    2448           0 :                 return "Cannot process a message from a window that is not a multiple document interface (MDI) window.";
    2449           0 :                 break;
    2450           0 :         case 0x5a6:
    2451           0 :                 return "Pop-up menu already active.";
    2452           0 :                 break;
    2453           0 :         case 0x5a7:
    2454           0 :                 return "The window does not have scroll bars.";
    2455           0 :                 break;
    2456           0 :         case 0x5a8:
    2457           0 :                 return "Scroll bar range cannot be greater than MAXLONG.";
    2458           0 :                 break;
    2459           0 :         case 0x5a9:
    2460           0 :                 return "Cannot show or remove the window in the way specified.";
    2461           0 :                 break;
    2462           0 :         case 0x5aa:
    2463           0 :                 return "Insufficient system resources exist to complete the requested service.";
    2464           0 :                 break;
    2465           0 :         case 0x5ab:
    2466           0 :                 return "Insufficient system resources exist to complete the requested service.";
    2467           0 :                 break;
    2468           0 :         case 0x5ac:
    2469           0 :                 return "Insufficient system resources exist to complete the requested service.";
    2470           0 :                 break;
    2471           0 :         case 0x5ad:
    2472           0 :                 return "Insufficient quota to complete the requested service.";
    2473           0 :                 break;
    2474           0 :         case 0x5ae:
    2475           0 :                 return "Insufficient quota to complete the requested service.";
    2476           0 :                 break;
    2477           0 :         case 0x5af:
    2478           0 :                 return "The paging file is too small for this operation to complete.";
    2479           0 :                 break;
    2480           0 :         case 0x5b0:
    2481           0 :                 return "A menu item was not found.";
    2482           0 :                 break;
    2483           0 :         case 0x5b1:
    2484           0 :                 return "Invalid keyboard layout handle.";
    2485           0 :                 break;
    2486           0 :         case 0x5b2:
    2487           0 :                 return "Hook type not allowed.";
    2488           0 :                 break;
    2489           0 :         case 0x5b3:
    2490           0 :                 return "This operation requires an interactive window station.";
    2491           0 :                 break;
    2492           0 :         case 0x5b4:
    2493           0 :                 return "This operation returned because the time-out period expired.";
    2494           0 :                 break;
    2495           0 :         case 0x5b5:
    2496           0 :                 return "Invalid monitor handle.";
    2497           0 :                 break;
    2498           0 :         case 0x5b6:
    2499           0 :                 return "Incorrect size argument.";
    2500           0 :                 break;
    2501           0 :         case 0x5b7:
    2502           0 :                 return "The symbolic link cannot be followed because its type is disabled.";
    2503           0 :                 break;
    2504           0 :         case 0x5b8:
    2505           0 :                 return "This application does not support the current operation on symbolic links.";
    2506           0 :                 break;
    2507           0 :         case 0x5dc:
    2508           0 :                 return "The event log file is corrupted.";
    2509           0 :                 break;
    2510           0 :         case 0x5dd:
    2511           0 :                 return "No event log file could be opened, so the event logging service did not start.";
    2512           0 :                 break;
    2513           0 :         case 0x5de:
    2514           0 :                 return "The event log file is full.";
    2515           0 :                 break;
    2516           0 :         case 0x5df:
    2517           0 :                 return "The event log file has changed between read operations.";
    2518           0 :                 break;
    2519           0 :         case 0x60e:
    2520           0 :                 return "The specified task name is invalid.";
    2521           0 :                 break;
    2522           0 :         case 0x60f:
    2523           0 :                 return "The specified task index is invalid.";
    2524           0 :                 break;
    2525           0 :         case 0x610:
    2526           0 :                 return "The specified thread is already joining a task.";
    2527           0 :                 break;
    2528           0 :         case 0x641:
    2529           0 :                 return "The Windows Installer service could not be accessed. This can occur if the Windows Installer is not correctly installed. Contact your support personnel for assistance.";
    2530           0 :                 break;
    2531           0 :         case 0x642:
    2532           0 :                 return "User canceled installation.";
    2533           0 :                 break;
    2534           0 :         case 0x643:
    2535           0 :                 return "Fatal error during installation.";
    2536           0 :                 break;
    2537           0 :         case 0x644:
    2538           0 :                 return "Installation suspended, incomplete.";
    2539           0 :                 break;
    2540           0 :         case 0x645:
    2541           0 :                 return "This action is valid only for products that are currently installed.";
    2542           0 :                 break;
    2543           0 :         case 0x646:
    2544           0 :                 return "Feature ID not registered.";
    2545           0 :                 break;
    2546           0 :         case 0x647:
    2547           0 :                 return "Component ID not registered.";
    2548           0 :                 break;
    2549           0 :         case 0x648:
    2550           0 :                 return "Unknown property.";
    2551           0 :                 break;
    2552           0 :         case 0x649:
    2553           0 :                 return "Handle is in an invalid state.";
    2554           0 :                 break;
    2555           0 :         case 0x64a:
    2556           0 :                 return "The configuration data for this product is corrupt. Contact your support personnel.";
    2557           0 :                 break;
    2558           0 :         case 0x64b:
    2559           0 :                 return "Component qualifier not present.";
    2560           0 :                 break;
    2561           0 :         case 0x64c:
    2562           0 :                 return "The installation source for this product is not available. Verify that the source exists and that you can access it.";
    2563           0 :                 break;
    2564           0 :         case 0x64d:
    2565           0 :                 return "This installation package cannot be installed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service.";
    2566           0 :                 break;
    2567           0 :         case 0x64e:
    2568           0 :                 return "Product is uninstalled.";
    2569           0 :                 break;
    2570           0 :         case 0x64f:
    2571           0 :                 return "SQL query syntax invalid or unsupported.";
    2572           0 :                 break;
    2573           0 :         case 0x650:
    2574           0 :                 return "Record field does not exist.";
    2575           0 :                 break;
    2576           0 :         case 0x651:
    2577           0 :                 return "The device has been removed.";
    2578           0 :                 break;
    2579           0 :         case 0x652:
    2580           0 :                 return "Another installation is already in progress. Complete that installation before proceeding with this install.";
    2581           0 :                 break;
    2582           0 :         case 0x653:
    2583           0 :                 return "This installation package could not be opened. Verify that the package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer package.";
    2584           0 :                 break;
    2585           0 :         case 0x654:
    2586           0 :                 return "This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package.";
    2587           0 :                 break;
    2588           0 :         case 0x655:
    2589           0 :                 return "There was an error starting the Windows Installer service user interface. Contact your support personnel.";
    2590           0 :                 break;
    2591           0 :         case 0x656:
    2592           0 :                 return "Error opening installation log file. Verify that the specified log file location exists and that you can write to it.";
    2593           0 :                 break;
    2594           0 :         case 0x657:
    2595           0 :                 return "The language of this installation package is not supported by your system.";
    2596           0 :                 break;
    2597           0 :         case 0x658:
    2598           0 :                 return "Error applying transforms. Verify that the specified transform paths are valid.";
    2599           0 :                 break;
    2600           0 :         case 0x659:
    2601           0 :                 return "This installation is forbidden by system policy. Contact your system administrator.";
    2602           0 :                 break;
    2603           0 :         case 0x65a:
    2604           0 :                 return "Function could not be executed.";
    2605           0 :                 break;
    2606           0 :         case 0x65b:
    2607           0 :                 return "Function failed during execution.";
    2608           0 :                 break;
    2609           0 :         case 0x65c:
    2610           0 :                 return "Invalid or unknown table specified.";
    2611           0 :                 break;
    2612           0 :         case 0x65d:
    2613           0 :                 return "Data supplied is of wrong type.";
    2614           0 :                 break;
    2615           0 :         case 0x65e:
    2616           0 :                 return "Data of this type is not supported.";
    2617           0 :                 break;
    2618           0 :         case 0x65f:
    2619           0 :                 return "The Windows Installer service failed to start. Contact your support personnel.";
    2620           0 :                 break;
    2621           0 :         case 0x660:
    2622           0 :                 return "The Temp folder is on a drive that is full or is inaccessible. Free up space on the drive or verify that you have write permission on the Temp folder.";
    2623           0 :                 break;
    2624           0 :         case 0x661:
    2625           0 :                 return "This installation package is not supported by this processor type. Contact your product vendor.";
    2626           0 :                 break;
    2627           0 :         case 0x662:
    2628           0 :                 return "Component not used on this computer.";
    2629           0 :                 break;
    2630           0 :         case 0x663:
    2631           0 :                 return "This update package could not be opened. Verify that the update package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer update package.";
    2632           0 :                 break;
    2633           0 :         case 0x664:
    2634           0 :                 return "This update package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer update package.";
    2635           0 :                 break;
    2636           0 :         case 0x665:
    2637           0 :                 return "This update package cannot be processed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service.";
    2638           0 :                 break;
    2639           0 :         case 0x666:
    2640           0 :                 return "Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs in Control Panel.";
    2641           0 :                 break;
    2642           0 :         case 0x667:
    2643           0 :                 return "Invalid command-line argument. Consult the Windows Installer SDK for detailed command line help.";
    2644           0 :                 break;
    2645           0 :         case 0x668:
    2646           0 :                 return "Only administrators have permission to add, remove, or configure server software during a Terminal Services remote session. If you want to install or configure software on the server, contact your network administrator.";
    2647           0 :                 break;
    2648           0 :         case 0x669:
    2649           0 :                 return "The requested operation completed successfully. The system will be restarted so the changes can take effect.";
    2650           0 :                 break;
    2651           0 :         case 0x66a:
    2652           0 :                 return "The upgrade cannot be installed by the Windows Installer service because the program to be upgraded might be missing, or the upgrade might update a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct upgrade.";
    2653           0 :                 break;
    2654           0 :         case 0x66b:
    2655           0 :                 return "The update package is not permitted by a software restriction policy.";
    2656           0 :                 break;
    2657           0 :         case 0x66c:
    2658           0 :                 return "One or more customizations are not permitted by a software restriction policy.";
    2659           0 :                 break;
    2660           0 :         case 0x66d:
    2661           0 :                 return "The Windows Installer does not permit installation from a Remote Desktop Connection.";
    2662           0 :                 break;
    2663           0 :         case 0x66e:
    2664           0 :                 return "Uninstallation of the update package is not supported.";
    2665           0 :                 break;
    2666           0 :         case 0x66f:
    2667           0 :                 return "The update is not applied to this product.";
    2668           0 :                 break;
    2669           0 :         case 0x670:
    2670           0 :                 return "No valid sequence could be found for the set of updates.";
    2671           0 :                 break;
    2672           0 :         case 0x671:
    2673           0 :                 return "Update removal was disallowed by policy.";
    2674           0 :                 break;
    2675           0 :         case 0x672:
    2676           0 :                 return "The XML update data is invalid.";
    2677           0 :                 break;
    2678           0 :         case 0x673:
    2679           0 :                 return "Windows Installer does not permit updating of managed advertised products. At least one feature of the product must be installed before applying the update.";
    2680           0 :                 break;
    2681           0 :         case 0x674:
    2682           0 :                 return "The Windows Installer service is not accessible in Safe Mode. Try again when your computer is not in Safe Mode or you can use System Restore to return your machine to a previous good state.";
    2683           0 :                 break;
    2684           0 :         case 0x6a4:
    2685           0 :                 return "The string binding is invalid.";
    2686           0 :                 break;
    2687           0 :         case 0x6a5:
    2688           0 :                 return "The binding handle is not the correct type.";
    2689           0 :                 break;
    2690           0 :         case 0x6a6:
    2691           0 :                 return "The binding handle is invalid.";
    2692           0 :                 break;
    2693           0 :         case 0x6a7:
    2694           0 :                 return "The RPC protocol sequence is not supported.";
    2695           0 :                 break;
    2696           0 :         case 0x6a8:
    2697           0 :                 return "The RPC protocol sequence is invalid.";
    2698           0 :                 break;
    2699           0 :         case 0x6a9:
    2700           0 :                 return "The string UUID is invalid.";
    2701           0 :                 break;
    2702           0 :         case 0x6aa:
    2703           0 :                 return "The endpoint format is invalid.";
    2704           0 :                 break;
    2705           0 :         case 0x6ab:
    2706           0 :                 return "The network address is invalid.";
    2707           0 :                 break;
    2708           0 :         case 0x6ac:
    2709           0 :                 return "No endpoint was found.";
    2710           0 :                 break;
    2711           0 :         case 0x6ad:
    2712           0 :                 return "The time-out value is invalid.";
    2713           0 :                 break;
    2714           0 :         case 0x6ae:
    2715           0 :                 return "The object UUID) was not found.";
    2716           0 :                 break;
    2717           0 :         case 0x6af:
    2718           0 :                 return "The object UUID) has already been registered.";
    2719           0 :                 break;
    2720           0 :         case 0x6b0:
    2721           0 :                 return "The type UUID has already been registered.";
    2722           0 :                 break;
    2723           0 :         case 0x6b1:
    2724           0 :                 return "The RPC server is already listening.";
    2725           0 :                 break;
    2726           0 :         case 0x6b2:
    2727           0 :                 return "No protocol sequences have been registered.";
    2728           0 :                 break;
    2729           0 :         case 0x6b3:
    2730           0 :                 return "The RPC server is not listening.";
    2731           0 :                 break;
    2732           0 :         case 0x6b4:
    2733           0 :                 return "The manager type is unknown.";
    2734           0 :                 break;
    2735           0 :         case 0x6b5:
    2736           0 :                 return "The interface is unknown.";
    2737           0 :                 break;
    2738           0 :         case 0x6b6:
    2739           0 :                 return "There are no bindings.";
    2740           0 :                 break;
    2741           0 :         case 0x6b7:
    2742           0 :                 return "There are no protocol sequences.";
    2743           0 :                 break;
    2744           0 :         case 0x6b8:
    2745           0 :                 return "The endpoint cannot be created.";
    2746           0 :                 break;
    2747           0 :         case 0x6b9:
    2748           0 :                 return "Not enough resources are available to complete this operation.";
    2749           0 :                 break;
    2750           0 :         case 0x6ba:
    2751           0 :                 return "The RPC server is unavailable.";
    2752           0 :                 break;
    2753           0 :         case 0x6bb:
    2754           0 :                 return "The RPC server is too busy to complete this operation.";
    2755           0 :                 break;
    2756           0 :         case 0x6bc:
    2757           0 :                 return "The network options are invalid.";
    2758           0 :                 break;
    2759           0 :         case 0x6bd:
    2760           0 :                 return "There are no RPCs active on this thread.";
    2761           0 :                 break;
    2762           0 :         case 0x6be:
    2763           0 :                 return "The RPC failed.";
    2764           0 :                 break;
    2765           0 :         case 0x6bf:
    2766           0 :                 return "The RPC failed and did not execute.";
    2767           0 :                 break;
    2768           0 :         case 0x6c0:
    2769           0 :                 return "An RPC protocol error occurred.";
    2770           0 :                 break;
    2771           0 :         case 0x6c1:
    2772           0 :                 return "Access to the HTTP proxy is denied.";
    2773           0 :                 break;
    2774           0 :         case 0x6c2:
    2775           0 :                 return "The transfer syntax is not supported by the RPC server.";
    2776           0 :                 break;
    2777           0 :         case 0x6c4:
    2778           0 :                 return "The UUID type is not supported.";
    2779           0 :                 break;
    2780           0 :         case 0x6c5:
    2781           0 :                 return "The tag is invalid.";
    2782           0 :                 break;
    2783           0 :         case 0x6c6:
    2784           0 :                 return "The array bounds are invalid.";
    2785           0 :                 break;
    2786           0 :         case 0x6c7:
    2787           0 :                 return "The binding does not contain an entry name.";
    2788           0 :                 break;
    2789           0 :         case 0x6c8:
    2790           0 :                 return "The name syntax is invalid.";
    2791           0 :                 break;
    2792           0 :         case 0x6c9:
    2793           0 :                 return "The name syntax is not supported.";
    2794           0 :                 break;
    2795           0 :         case 0x6cb:
    2796           0 :                 return "No network address is available to use to construct a UUID.";
    2797           0 :                 break;
    2798           0 :         case 0x6cc:
    2799           0 :                 return "The endpoint is a duplicate.";
    2800           0 :                 break;
    2801           0 :         case 0x6cd:
    2802           0 :                 return "The authentication type is unknown.";
    2803           0 :                 break;
    2804           0 :         case 0x6ce:
    2805           0 :                 return "The maximum number of calls is too small.";
    2806           0 :                 break;
    2807           0 :         case 0x6cf:
    2808           0 :                 return "The string is too long.";
    2809           0 :                 break;
    2810           0 :         case 0x6d0:
    2811           0 :                 return "The RPC protocol sequence was not found.";
    2812           0 :                 break;
    2813           0 :         case 0x6d1:
    2814           0 :                 return "The procedure number is out of range.";
    2815           0 :                 break;
    2816           0 :         case 0x6d2:
    2817           0 :                 return "The binding does not contain any authentication information.";
    2818           0 :                 break;
    2819           0 :         case 0x6d3:
    2820           0 :                 return "The authentication service is unknown.";
    2821           0 :                 break;
    2822           0 :         case 0x6d4:
    2823           0 :                 return "The authentication level is unknown.";
    2824           0 :                 break;
    2825           0 :         case 0x6d5:
    2826           0 :                 return "The security context is invalid.";
    2827           0 :                 break;
    2828           0 :         case 0x6d6:
    2829           0 :                 return "The authorization service is unknown.";
    2830           0 :                 break;
    2831           0 :         case 0x6d7:
    2832           0 :                 return "The entry is invalid.";
    2833           0 :                 break;
    2834           0 :         case 0x6d8:
    2835           0 :                 return "The server endpoint cannot perform the operation.";
    2836           0 :                 break;
    2837           0 :         case 0x6d9:
    2838           0 :                 return "There are no more endpoints available from the endpoint mapper.";
    2839           0 :                 break;
    2840           0 :         case 0x6da:
    2841           0 :                 return "No interfaces have been exported.";
    2842           0 :                 break;
    2843           0 :         case 0x6db:
    2844           0 :                 return "The entry name is incomplete.";
    2845           0 :                 break;
    2846           0 :         case 0x6dc:
    2847           0 :                 return "The version option is invalid.";
    2848           0 :                 break;
    2849           0 :         case 0x6dd:
    2850           0 :                 return "There are no more members.";
    2851           0 :                 break;
    2852           0 :         case 0x6de:
    2853           0 :                 return "There is nothing to unexport.";
    2854           0 :                 break;
    2855           0 :         case 0x6df:
    2856           0 :                 return "The interface was not found.";
    2857           0 :                 break;
    2858           0 :         case 0x6e0:
    2859           0 :                 return "The entry already exists.";
    2860           0 :                 break;
    2861           0 :         case 0x6e1:
    2862           0 :                 return "The entry is not found.";
    2863           0 :                 break;
    2864           0 :         case 0x6e2:
    2865           0 :                 return "The name service is unavailable.";
    2866           0 :                 break;
    2867           0 :         case 0x6e3:
    2868           0 :                 return "The network address family is invalid.";
    2869           0 :                 break;
    2870           0 :         case 0x6e4:
    2871           0 :                 return "The requested operation is not supported.";
    2872           0 :                 break;
    2873           0 :         case 0x6e5:
    2874           0 :                 return "No security context is available to allow impersonation.";
    2875           0 :                 break;
    2876           0 :         case 0x6e6:
    2877           0 :                 return "An internal error occurred in an RPC.";
    2878           0 :                 break;
    2879           0 :         case 0x6e7:
    2880           0 :                 return "The RPC server attempted an integer division by zero.";
    2881           0 :                 break;
    2882           0 :         case 0x6e8:
    2883           0 :                 return "An addressing error occurred in the RPC server.";
    2884           0 :                 break;
    2885           0 :         case 0x6e9:
    2886           0 :                 return "A floating-point operation at the RPC server caused a division by zero.";
    2887           0 :                 break;
    2888           0 :         case 0x6ea:
    2889           0 :                 return "A floating-point underflow occurred at the RPC server.";
    2890           0 :                 break;
    2891           0 :         case 0x6eb:
    2892           0 :                 return "A floating-point overflow occurred at the RPC server.";
    2893           0 :                 break;
    2894           0 :         case 0x6ec:
    2895           0 :                 return "The list of RPC servers available for the binding of auto handles has been exhausted.";
    2896           0 :                 break;
    2897           0 :         case 0x6ed:
    2898           0 :                 return "Unable to open the character translation table file.";
    2899           0 :                 break;
    2900           0 :         case 0x6ee:
    2901           0 :                 return "The file containing the character translation table has fewer than 512 bytes.";
    2902           0 :                 break;
    2903           0 :         case 0x6ef:
    2904           0 :                 return "A null context handle was passed from the client to the host during an RPC.";
    2905           0 :                 break;
    2906           0 :         case 0x6f1:
    2907           0 :                 return "The context handle changed during an RPC.";
    2908           0 :                 break;
    2909           0 :         case 0x6f2:
    2910           0 :                 return "The binding handles passed to an RPC do not match.";
    2911           0 :                 break;
    2912           0 :         case 0x6f3:
    2913           0 :                 return "The stub is unable to get the RPC handle.";
    2914           0 :                 break;
    2915           0 :         case 0x6f4:
    2916           0 :                 return "A null reference pointer was passed to the stub.";
    2917           0 :                 break;
    2918           0 :         case 0x6f5:
    2919           0 :                 return "The enumeration value is out of range.";
    2920           0 :                 break;
    2921           0 :         case 0x6f6:
    2922           0 :                 return "The byte count is too small.";
    2923           0 :                 break;
    2924           0 :         case 0x6f7:
    2925           0 :                 return "The stub received bad data.";
    2926           0 :                 break;
    2927           0 :         case 0x6f8:
    2928           0 :                 return "The supplied user buffer is not valid for the requested operation.";
    2929           0 :                 break;
    2930           0 :         case 0x6f9:
    2931           0 :                 return "The disk media is not recognized. It might not be formatted.";
    2932           0 :                 break;
    2933           0 :         case 0x6fa:
    2934           0 :                 return "The workstation does not have a trust secret.";
    2935           0 :                 break;
    2936           0 :         case 0x6fb:
    2937           0 :                 return "The security database on the server does not have a computer account for this workstation trust relationship.";
    2938           0 :                 break;
    2939           0 :         case 0x6fc:
    2940           0 :                 return "The trust relationship between the primary domain and the trusted domain failed.";
    2941           0 :                 break;
    2942           0 :         case 0x6fd:
    2943           0 :                 return "The trust relationship between this workstation and the primary domain failed.";
    2944           0 :                 break;
    2945           0 :         case 0x6fe:
    2946           0 :                 return "The network logon failed.";
    2947           0 :                 break;
    2948           0 :         case 0x6ff:
    2949           0 :                 return "An RPC is already in progress for this thread.";
    2950           0 :                 break;
    2951           0 :         case 0x700:
    2952           0 :                 return "An attempt was made to log on, but the network logon service was not started.";
    2953           0 :                 break;
    2954           0 :         case 0x701:
    2955           0 :                 return "The user's account has expired.";
    2956           0 :                 break;
    2957           0 :         case 0x702:
    2958           0 :                 return "The redirector is in use and cannot be unloaded.";
    2959           0 :                 break;
    2960           0 :         case 0x703:
    2961           0 :                 return "The specified printer driver is already installed.";
    2962           0 :                 break;
    2963           0 :         case 0x704:
    2964           0 :                 return "The specified port is unknown.";
    2965           0 :                 break;
    2966           0 :         case 0x705:
    2967           0 :                 return "The printer driver is unknown.";
    2968           0 :                 break;
    2969           0 :         case 0x706:
    2970           0 :                 return "The print processor is unknown.";
    2971           0 :                 break;
    2972           0 :         case 0x707:
    2973           0 :                 return "The specified separator file is invalid.";
    2974           0 :                 break;
    2975           0 :         case 0x708:
    2976           0 :                 return "The specified priority is invalid.";
    2977           0 :                 break;
    2978           0 :         case 0x709:
    2979           0 :                 return "The printer name is invalid.";
    2980           0 :                 break;
    2981           0 :         case 0x70a:
    2982           0 :                 return "The printer already exists.";
    2983           0 :                 break;
    2984           0 :         case 0x70b:
    2985           0 :                 return "The printer command is invalid.";
    2986           0 :                 break;
    2987           0 :         case 0x70c:
    2988           0 :                 return "The specified data type is invalid.";
    2989           0 :                 break;
    2990           0 :         case 0x70d:
    2991           0 :                 return "The environment specified is invalid.";
    2992           0 :                 break;
    2993           0 :         case 0x70e:
    2994           0 :                 return "There are no more bindings.";
    2995           0 :                 break;
    2996           0 :         case 0x70f:
    2997           0 :                 return "The account used is an interdomain trust account. Use your global user account or local user account to access this server.";
    2998           0 :                 break;
    2999           0 :         case 0x710:
    3000           0 :                 return "The account used is a computer account. Use your global user account or local user account to access this server.";
    3001           0 :                 break;
    3002           0 :         case 0x711:
    3003           0 :                 return "The account used is a server trust account. Use your global user account or local user account to access this server.";
    3004           0 :                 break;
    3005           0 :         case 0x712:
    3006           0 :                 return "The name or SID of the domain specified is inconsistent with the trust information for that domain.";
    3007           0 :                 break;
    3008           0 :         case 0x713:
    3009           0 :                 return "The server is in use and cannot be unloaded.";
    3010           0 :                 break;
    3011           0 :         case 0x714:
    3012           0 :                 return "The specified image file did not contain a resource section.";
    3013           0 :                 break;
    3014           0 :         case 0x715:
    3015           0 :                 return "The specified resource type cannot be found in the image file.";
    3016           0 :                 break;
    3017           0 :         case 0x716:
    3018           0 :                 return "The specified resource name cannot be found in the image file.";
    3019           0 :                 break;
    3020           0 :         case 0x717:
    3021           0 :                 return "The specified resource language ID cannot be found in the image file.";
    3022           0 :                 break;
    3023           0 :         case 0x718:
    3024           0 :                 return "Not enough quota is available to process this command.";
    3025           0 :                 break;
    3026           0 :         case 0x719:
    3027           0 :                 return "No interfaces have been registered.";
    3028           0 :                 break;
    3029           0 :         case 0x71a:
    3030           0 :                 return "The RPC was canceled.";
    3031           0 :                 break;
    3032           0 :         case 0x71b:
    3033           0 :                 return "The binding handle does not contain all the required information.";
    3034           0 :                 break;
    3035           0 :         case 0x71c:
    3036           0 :                 return "A communications failure occurred during an RPC.";
    3037           0 :                 break;
    3038           0 :         case 0x71d:
    3039           0 :                 return "The requested authentication level is not supported.";
    3040           0 :                 break;
    3041           0 :         case 0x71e:
    3042           0 :                 return "No principal name is registered.";
    3043           0 :                 break;
    3044           0 :         case 0x71f:
    3045           0 :                 return "The error specified is not a valid Windows RPC error code.";
    3046           0 :                 break;
    3047           0 :         case 0x720:
    3048           0 :                 return "A UUID that is valid only on this computer has been allocated.";
    3049           0 :                 break;
    3050           0 :         case 0x721:
    3051           0 :                 return "A security package-specific error occurred.";
    3052           0 :                 break;
    3053           0 :         case 0x722:
    3054           0 :                 return "The thread is not canceled.";
    3055           0 :                 break;
    3056           0 :         case 0x723:
    3057           0 :                 return "Invalid operation on the encoding/decoding handle.";
    3058           0 :                 break;
    3059           0 :         case 0x724:
    3060           0 :                 return "Incompatible version of the serializing package.";
    3061           0 :                 break;
    3062           0 :         case 0x725:
    3063           0 :                 return "Incompatible version of the RPC stub.";
    3064           0 :                 break;
    3065           0 :         case 0x726:
    3066           0 :                 return "The RPC pipe object is invalid or corrupted.";
    3067           0 :                 break;
    3068           0 :         case 0x727:
    3069           0 :                 return "An invalid operation was attempted on an RPC pipe object.";
    3070           0 :                 break;
    3071           0 :         case 0x728:
    3072           0 :                 return "Unsupported RPC pipe version.";
    3073           0 :                 break;
    3074           0 :         case 0x76a:
    3075           0 :                 return "The group member was not found.";
    3076           0 :                 break;
    3077           0 :         case 0x76b:
    3078           0 :                 return "The endpoint mapper database entry could not be created.";
    3079           0 :                 break;
    3080           0 :         case 0x76c:
    3081           0 :                 return "The object UUID is the nil UUID.";
    3082           0 :                 break;
    3083           0 :         case 0x76d:
    3084           0 :                 return "The specified time is invalid.";
    3085           0 :                 break;
    3086           0 :         case 0x76e:
    3087           0 :                 return "The specified form name is invalid.";
    3088           0 :                 break;
    3089           0 :         case 0x76f:
    3090           0 :                 return "The specified form size is invalid.";
    3091           0 :                 break;
    3092           0 :         case 0x770:
    3093           0 :                 return "The specified printer handle is already being waited on.";
    3094           0 :                 break;
    3095           0 :         case 0x771:
    3096           0 :                 return "The specified printer has been deleted.";
    3097           0 :                 break;
    3098           0 :         case 0x772:
    3099           0 :                 return "The state of the printer is invalid.";
    3100           0 :                 break;
    3101           0 :         case 0x773:
    3102           0 :                 return "The user's password must be changed before logging on the first time.";
    3103           0 :                 break;
    3104           0 :         case 0x774:
    3105           0 :                 return "Could not find the domain controller for this domain.";
    3106           0 :                 break;
    3107           0 :         case 0x775:
    3108           0 :                 return "The referenced account is currently locked out and cannot be logged on to.";
    3109           0 :                 break;
    3110           0 :         case 0x776:
    3111           0 :                 return "The object exporter specified was not found.";
    3112           0 :                 break;
    3113           0 :         case 0x777:
    3114           0 :                 return "The object specified was not found.";
    3115           0 :                 break;
    3116           0 :         case 0x778:
    3117           0 :                 return "The object set specified was not found.";
    3118           0 :                 break;
    3119           0 :         case 0x779:
    3120           0 :                 return "Some data remains to be sent in the request buffer.";
    3121           0 :                 break;
    3122           0 :         case 0x77a:
    3123           0 :                 return "Invalid asynchronous RPC handle.";
    3124           0 :                 break;
    3125           0 :         case 0x77b:
    3126           0 :                 return "Invalid asynchronous RPC call handle for this operation.";
    3127           0 :                 break;
    3128           0 :         case 0x77c:
    3129           0 :                 return "The RPC pipe object has already been closed.";
    3130           0 :                 break;
    3131           0 :         case 0x77d:
    3132           0 :                 return "The RPC call completed before all pipes were processed.";
    3133           0 :                 break;
    3134           0 :         case 0x77e:
    3135           0 :                 return "No more data is available from the RPC pipe.";
    3136           0 :                 break;
    3137           0 :         case 0x77f:
    3138           0 :                 return "No site name is available for this machine.";
    3139           0 :                 break;
    3140           0 :         case 0x780:
    3141           0 :                 return "The file cannot be accessed by the system.";
    3142           0 :                 break;
    3143           0 :         case 0x781:
    3144           0 :                 return "The name of the file cannot be resolved by the system.";
    3145           0 :                 break;
    3146           0 :         case 0x782:
    3147           0 :                 return "The entry is not of the expected type.";
    3148           0 :                 break;
    3149           0 :         case 0x783:
    3150           0 :                 return "Not all object UUIDs could be exported to the specified entry.";
    3151           0 :                 break;
    3152           0 :         case 0x784:
    3153           0 :                 return "The interface could not be exported to the specified entry.";
    3154           0 :                 break;
    3155           0 :         case 0x785:
    3156           0 :                 return "The specified profile entry could not be added.";
    3157           0 :                 break;
    3158           0 :         case 0x786:
    3159           0 :                 return "The specified profile element could not be added.";
    3160           0 :                 break;
    3161           0 :         case 0x787:
    3162           0 :                 return "The specified profile element could not be removed.";
    3163           0 :                 break;
    3164           0 :         case 0x788:
    3165           0 :                 return "The group element could not be added.";
    3166           0 :                 break;
    3167           0 :         case 0x789:
    3168           0 :                 return "The group element could not be removed.";
    3169           0 :                 break;
    3170           0 :         case 0x78a:
    3171           0 :                 return "The printer driver is not compatible with a policy enabled on your computer that blocks Windows NT 4.0 operating system drivers.";
    3172           0 :                 break;
    3173           0 :         case 0x78b:
    3174           0 :                 return "The context has expired and can no longer be used.";
    3175           0 :                 break;
    3176           0 :         case 0x78c:
    3177           0 :                 return "The current user's delegated trust creation quota has been exceeded.";
    3178           0 :                 break;
    3179           0 :         case 0x78d:
    3180           0 :                 return "The total delegated trust creation quota has been exceeded.";
    3181           0 :                 break;
    3182           0 :         case 0x78e:
    3183           0 :                 return "The current user's delegated trust deletion quota has been exceeded.";
    3184           0 :                 break;
    3185           0 :         case 0x78f:
    3186           0 :                 return "Logon failure: The machine you are logging on to is protected by an authentication firewall. The specified account is not allowed to authenticate to the machine.";
    3187           0 :                 break;
    3188           0 :         case 0x790:
    3189           0 :                 return "Remote connections to the Print Spooler are blocked by a policy set on your machine.";
    3190           0 :                 break;
    3191           0 :         case 0x7d0:
    3192           0 :                 return "The pixel format is invalid.";
    3193           0 :                 break;
    3194           0 :         case 0x7d1:
    3195           0 :                 return "The specified driver is invalid.";
    3196           0 :                 break;
    3197           0 :         case 0x7d2:
    3198           0 :                 return "The window style or class attribute is invalid for this operation.";
    3199           0 :                 break;
    3200           0 :         case 0x7d3:
    3201           0 :                 return "The requested metafile operation is not supported.";
    3202           0 :                 break;
    3203           0 :         case 0x7d4:
    3204           0 :                 return "The requested transformation operation is not supported.";
    3205           0 :                 break;
    3206           0 :         case 0x7d5:
    3207           0 :                 return "The requested clipping operation is not supported.";
    3208           0 :                 break;
    3209           0 :         case 0x7da:
    3210           0 :                 return "The specified color management module is invalid.";
    3211           0 :                 break;
    3212           0 :         case 0x7db:
    3213           0 :                 return "The specified color profile is invalid.";
    3214           0 :                 break;
    3215           0 :         case 0x7dc:
    3216           0 :                 return "The specified tag was not found.";
    3217           0 :                 break;
    3218           0 :         case 0x7dd:
    3219           0 :                 return "A required tag is not present.";
    3220           0 :                 break;
    3221           0 :         case 0x7de:
    3222           0 :                 return "The specified tag is already present.";
    3223           0 :                 break;
    3224           0 :         case 0x7df:
    3225           0 :                 return "The specified color profile is not associated with any device.";
    3226           0 :                 break;
    3227           0 :         case 0x7e0:
    3228           0 :                 return "The specified color profile was not found.";
    3229           0 :                 break;
    3230           0 :         case 0x7e1:
    3231           0 :                 return "The specified color space is invalid.";
    3232           0 :                 break;
    3233           0 :         case 0x7e2:
    3234           0 :                 return "Image Color Management is not enabled.";
    3235           0 :                 break;
    3236           0 :         case 0x7e3:
    3237           0 :                 return "There was an error while deleting the color transform.";
    3238           0 :                 break;
    3239           0 :         case 0x7e4:
    3240           0 :                 return "The specified color transform is invalid.";
    3241           0 :                 break;
    3242           0 :         case 0x7e5:
    3243           0 :                 return "The specified transform does not match the bitmap's color space.";
    3244           0 :                 break;
    3245           0 :         case 0x7e6:
    3246           0 :                 return "The specified named color index is not present in the profile.";
    3247           0 :                 break;
    3248           0 :         case 0x7e7:
    3249           0 :                 return "The specified profile is intended for a device of a different type than the specified device.";
    3250           0 :                 break;
    3251           0 :         case 0x836:
    3252           0 :                 return "The workstation driver is not installed.";
    3253           0 :                 break;
    3254           0 :         case 0x837:
    3255           0 :                 return "The server could not be located.";
    3256           0 :                 break;
    3257           0 :         case 0x838:
    3258           0 :                 return "An internal error occurred. The network cannot access a shared memory segment.";
    3259           0 :                 break;
    3260           0 :         case 0x839:
    3261           0 :                 return "A network resource shortage occurred.";
    3262           0 :                 break;
    3263           0 :         case 0x83a:
    3264           0 :                 return "This operation is not supported on workstations.";
    3265           0 :                 break;
    3266           0 :         case 0x83b:
    3267           0 :                 return "The device is not connected.";
    3268           0 :                 break;
    3269           0 :         case 0x83c:
    3270           0 :                 return "The network connection was made successfully, but the user had to be prompted for a password other than the one originally specified.";
    3271           0 :                 break;
    3272           0 :         case 0x83d:
    3273           0 :                 return "The network connection was made successfully using default credentials.";
    3274           0 :                 break;
    3275           0 :         case 0x842:
    3276           0 :                 return "The Server service is not started.";
    3277           0 :                 break;
    3278           0 :         case 0x843:
    3279           0 :                 return "The queue is empty.";
    3280           0 :                 break;
    3281           0 :         case 0x844:
    3282           0 :                 return "The device or directory does not exist.";
    3283           0 :                 break;
    3284           0 :         case 0x845:
    3285           0 :                 return "The operation is invalid on a redirected resource.";
    3286           0 :                 break;
    3287           0 :         case 0x846:
    3288           0 :                 return "The name has already been shared.";
    3289           0 :                 break;
    3290           0 :         case 0x847:
    3291           0 :                 return "The server is currently out of the requested resource.";
    3292           0 :                 break;
    3293           0 :         case 0x849:
    3294           0 :                 return "Requested addition of items exceeds the maximum allowed.";
    3295           0 :                 break;
    3296           0 :         case 0x84a:
    3297           0 :                 return "The Peer service supports only two simultaneous users.";
    3298           0 :                 break;
    3299           0 :         case 0x84b:
    3300           0 :                 return "The API return buffer is too small.";
    3301           0 :                 break;
    3302           0 :         case 0x84f:
    3303           0 :                 return "A remote API error occurred.";
    3304           0 :                 break;
    3305           0 :         case 0x853:
    3306           0 :                 return "An error occurred when opening or reading the configuration file.";
    3307           0 :                 break;
    3308           0 :         case 0x858:
    3309           0 :                 return "A general network error occurred.";
    3310           0 :                 break;
    3311           0 :         case 0x859:
    3312           0 :                 return "The Workstation service is in an inconsistent state. Restart the computer before restarting the Workstation service.";
    3313           0 :                 break;
    3314           0 :         case 0x85a:
    3315           0 :                 return "The Workstation service has not been started.";
    3316           0 :                 break;
    3317           0 :         case 0x85b:
    3318           0 :                 return "The requested information is not available.";
    3319           0 :                 break;
    3320           0 :         case 0x85c:
    3321           0 :                 return "An internal error occurred.";
    3322           0 :                 break;
    3323           0 :         case 0x85d:
    3324           0 :                 return "The server is not configured for transactions.";
    3325           0 :                 break;
    3326           0 :         case 0x85e:
    3327           0 :                 return "The requested API is not supported on the remote server.";
    3328           0 :                 break;
    3329           0 :         case 0x85f:
    3330           0 :                 return "The event name is invalid.";
    3331           0 :                 break;
    3332           0 :         case 0x860:
    3333           0 :                 return "The computer name already exists on the network. Change it and reboot the computer.";
    3334           0 :                 break;
    3335           0 :         case 0x862:
    3336           0 :                 return "The specified component could not be found in the configuration information.";
    3337           0 :                 break;
    3338           0 :         case 0x863:
    3339           0 :                 return "The specified parameter could not be found in the configuration information.";
    3340           0 :                 break;
    3341           0 :         case 0x865:
    3342           0 :                 return "A line in the configuration file is too long.";
    3343           0 :                 break;
    3344           0 :         case 0x866:
    3345           0 :                 return "The printer does not exist.";
    3346           0 :                 break;
    3347           0 :         case 0x867:
    3348           0 :                 return "The print job does not exist.";
    3349           0 :                 break;
    3350           0 :         case 0x868:
    3351           0 :                 return "The printer destination cannot be found.";
    3352           0 :                 break;
    3353           0 :         case 0x869:
    3354           0 :                 return "The printer destination already exists.";
    3355           0 :                 break;
    3356           0 :         case 0x86a:
    3357           0 :                 return "The print queue already exists.";
    3358           0 :                 break;
    3359           0 :         case 0x86b:
    3360           0 :                 return "No more printers can be added.";
    3361           0 :                 break;
    3362           0 :         case 0x86c:
    3363           0 :                 return "No more print jobs can be added.";
    3364           0 :                 break;
    3365           0 :         case 0x86d:
    3366           0 :                 return "No more printer destinations can be added.";
    3367           0 :                 break;
    3368           0 :         case 0x86e:
    3369           0 :                 return "This printer destination is idle and cannot accept control operations.";
    3370           0 :                 break;
    3371           0 :         case 0x86f:
    3372           0 :                 return "This printer destination request contains an invalid control function.";
    3373           0 :                 break;
    3374           0 :         case 0x870:
    3375           0 :                 return "The print processor is not responding.";
    3376           0 :                 break;
    3377           0 :         case 0x871:
    3378           0 :                 return "The spooler is not running.";
    3379           0 :                 break;
    3380           0 :         case 0x872:
    3381           0 :                 return "This operation cannot be performed on the print destination in its current state.";
    3382           0 :                 break;
    3383           0 :         case 0x873:
    3384           0 :                 return "This operation cannot be performed on the print queue in its current state.";
    3385           0 :                 break;
    3386           0 :         case 0x874:
    3387           0 :                 return "This operation cannot be performed on the print job in its current state.";
    3388           0 :                 break;
    3389           0 :         case 0x875:
    3390           0 :                 return "A spooler memory allocation failure occurred.";
    3391           0 :                 break;
    3392           0 :         case 0x876:
    3393           0 :                 return "The device driver does not exist.";
    3394           0 :                 break;
    3395           0 :         case 0x877:
    3396           0 :                 return "The data type is not supported by the print processor.";
    3397           0 :                 break;
    3398           0 :         case 0x878:
    3399           0 :                 return "The print processor is not installed.";
    3400           0 :                 break;
    3401           0 :         case 0x884:
    3402           0 :                 return "The service database is locked.";
    3403           0 :                 break;
    3404           0 :         case 0x885:
    3405           0 :                 return "The service table is full.";
    3406           0 :                 break;
    3407           0 :         case 0x886:
    3408           0 :                 return "The requested service has already been started.";
    3409           0 :                 break;
    3410           0 :         case 0x887:
    3411           0 :                 return "The service does not respond to control actions.";
    3412           0 :                 break;
    3413           0 :         case 0x888:
    3414           0 :                 return "The service has not been started.";
    3415           0 :                 break;
    3416           0 :         case 0x889:
    3417           0 :                 return "The service name is invalid.";
    3418           0 :                 break;
    3419           0 :         case 0x88a:
    3420           0 :                 return "The service is not responding to the control function.";
    3421           0 :                 break;
    3422           0 :         case 0x88b:
    3423           0 :                 return "The service control is busy.";
    3424           0 :                 break;
    3425           0 :         case 0x88c:
    3426           0 :                 return "The configuration file contains an invalid service program name.";
    3427           0 :                 break;
    3428           0 :         case 0x88d:
    3429           0 :                 return "The service could not be controlled in its present state.";
    3430           0 :                 break;
    3431           0 :         case 0x88e:
    3432           0 :                 return "The service ended abnormally.";
    3433           0 :                 break;
    3434           0 :         case 0x88f:
    3435           0 :                 return "The requested pause or stop is not valid for this service.";
    3436           0 :                 break;
    3437           0 :         case 0x890:
    3438           0 :                 return "The service control dispatcher could not find the service name in the dispatch table.";
    3439           0 :                 break;
    3440           0 :         case 0x891:
    3441           0 :                 return "The service control dispatcher pipe read failed.";
    3442           0 :                 break;
    3443           0 :         case 0x892:
    3444           0 :                 return "A thread for the new service could not be created.";
    3445           0 :                 break;
    3446           0 :         case 0x898:
    3447           0 :                 return "This workstation is already logged on to the LAN.";
    3448           0 :                 break;
    3449           0 :         case 0x899:
    3450           0 :                 return "The workstation is not logged on to the LAN.";
    3451           0 :                 break;
    3452           0 :         case 0x89a:
    3453           0 :                 return "The user name or group name parameter is invalid.";
    3454           0 :                 break;
    3455           0 :         case 0x89b:
    3456           0 :                 return "The password parameter is invalid.";
    3457           0 :                 break;
    3458           0 :         case 0x89c:
    3459           0 :                 return "The logon processor did not add the message alias.";
    3460           0 :                 break;
    3461           0 :         case 0x89d:
    3462           0 :                 return "The logon processor did not add the message alias.";
    3463           0 :                 break;
    3464           0 :         case 0x89e:
    3465           0 :                 return "The logoff processor did not delete the message alias.";
    3466           0 :                 break;
    3467           0 :         case 0x89f:
    3468           0 :                 return "The logoff processor did not delete the message alias.";
    3469           0 :                 break;
    3470           0 :         case 0x8a1:
    3471           0 :                 return "Network logons are paused.";
    3472           0 :                 break;
    3473           0 :         case 0x8a2:
    3474           0 :                 return "A centralized logon server conflict occurred.";
    3475           0 :                 break;
    3476           0 :         case 0x8a3:
    3477           0 :                 return "The server is configured without a valid user path.";
    3478           0 :                 break;
    3479           0 :         case 0x8a4:
    3480           0 :                 return "An error occurred while loading or running the logon script.";
    3481           0 :                 break;
    3482           0 :         case 0x8a6:
    3483           0 :                 return "The logon server was not specified. The computer will be logged on as STANDALONE.";
    3484           0 :                 break;
    3485           0 :         case 0x8a7:
    3486           0 :                 return "The logon server could not be found.";
    3487           0 :                 break;
    3488           0 :         case 0x8a8:
    3489           0 :                 return "There is already a logon domain for this computer.";
    3490           0 :                 break;
    3491           0 :         case 0x8a9:
    3492           0 :                 return "The logon server could not validate the logon.";
    3493           0 :                 break;
    3494           0 :         case 0x8ab:
    3495           0 :                 return "The security database could not be found.";
    3496           0 :                 break;
    3497           0 :         case 0x8ac:
    3498           0 :                 return "The group name could not be found.";
    3499           0 :                 break;
    3500           0 :         case 0x8ad:
    3501           0 :                 return "The user name could not be found.";
    3502           0 :                 break;
    3503           0 :         case 0x8ae:
    3504           0 :                 return "The resource name could not be found.";
    3505           0 :                 break;
    3506           0 :         case 0x8af:
    3507           0 :                 return "The group already exists.";
    3508           0 :                 break;
    3509           0 :         case 0x8b0:
    3510           0 :                 return "The user account already exists.";
    3511           0 :                 break;
    3512           0 :         case 0x8b1:
    3513           0 :                 return "The resource permission list already exists.";
    3514           0 :                 break;
    3515           0 :         case 0x8b2:
    3516           0 :                 return "This operation is allowed only on the PDC of the domain.";
    3517           0 :                 break;
    3518           0 :         case 0x8b3:
    3519           0 :                 return "The security database has not been started.";
    3520           0 :                 break;
    3521           0 :         case 0x8b4:
    3522           0 :                 return "There are too many names in the user accounts database.";
    3523           0 :                 break;
    3524           0 :         case 0x8b5:
    3525           0 :                 return "A disk I/O failure occurred.";
    3526           0 :                 break;
    3527           0 :         case 0x8b6:
    3528           0 :                 return "The limit of 64 entries per resource was exceeded.";
    3529           0 :                 break;
    3530           0 :         case 0x8b7:
    3531           0 :                 return "Deleting a user with a session is not allowed.";
    3532           0 :                 break;
    3533           0 :         case 0x8b8:
    3534           0 :                 return "The parent directory could not be located.";
    3535           0 :                 break;
    3536           0 :         case 0x8b9:
    3537           0 :                 return "Unable to add to the security database session cache segment.";
    3538           0 :                 break;
    3539           0 :         case 0x8ba:
    3540           0 :                 return "This operation is not allowed on this special group.";
    3541           0 :                 break;
    3542           0 :         case 0x8bb:
    3543           0 :                 return "This user is not cached in the user accounts database session cache.";
    3544           0 :                 break;
    3545           0 :         case 0x8bc:
    3546           0 :                 return "The user already belongs to this group.";
    3547           0 :                 break;
    3548           0 :         case 0x8bd:
    3549           0 :                 return "The user does not belong to this group.";
    3550           0 :                 break;
    3551           0 :         case 0x8be:
    3552           0 :                 return "This user account is undefined.";
    3553           0 :                 break;
    3554           0 :         case 0x8bf:
    3555           0 :                 return "This user account has expired.";
    3556           0 :                 break;
    3557           0 :         case 0x8c0:
    3558           0 :                 return "The user is not allowed to log on from this workstation.";
    3559           0 :                 break;
    3560           0 :         case 0x8c1:
    3561           0 :                 return "The user is not allowed to log on at this time.";
    3562           0 :                 break;
    3563           0 :         case 0x8c2:
    3564           0 :                 return "The password of this user has expired.";
    3565           0 :                 break;
    3566           0 :         case 0x8c3:
    3567           0 :                 return "The password of this user cannot change.";
    3568           0 :                 break;
    3569           0 :         case 0x8c4:
    3570           0 :                 return "This password cannot be used now.";
    3571           0 :                 break;
    3572           0 :         case 0x8c5:
    3573           0 :                 return "The password does not meet the password policy requirements. Check the minimum password length, password complexity, and password history requirements.";
    3574           0 :                 break;
    3575           0 :         case 0x8c6:
    3576           0 :                 return "The password of this user is too recent to change.";
    3577           0 :                 break;
    3578           0 :         case 0x8c7:
    3579           0 :                 return "The security database is corrupted.";
    3580           0 :                 break;
    3581           0 :         case 0x8c8:
    3582           0 :                 return "No updates are necessary to this replicant network or local security database.";
    3583           0 :                 break;
    3584           0 :         case 0x8c9:
    3585           0 :                 return "This replicant database is outdated; synchronization is required.";
    3586           0 :                 break;
    3587           0 :         case 0x8ca:
    3588           0 :                 return "The network connection could not be found.";
    3589           0 :                 break;
    3590           0 :         case 0x8cb:
    3591           0 :                 return "This asg_type is invalid.";
    3592           0 :                 break;
    3593           0 :         case 0x8cc:
    3594           0 :                 return "This device is currently being shared.";
    3595           0 :                 break;
    3596           0 :         case 0x8de:
    3597           0 :                 return "The computer name could not be added as a message alias. The name might already exist on the network.";
    3598           0 :                 break;
    3599           0 :         case 0x8df:
    3600           0 :                 return "The Messenger service is already started.";
    3601           0 :                 break;
    3602           0 :         case 0x8e0:
    3603           0 :                 return "The Messenger service failed to start.";
    3604           0 :                 break;
    3605           0 :         case 0x8e1:
    3606           0 :                 return "The message alias could not be found on the network.";
    3607           0 :                 break;
    3608           0 :         case 0x8e2:
    3609           0 :                 return "This message alias has already been forwarded.";
    3610           0 :                 break;
    3611           0 :         case 0x8e3:
    3612           0 :                 return "This message alias has been added but is still forwarded.";
    3613           0 :                 break;
    3614           0 :         case 0x8e4:
    3615           0 :                 return "This message alias already exists locally.";
    3616           0 :                 break;
    3617           0 :         case 0x8e5:
    3618           0 :                 return "The maximum number of added message aliases has been exceeded.";
    3619           0 :                 break;
    3620           0 :         case 0x8e6:
    3621           0 :                 return "The computer name could not be deleted.";
    3622           0 :                 break;
    3623           0 :         case 0x8e7:
    3624           0 :                 return "Messages cannot be forwarded back to the same workstation.";
    3625           0 :                 break;
    3626           0 :         case 0x8e8:
    3627           0 :                 return "An error occurred in the domain message processor.";
    3628           0 :                 break;
    3629           0 :         case 0x8e9:
    3630           0 :                 return "The message was sent, but the recipient has paused the Messenger service.";
    3631           0 :                 break;
    3632           0 :         case 0x8ea:
    3633           0 :                 return "The message was sent but not received.";
    3634           0 :                 break;
    3635           0 :         case 0x8eb:
    3636           0 :                 return "The message alias is currently in use. Try again later.";
    3637           0 :                 break;
    3638           0 :         case 0x8ec:
    3639           0 :                 return "The Messenger service has not been started.";
    3640           0 :                 break;
    3641           0 :         case 0x8ed:
    3642           0 :                 return "The name is not on the local computer.";
    3643           0 :                 break;
    3644           0 :         case 0x8ee:
    3645           0 :                 return "The forwarded message alias could not be found on the network.";
    3646           0 :                 break;
    3647           0 :         case 0x8ef:
    3648           0 :                 return "The message alias table on the remote station is full.";
    3649           0 :                 break;
    3650           0 :         case 0x8f0:
    3651           0 :                 return "Messages for this alias are not currently being forwarded.";
    3652           0 :                 break;
    3653           0 :         case 0x8f1:
    3654           0 :                 return "The broadcast message was truncated.";
    3655           0 :                 break;
    3656           0 :         case 0x8f6:
    3657           0 :                 return "This is an invalid device name.";
    3658           0 :                 break;
    3659           0 :         case 0x8f7:
    3660           0 :                 return "A write fault occurred.";
    3661           0 :                 break;
    3662           0 :         case 0x8f9:
    3663           0 :                 return "A duplicate message alias exists on the network.";
    3664           0 :                 break;
    3665           0 :         case 0x8fa:
    3666           0 :                 return "This message alias will be deleted later.";
    3667           0 :                 break;
    3668           0 :         case 0x8fb:
    3669           0 :                 return "The message alias was not successfully deleted from all networks.";
    3670           0 :                 break;
    3671           0 :         case 0x8fc:
    3672           0 :                 return "This operation is not supported on computers with multiple networks.";
    3673           0 :                 break;
    3674           0 :         case 0x906:
    3675           0 :                 return "This shared resource does not exist.";
    3676           0 :                 break;
    3677           0 :         case 0x907:
    3678           0 :                 return "This device is not shared.";
    3679           0 :                 break;
    3680           0 :         case 0x908:
    3681           0 :                 return "A session does not exist with that computer name.";
    3682           0 :                 break;
    3683           0 :         case 0x90a:
    3684           0 :                 return "There is not an open file with that identification number.";
    3685           0 :                 break;
    3686           0 :         case 0x90b:
    3687           0 :                 return "A failure occurred when executing a remote administration command.";
    3688           0 :                 break;
    3689           0 :         case 0x90c:
    3690           0 :                 return "A failure occurred when opening a remote temporary file.";
    3691           0 :                 break;
    3692           0 :         case 0x90d:
    3693           0 :                 return "The data returned from a remote administration command has been truncated to 64 KB.";
    3694           0 :                 break;
    3695           0 :         case 0x90e:
    3696           0 :                 return "This device cannot be shared as both a spooled and a nonspooled resource.";
    3697           0 :                 break;
    3698           0 :         case 0x90f:
    3699           0 :                 return "The information in the list of servers might be incorrect.";
    3700           0 :                 break;
    3701           0 :         case 0x910:
    3702           0 :                 return "The computer is not active in this domain.";
    3703           0 :                 break;
    3704           0 :         case 0x911:
    3705           0 :                 return "The share must be removed from the Distributed File System (DFS) before it can be deleted.";
    3706           0 :                 break;
    3707           0 :         case 0x91b:
    3708           0 :                 return "The operation is invalid for this device.";
    3709           0 :                 break;
    3710           0 :         case 0x91c:
    3711           0 :                 return "This device cannot be shared.";
    3712           0 :                 break;
    3713           0 :         case 0x91d:
    3714           0 :                 return "This device was not open.";
    3715           0 :                 break;
    3716           0 :         case 0x91e:
    3717           0 :                 return "This device name list is invalid.";
    3718           0 :                 break;
    3719           0 :         case 0x91f:
    3720           0 :                 return "The queue priority is invalid.";
    3721           0 :                 break;
    3722           0 :         case 0x921:
    3723           0 :                 return "There are no shared communication devices.";
    3724           0 :                 break;
    3725           0 :         case 0x922:
    3726           0 :                 return "The queue you specified does not exist.";
    3727           0 :                 break;
    3728           0 :         case 0x924:
    3729           0 :                 return "This list of devices is invalid.";
    3730           0 :                 break;
    3731           0 :         case 0x925:
    3732           0 :                 return "The requested device is invalid.";
    3733           0 :                 break;
    3734           0 :         case 0x926:
    3735           0 :                 return "This device is already in use by the spooler.";
    3736           0 :                 break;
    3737           0 :         case 0x927:
    3738           0 :                 return "This device is already in use as a communication device.";
    3739           0 :                 break;
    3740           0 :         case 0x92f:
    3741           0 :                 return "This computer name is invalid.";
    3742           0 :                 break;
    3743           0 :         case 0x932:
    3744           0 :                 return "The string and prefix specified are too long.";
    3745           0 :                 break;
    3746           0 :         case 0x934:
    3747           0 :                 return "This path component is invalid.";
    3748           0 :                 break;
    3749           0 :         case 0x935:
    3750           0 :                 return "Could not determine the type of input.";
    3751           0 :                 break;
    3752           0 :         case 0x93a:
    3753           0 :                 return "The buffer for types is not big enough.";
    3754           0 :                 break;
    3755           0 :         case 0x942:
    3756           0 :                 return "Profile files cannot exceed 64 KB.";
    3757           0 :                 break;
    3758           0 :         case 0x943:
    3759           0 :                 return "The start offset is out of range.";
    3760           0 :                 break;
    3761           0 :         case 0x944:
    3762           0 :                 return "The system cannot delete current connections to network resources.";
    3763           0 :                 break;
    3764           0 :         case 0x945:
    3765           0 :                 return "The system was unable to parse the command line in this file.";
    3766           0 :                 break;
    3767           0 :         case 0x946:
    3768           0 :                 return "An error occurred while loading the profile file.";
    3769           0 :                 break;
    3770           0 :         case 0x947:
    3771           0 :                 return "Errors occurred while saving the profile file. The profile was partially saved.";
    3772           0 :                 break;
    3773           0 :         case 0x949:
    3774           0 :                 return "Log file %1 is full.";
    3775           0 :                 break;
    3776           0 :         case 0x94a:
    3777           0 :                 return "This log file has changed between reads.";
    3778           0 :                 break;
    3779           0 :         case 0x94b:
    3780           0 :                 return "Log file %1 is corrupt.";
    3781           0 :                 break;
    3782           0 :         case 0x94c:
    3783           0 :                 return "The source path cannot be a directory.";
    3784           0 :                 break;
    3785           0 :         case 0x94d:
    3786           0 :                 return "The source path is illegal.";
    3787           0 :                 break;
    3788           0 :         case 0x94e:
    3789           0 :                 return "The destination path is illegal.";
    3790           0 :                 break;
    3791           0 :         case 0x94f:
    3792           0 :                 return "The source and destination paths are on different servers.";
    3793           0 :                 break;
    3794           0 :         case 0x951:
    3795           0 :                 return "The Run server you requested is paused.";
    3796           0 :                 break;
    3797           0 :         case 0x955:
    3798           0 :                 return "An error occurred when communicating with a Run server.";
    3799           0 :                 break;
    3800           0 :         case 0x957:
    3801           0 :                 return "An error occurred when starting a background process.";
    3802           0 :                 break;
    3803           0 :         case 0x958:
    3804           0 :                 return "The shared resource you are connected to could not be found.";
    3805           0 :                 break;
    3806           0 :         case 0x960:
    3807           0 :                 return "The LAN adapter number is invalid.";
    3808           0 :                 break;
    3809           0 :         case 0x961:
    3810           0 :                 return "There are open files on the connection.";
    3811           0 :                 break;
    3812           0 :         case 0x962:
    3813           0 :                 return "Active connections still exist.";
    3814           0 :                 break;
    3815           0 :         case 0x963:
    3816           0 :                 return "This share name or password is invalid.";
    3817           0 :                 break;
    3818           0 :         case 0x964:
    3819           0 :                 return "The device is being accessed by an active process.";
    3820           0 :                 break;
    3821           0 :         case 0x965:
    3822           0 :                 return "The drive letter is in use locally.";
    3823           0 :                 break;
    3824           0 :         case 0x97e:
    3825           0 :                 return "The specified client is already registered for the specified event.";
    3826           0 :                 break;
    3827           0 :         case 0x97f:
    3828           0 :                 return "The alert table is full.";
    3829           0 :                 break;
    3830           0 :         case 0x980:
    3831           0 :                 return "An invalid or nonexistent alert name was raised.";
    3832           0 :                 break;
    3833           0 :         case 0x981:
    3834           0 :                 return "The alert recipient is invalid.";
    3835           0 :                 break;
    3836           0 :         case 0x982:
    3837           0 :                 return "A user's session with this server has been deleted.";
    3838           0 :                 break;
    3839           0 :         case 0x988:
    3840           0 :                 return "The log file does not contain the requested record number.";
    3841           0 :                 break;
    3842           0 :         case 0x992:
    3843           0 :                 return "The user accounts database is not configured correctly.";
    3844           0 :                 break;
    3845           0 :         case 0x993:
    3846           0 :                 return "This operation is not permitted when the Net Logon service is running.";
    3847           0 :                 break;
    3848           0 :         case 0x994:
    3849           0 :                 return "This operation is not allowed on the last administrative account.";
    3850           0 :                 break;
    3851           0 :         case 0x995:
    3852           0 :                 return "Could not find the domain controller for this domain.";
    3853           0 :                 break;
    3854           0 :         case 0x996:
    3855           0 :                 return "Could not set logon information for this user.";
    3856           0 :                 break;
    3857           0 :         case 0x997:
    3858           0 :                 return "The Net Logon service has not been started.";
    3859           0 :                 break;
    3860           0 :         case 0x998:
    3861           0 :                 return "Unable to add to the user accounts database.";
    3862           0 :                 break;
    3863           0 :         case 0x999:
    3864           0 :                 return "This server's clock is not synchronized with the PDC's clock.";
    3865           0 :                 break;
    3866           0 :         case 0x99a:
    3867           0 :                 return "A password mismatch has been detected.";
    3868           0 :                 break;
    3869           0 :         case 0x99c:
    3870           0 :                 return "The server identification does not specify a valid server.";
    3871           0 :                 break;
    3872           0 :         case 0x99d:
    3873           0 :                 return "The session identification does not specify a valid session.";
    3874           0 :                 break;
    3875           0 :         case 0x99e:
    3876           0 :                 return "The connection identification does not specify a valid connection.";
    3877           0 :                 break;
    3878           0 :         case 0x99f:
    3879           0 :                 return "There is no space for another entry in the table of available servers.";
    3880           0 :                 break;
    3881           0 :         case 0x9a0:
    3882           0 :                 return "The server has reached the maximum number of sessions it supports.";
    3883           0 :                 break;
    3884           0 :         case 0x9a1:
    3885           0 :                 return "The server has reached the maximum number of connections it supports.";
    3886           0 :                 break;
    3887           0 :         case 0x9a2:
    3888           0 :                 return "The server cannot open more files because it has reached its maximum number.";
    3889           0 :                 break;
    3890           0 :         case 0x9a3:
    3891           0 :                 return "There are no alternate servers registered on this server.";
    3892           0 :                 break;
    3893           0 :         case 0x9a6:
    3894           0 :                 return "Try the down-level (remote admin protocol) version of API instead.";
    3895           0 :                 break;
    3896           0 :         case 0x9b0:
    3897           0 :                 return "The uninterruptible power supply (UPS) driver could not be accessed by the UPS service.";
    3898           0 :                 break;
    3899           0 :         case 0x9b1:
    3900           0 :                 return "The UPS service is not configured correctly.";
    3901           0 :                 break;
    3902           0 :         case 0x9b2:
    3903           0 :                 return "The UPS service could not access the specified Comm Port.";
    3904           0 :                 break;
    3905           0 :         case 0x9b3:
    3906           0 :                 return "The UPS indicated a line fail or low battery situation. Service not started.";
    3907           0 :                 break;
    3908           0 :         case 0x9b4:
    3909           0 :                 return "The UPS service failed to perform a system shut down.";
    3910           0 :                 break;
    3911           0 :         case 0x9c4:
    3912           0 :                 return "The program below returned an MS-DOS error code.";
    3913           0 :                 break;
    3914           0 :         case 0x9c5:
    3915           0 :                 return "The program below needs more memory.";
    3916           0 :                 break;
    3917           0 :         case 0x9c6:
    3918           0 :                 return "The program below called an unsupported MS-DOS function.";
    3919           0 :                 break;
    3920           0 :         case 0x9c7:
    3921           0 :                 return "The workstation failed to boot.";
    3922           0 :                 break;
    3923           0 :         case 0x9c8:
    3924           0 :                 return "The file below is corrupt.";
    3925           0 :                 break;
    3926           0 :         case 0x9c9:
    3927           0 :                 return "No loader is specified in the boot-block definition file.";
    3928           0 :                 break;
    3929           0 :         case 0x9ca:
    3930           0 :                 return "NetBIOS returned an error: The network control blocks (NCBs) and Server Message Block (SMB) are dumped above.";
    3931           0 :                 break;
    3932           0 :         case 0x9cb:
    3933           0 :                 return "A disk I/O error occurred.";
    3934           0 :                 break;
    3935           0 :         case 0x9cc:
    3936           0 :                 return "Image parameter substitution failed.";
    3937           0 :                 break;
    3938           0 :         case 0x9cd:
    3939           0 :                 return "Too many image parameters cross disk sector boundaries.";
    3940           0 :                 break;
    3941           0 :         case 0x9ce:
    3942           0 :                 return "The image was not generated from an MS-DOS disk formatted with /S.";
    3943           0 :                 break;
    3944           0 :         case 0x9cf:
    3945           0 :                 return "Remote boot will be restarted later.";
    3946           0 :                 break;
    3947           0 :         case 0x9d0:
    3948           0 :                 return "The call to the Remoteboot server failed.";
    3949           0 :                 break;
    3950           0 :         case 0x9d1:
    3951           0 :                 return "Cannot connect to the Remoteboot server.";
    3952           0 :                 break;
    3953           0 :         case 0x9d2:
    3954           0 :                 return "Cannot open image file on the Remoteboot server.";
    3955           0 :                 break;
    3956           0 :         case 0x9d3:
    3957           0 :                 return "Connecting to the Remoteboot server.";
    3958           0 :                 break;
    3959           0 :         case 0x9d4:
    3960           0 :                 return "Connecting to the Remoteboot server.";
    3961           0 :                 break;
    3962           0 :         case 0x9d5:
    3963           0 :                 return "Remote boot service was stopped, check the error log for the cause of the problem.";
    3964           0 :                 break;
    3965           0 :         case 0x9d6:
    3966           0 :                 return "Remote boot startup failed; check the error log for the cause of the problem.";
    3967           0 :                 break;
    3968           0 :         case 0x9d7:
    3969           0 :                 return "A second connection to a Remoteboot resource is not allowed.";
    3970           0 :                 break;
    3971           0 :         case 0x9f6:
    3972           0 :                 return "The browser service was configured with MaintainServerList=No.";
    3973           0 :                 break;
    3974           0 :         case 0xa32:
    3975           0 :                 return "Service failed to start because none of the network adapters started with this service.";
    3976           0 :                 break;
    3977           0 :         case 0xa33:
    3978           0 :                 return "Service failed to start due to bad startup information in the registry.";
    3979           0 :                 break;
    3980           0 :         case 0xa34:
    3981           0 :                 return "Service failed to start because its database is absent or corrupt.";
    3982           0 :                 break;
    3983           0 :         case 0xa35:
    3984           0 :                 return "Service failed to start because the RPLFILES share is absent.";
    3985           0 :                 break;
    3986           0 :         case 0xa36:
    3987           0 :                 return "Service failed to start because the RPLUSER group is absent.";
    3988           0 :                 break;
    3989           0 :         case 0xa37:
    3990           0 :                 return "Cannot enumerate service records.";
    3991           0 :                 break;
    3992           0 :         case 0xa38:
    3993           0 :                 return "Workstation record information has been corrupted.";
    3994           0 :                 break;
    3995           0 :         case 0xa39:
    3996           0 :                 return "Workstation record was not found.";
    3997           0 :                 break;
    3998           0 :         case 0xa3a:
    3999           0 :                 return "Workstation name is in use by some other workstation.";
    4000           0 :                 break;
    4001           0 :         case 0xa3b:
    4002           0 :                 return "Profile record information has been corrupted.";
    4003           0 :                 break;
    4004           0 :         case 0xa3c:
    4005           0 :                 return "Profile record was not found.";
    4006           0 :                 break;
    4007           0 :         case 0xa3d:
    4008           0 :                 return "Profile name is in use by some other profile.";
    4009           0 :                 break;
    4010           0 :         case 0xa3e:
    4011           0 :                 return "There are workstations using this profile.";
    4012           0 :                 break;
    4013           0 :         case 0xa3f:
    4014           0 :                 return "Configuration record information has been corrupted.";
    4015           0 :                 break;
    4016           0 :         case 0xa40:
    4017           0 :                 return "Configuration record was not found.";
    4018           0 :                 break;
    4019           0 :         case 0xa41:
    4020           0 :                 return "Adapter ID record information has been corrupted.";
    4021           0 :                 break;
    4022           0 :         case 0xa42:
    4023           0 :                 return "An internal service error has occurred.";
    4024           0 :                 break;
    4025           0 :         case 0xa43:
    4026           0 :                 return "Vendor ID record information has been corrupted.";
    4027           0 :                 break;
    4028           0 :         case 0xa44:
    4029           0 :                 return "Boot block record information has been corrupted.";
    4030           0 :                 break;
    4031           0 :         case 0xa45:
    4032           0 :                 return "The user account for this workstation record is missing.";
    4033           0 :                 break;
    4034           0 :         case 0xa46:
    4035           0 :                 return "The RPLUSER local group could not be found.";
    4036           0 :                 break;
    4037           0 :         case 0xa47:
    4038           0 :                 return "Boot block record was not found.";
    4039           0 :                 break;
    4040           0 :         case 0xa48:
    4041           0 :                 return "Chosen profile is incompatible with this workstation.";
    4042           0 :                 break;
    4043           0 :         case 0xa49:
    4044           0 :                 return "Chosen network adapter ID is in use by some other workstation.";
    4045           0 :                 break;
    4046           0 :         case 0xa4a:
    4047           0 :                 return "There are profiles using this configuration.";
    4048           0 :                 break;
    4049           0 :         case 0xa4b:
    4050           0 :                 return "There are workstations, profiles, or configurations using this boot block.";
    4051           0 :                 break;
    4052           0 :         case 0xa4c:
    4053           0 :                 return "Service failed to back up the Remoteboot database.";
    4054           0 :                 break;
    4055           0 :         case 0xa4d:
    4056           0 :                 return "Adapter record was not found.";
    4057           0 :                 break;
    4058           0 :         case 0xa4e:
    4059           0 :                 return "Vendor record was not found.";
    4060           0 :                 break;
    4061           0 :         case 0xa4f:
    4062           0 :                 return "Vendor name is in use by some other vendor record.";
    4063           0 :                 break;
    4064           0 :         case 0xa50:
    4065           0 :                 return "The boot name or vendor ID is in use by some other boot block record.";
    4066           0 :                 break;
    4067           0 :         case 0xa51:
    4068           0 :                 return "The configuration name is in use by some other configuration.";
    4069           0 :                 break;
    4070           0 :         case 0xa64:
    4071           0 :                 return "The internal database maintained by the DFS service is corrupt.";
    4072           0 :                 break;
    4073           0 :         case 0xa65:
    4074           0 :                 return "One of the records in the internal DFS database is corrupt.";
    4075           0 :                 break;
    4076           0 :         case 0xa66:
    4077           0 :                 return "There is no DFS name whose entry path matches the input entry path.";
    4078           0 :                 break;
    4079           0 :         case 0xa67:
    4080           0 :                 return "A root or link with the given name already exists.";
    4081           0 :                 break;
    4082           0 :         case 0xa68:
    4083           0 :                 return "The server share specified is already shared in the DFS.";
    4084           0 :                 break;
    4085           0 :         case 0xa69:
    4086           0 :                 return "The indicated server share does not support the indicated DFS namespace.";
    4087           0 :                 break;
    4088           0 :         case 0xa6a:
    4089           0 :                 return "The operation is not valid in this portion of the namespace.";
    4090           0 :                 break;
    4091           0 :         case 0xa6b:
    4092           0 :                 return "The operation is not valid in this portion of the namespace.";
    4093           0 :                 break;
    4094           0 :         case 0xa6c:
    4095           0 :                 return "The operation is ambiguous because the link has multiple servers.";
    4096           0 :                 break;
    4097           0 :         case 0xa6d:
    4098           0 :                 return "Unable to create a link.";
    4099           0 :                 break;
    4100           0 :         case 0xa6e:
    4101           0 :                 return "The server is not DFS-aware.";
    4102           0 :                 break;
    4103           0 :         case 0xa6f:
    4104           0 :                 return "The specified rename target path is invalid.";
    4105           0 :                 break;
    4106           0 :         case 0xa70:
    4107           0 :                 return "The specified DFS link is offline.";
    4108           0 :                 break;
    4109           0 :         case 0xa71:
    4110           0 :                 return "The specified server is not a server for this link.";
    4111           0 :                 break;
    4112           0 :         case 0xa72:
    4113           0 :                 return "A cycle in the DFS name was detected.";
    4114           0 :                 break;
    4115           0 :         case 0xa73:
    4116           0 :                 return "The operation is not supported on a server-based DFS.";
    4117           0 :                 break;
    4118           0 :         case 0xa74:
    4119           0 :                 return "This link is already supported by the specified server share.";
    4120           0 :                 break;
    4121           0 :         case 0xa75:
    4122           0 :                 return "Cannot remove the last server share supporting this root or link.";
    4123           0 :                 break;
    4124           0 :         case 0xa76:
    4125           0 :                 return "The operation is not supported for an inter-DFS link.";
    4126           0 :                 break;
    4127           0 :         case 0xa77:
    4128           0 :                 return "The internal state of the DFS Service has become inconsistent.";
    4129           0 :                 break;
    4130           0 :         case 0xa78:
    4131           0 :                 return "The DFS Service has been installed on the specified server.";
    4132           0 :                 break;
    4133           0 :         case 0xa79:
    4134           0 :                 return "The DFS data being reconciled is identical.";
    4135           0 :                 break;
    4136           0 :         case 0xa7a:
    4137           0 :                 return "The DFS root cannot be deleted. Uninstall DFS if required.";
    4138           0 :                 break;
    4139           0 :         case 0xa7b:
    4140           0 :                 return "A child or parent directory of the share is already in a DFS.";
    4141           0 :                 break;
    4142           0 :         case 0xa82:
    4143           0 :                 return "DFS internal error.";
    4144           0 :                 break;
    4145           0 :         case 0xa83:
    4146           0 :                 return "This machine is already joined to a domain.";
    4147           0 :                 break;
    4148           0 :         case 0xa84:
    4149           0 :                 return "This machine is not currently joined to a domain.";
    4150           0 :                 break;
    4151           0 :         case 0xa85:
    4152           0 :                 return "This machine is a domain controller and cannot be unjoined from a domain.";
    4153           0 :                 break;
    4154           0 :         case 0xa86:
    4155           0 :                 return "The destination domain controller does not support creating machine accounts in organizational units (OUs).";
    4156           0 :                 break;
    4157           0 :         case 0xa87:
    4158           0 :                 return "The specified workgroup name is invalid.";
    4159           0 :                 break;
    4160           0 :         case 0xa88:
    4161           0 :                 return "The specified computer name is incompatible with the default language used on the domain controller.";
    4162           0 :                 break;
    4163           0 :         case 0xa89:
    4164           0 :                 return "The specified computer account could not be found.";
    4165           0 :                 break;
    4166           0 :         case 0xa8a:
    4167           0 :                 return "This version of Windows cannot be joined to a domain.";
    4168           0 :                 break;
    4169           0 :         case 0xa8d:
    4170           0 :                 return "The password must change at the next logon.";
    4171           0 :                 break;
    4172           0 :         case 0xa8e:
    4173           0 :                 return "The account is locked out.";
    4174           0 :                 break;
    4175           0 :         case 0xa8f:
    4176           0 :                 return "The password is too long.";
    4177           0 :                 break;
    4178           0 :         case 0xa90:
    4179           0 :                 return "The password does not meet the complexity policy.";
    4180           0 :                 break;
    4181           0 :         case 0xa91:
    4182           0 :                 return "The password does not meet the requirements of the password filter DLLs.";
    4183           0 :                 break;
    4184           0 :         case 0xbb8:
    4185           0 :                 return "The specified print monitor is unknown.";
    4186           0 :                 break;
    4187           0 :         case 0xbb9:
    4188           0 :                 return "The specified printer driver is currently in use.";
    4189           0 :                 break;
    4190           0 :         case 0xbba:
    4191           0 :                 return "The spool file was not found.";
    4192           0 :                 break;
    4193           0 :         case 0xbbb:
    4194           0 :                 return "A StartDocPrinter call was not issued.";
    4195           0 :                 break;
    4196           0 :         case 0xbbc:
    4197           0 :                 return "An AddJob call was not issued.";
    4198           0 :                 break;
    4199           0 :         case 0xbbd:
    4200           0 :                 return "The specified print processor has already been installed.";
    4201           0 :                 break;
    4202           0 :         case 0xbbe:
    4203           0 :                 return "The specified print monitor has already been installed.";
    4204           0 :                 break;
    4205           0 :         case 0xbbf:
    4206           0 :                 return "The specified print monitor does not have the required functions.";
    4207           0 :                 break;
    4208           0 :         case 0xbc0:
    4209           0 :                 return "The specified print monitor is currently in use.";
    4210           0 :                 break;
    4211           0 :         case 0xbc1:
    4212           0 :                 return "The requested operation is not allowed when there are jobs queued to the printer.";
    4213           0 :                 break;
    4214           0 :         case 0xbc2:
    4215           0 :                 return "The requested operation is successful. Changes will not be effective until the system is rebooted.";
    4216           0 :                 break;
    4217           0 :         case 0xbc3:
    4218           0 :                 return "The requested operation is successful. Changes will not be effective until the service is restarted.";
    4219           0 :                 break;
    4220           0 :         case 0xbc4:
    4221           0 :                 return "No printers were found.";
    4222           0 :                 break;
    4223           0 :         case 0xbc5:
    4224           0 :                 return "The printer driver is known to be unreliable.";
    4225           0 :                 break;
    4226           0 :         case 0xbc6:
    4227           0 :                 return "The printer driver is known to harm the system.";
    4228           0 :                 break;
    4229           0 :         case 0xbc7:
    4230           0 :                 return "The specified printer driver package is currently in use.";
    4231           0 :                 break;
    4232           0 :         case 0xbc8:
    4233           0 :                 return "Unable to find a core driver package that is required by the printer driver package.";
    4234           0 :                 break;
    4235           0 :         case 0xbc9:
    4236           0 :                 return "The requested operation failed. A system reboot is required to roll back changes made.";
    4237           0 :                 break;
    4238           0 :         case 0xbca:
    4239           0 :                 return "The requested operation failed. A system reboot has been initiated to roll back changes made.";
    4240           0 :                 break;
    4241           0 :         case 0xbcb:
    4242           0 :                 return "The specified printer driver was not found on the system and needs to be downloaded.";
    4243           0 :                 break;
    4244           0 :         case 0xbce:
    4245           0 :                 return "The specified printer cannot be shared.";
    4246           0 :                 break;
    4247           0 :         case 0xf6e:
    4248           0 :                 return "Reissue the given operation as a cached I/O operation.";
    4249           0 :                 break;
    4250           0 :         case 0xfa0:
    4251           0 :                 return "Windows Internet Name Service (WINS) encountered an error while processing the command.";
    4252           0 :                 break;
    4253           0 :         case 0xfa1:
    4254           0 :                 return "The local WINS cannot be deleted.";
    4255           0 :                 break;
    4256           0 :         case 0xfa2:
    4257           0 :                 return "The importation from the file failed.";
    4258           0 :                 break;
    4259           0 :         case 0xfa3:
    4260           0 :                 return "The backup failed. Was a full backup done before?";
    4261           0 :                 break;
    4262           0 :         case 0xfa4:
    4263           0 :                 return "The backup failed. Check the directory to which you are backing the database.";
    4264           0 :                 break;
    4265           0 :         case 0xfa5:
    4266           0 :                 return "The name does not exist in the WINS database.";
    4267           0 :                 break;
    4268           0 :         case 0xfa6:
    4269           0 :                 return "Replication with a nonconfigured partner is not allowed.";
    4270           0 :                 break;
    4271           0 :         case 0xfd2:
    4272           0 :                 return "The version of the supplied content information is not supported.";
    4273           0 :                 break;
    4274           0 :         case 0xfd3:
    4275           0 :                 return "The supplied content information is malformed.";
    4276           0 :                 break;
    4277           0 :         case 0xfd4:
    4278           0 :                 return "The requested data cannot be found in local or peer caches.";
    4279           0 :                 break;
    4280           0 :         case 0xfd5:
    4281           0 :                 return "No more data is available or required.";
    4282           0 :                 break;
    4283           0 :         case 0xfd6:
    4284           0 :                 return "The supplied object has not been initialized.";
    4285           0 :                 break;
    4286           0 :         case 0xfd7:
    4287           0 :                 return "The supplied object has already been initialized.";
    4288           0 :                 break;
    4289           0 :         case 0xfd8:
    4290           0 :                 return "A shutdown operation is already in progress.";
    4291           0 :                 break;
    4292           0 :         case 0xfd9:
    4293           0 :                 return "The supplied object has already been invalidated.";
    4294           0 :                 break;
    4295           0 :         case 0xfda:
    4296           0 :                 return "An element already exists and was not replaced.";
    4297           0 :                 break;
    4298           0 :         case 0xfdb:
    4299           0 :                 return "Cannot cancel the requested operation as it has already been completed.";
    4300           0 :                 break;
    4301           0 :         case 0xfdc:
    4302           0 :                 return "Cannot perform the requested operation because it has already been carried out.";
    4303           0 :                 break;
    4304           0 :         case 0xfdd:
    4305           0 :                 return "An operation accessed data beyond the bounds of valid data.";
    4306           0 :                 break;
    4307           0 :         case 0xfde:
    4308           0 :                 return "The requested version is not supported.";
    4309           0 :                 break;
    4310           0 :         case 0xfdf:
    4311           0 :                 return "A configuration value is invalid.";
    4312           0 :                 break;
    4313           0 :         case 0xfe0:
    4314           0 :                 return "The SKU is not licensed.";
    4315           0 :                 break;
    4316           0 :         case 0xfe1:
    4317           0 :                 return "PeerDist Service is still initializing and will be available shortly.";
    4318           0 :                 break;
    4319           0 :         case 0x1004:
    4320           0 :                 return "The Dynamic Host Configuration Protocol (DHCP) client has obtained an IP address that is already in use on the network. The local interface will be disabled until the DHCP client can obtain a new address.";
    4321           0 :                 break;
    4322           0 :         case 0x1068:
    4323           0 :                 return "The GUID passed was not recognized as valid by a WMI data provider.";
    4324           0 :                 break;
    4325           0 :         case 0x1069:
    4326           0 :                 return "The instance name passed was not recognized as valid by a WMI data provider.";
    4327           0 :                 break;
    4328           0 :         case 0x106a:
    4329           0 :                 return "The data item ID passed was not recognized as valid by a WMI data provider.";
    4330           0 :                 break;
    4331           0 :         case 0x106b:
    4332           0 :                 return "The WMI request could not be completed and should be retried.";
    4333           0 :                 break;
    4334           0 :         case 0x106c:
    4335           0 :                 return "The WMI data provider could not be located.";
    4336           0 :                 break;
    4337           0 :         case 0x106d:
    4338           0 :                 return "The WMI data provider references an instance set that has not been registered.";
    4339           0 :                 break;
    4340           0 :         case 0x106e:
    4341           0 :                 return "The WMI data block or event notification has already been enabled.";
    4342           0 :                 break;
    4343           0 :         case 0x106f:
    4344           0 :                 return "The WMI data block is no longer available.";
    4345           0 :                 break;
    4346           0 :         case 0x1070:
    4347           0 :                 return "The WMI data service is not available.";
    4348           0 :                 break;
    4349           0 :         case 0x1071:
    4350           0 :                 return "The WMI data provider failed to carry out the request.";
    4351           0 :                 break;
    4352           0 :         case 0x1072:
    4353           0 :                 return "The WMI Managed Object Format (MOF) information is not valid.";
    4354           0 :                 break;
    4355           0 :         case 0x1073:
    4356           0 :                 return "The WMI registration information is not valid.";
    4357           0 :                 break;
    4358           0 :         case 0x1074:
    4359           0 :                 return "The WMI data block or event notification has already been disabled.";
    4360           0 :                 break;
    4361           0 :         case 0x1075:
    4362           0 :                 return "The WMI data item or data block is read-only.";
    4363           0 :                 break;
    4364           0 :         case 0x1076:
    4365           0 :                 return "The WMI data item or data block could not be changed.";
    4366           0 :                 break;
    4367           0 :         case 0x10cc:
    4368           0 :                 return "The media identifier does not represent a valid medium.";
    4369           0 :                 break;
    4370           0 :         case 0x10cd:
    4371           0 :                 return "The library identifier does not represent a valid library.";
    4372           0 :                 break;
    4373           0 :         case 0x10ce:
    4374           0 :                 return "The media pool identifier does not represent a valid media pool.";
    4375           0 :                 break;
    4376           0 :         case 0x10cf:
    4377           0 :                 return "The drive and medium are not compatible, or they exist in different libraries.";
    4378           0 :                 break;
    4379           0 :         case 0x10d0:
    4380           0 :                 return "The medium currently exists in an offline library and must be online to perform this operation.";
    4381           0 :                 break;
    4382           0 :         case 0x10d1:
    4383           0 :                 return "The operation cannot be performed on an offline library.";
    4384           0 :                 break;
    4385           0 :         case 0x10d2:
    4386           0 :                 return "The library, drive, or media pool is empty.";
    4387           0 :                 break;
    4388           0 :         case 0x10d3:
    4389           0 :                 return "The library, drive, or media pool must be empty to perform this operation.";
    4390           0 :                 break;
    4391           0 :         case 0x10d4:
    4392           0 :                 return "No media is currently available in this media pool or library.";
    4393           0 :                 break;
    4394           0 :         case 0x10d5:
    4395           0 :                 return "A resource required for this operation is disabled.";
    4396           0 :                 break;
    4397           0 :         case 0x10d6:
    4398           0 :                 return "The media identifier does not represent a valid cleaner.";
    4399           0 :                 break;
    4400           0 :         case 0x10d7:
    4401           0 :                 return "The drive cannot be cleaned or does not support cleaning.";
    4402           0 :                 break;
    4403           0 :         case 0x10d8:
    4404           0 :                 return "The object identifier does not represent a valid object.";
    4405           0 :                 break;
    4406           0 :         case 0x10d9:
    4407           0 :                 return "Unable to read from or write to the database.";
    4408           0 :                 break;
    4409           0 :         case 0x10da:
    4410           0 :                 return "The database is full.";
    4411           0 :                 break;
    4412           0 :         case 0x10db:
    4413           0 :                 return "The medium is not compatible with the device or media pool.";
    4414           0 :                 break;
    4415           0 :         case 0x10dc:
    4416           0 :                 return "The resource required for this operation does not exist.";
    4417           0 :                 break;
    4418           0 :         case 0x10dd:
    4419           0 :                 return "The operation identifier is not valid.";
    4420           0 :                 break;
    4421           0 :         case 0x10de:
    4422           0 :                 return "The media is not mounted or ready for use.";
    4423           0 :                 break;
    4424           0 :         case 0x10df:
    4425           0 :                 return "The device is not ready for use.";
    4426           0 :                 break;
    4427           0 :         case 0x10e0:
    4428           0 :                 return "The operator or administrator has refused the request.";
    4429           0 :                 break;
    4430           0 :         case 0x10e1:
    4431           0 :                 return "The drive identifier does not represent a valid drive.";
    4432           0 :                 break;
    4433           0 :         case 0x10e2:
    4434           0 :                 return "Library is full. No slot is available for use.";
    4435           0 :                 break;
    4436           0 :         case 0x10e3:
    4437           0 :                 return "The transport cannot access the medium.";
    4438           0 :                 break;
    4439           0 :         case 0x10e4:
    4440           0 :                 return "Unable to load the medium into the drive.";
    4441           0 :                 break;
    4442           0 :         case 0x10e5:
    4443           0 :                 return "Unable to retrieve the drive status.";
    4444           0 :                 break;
    4445           0 :         case 0x10e6:
    4446           0 :                 return "Unable to retrieve the slot status.";
    4447           0 :                 break;
    4448           0 :         case 0x10e7:
    4449           0 :                 return "Unable to retrieve status about the transport.";
    4450           0 :                 break;
    4451           0 :         case 0x10e8:
    4452           0 :                 return "Cannot use the transport because it is already in use.";
    4453           0 :                 break;
    4454           0 :         case 0x10e9:
    4455           0 :                 return "Unable to open or close the inject/eject port.";
    4456           0 :                 break;
    4457           0 :         case 0x10ea:
    4458           0 :                 return "Unable to eject the medium because it is in a drive.";
    4459           0 :                 break;
    4460           0 :         case 0x10eb:
    4461           0 :                 return "A cleaner slot is already reserved.";
    4462           0 :                 break;
    4463           0 :         case 0x10ec:
    4464           0 :                 return "A cleaner slot is not reserved.";
    4465           0 :                 break;
    4466           0 :         case 0x10ed:
    4467           0 :                 return "The cleaner cartridge has performed the maximum number of drive cleanings.";
    4468           0 :                 break;
    4469           0 :         case 0x10ee:
    4470           0 :                 return "Unexpected on-medium identifier.";
    4471           0 :                 break;
    4472           0 :         case 0x10ef:
    4473           0 :                 return "The last remaining item in this group or resource cannot be deleted.";
    4474           0 :                 break;
    4475           0 :         case 0x10f0:
    4476           0 :                 return "The message provided exceeds the maximum size allowed for this parameter.";
    4477           0 :                 break;
    4478           0 :         case 0x10f1:
    4479           0 :                 return "The volume contains system or paging files.";
    4480           0 :                 break;
    4481           0 :         case 0x10f2:
    4482           0 :                 return "The media type cannot be removed from this library because at least one drive in the library reports it can support this media type.";
    4483           0 :                 break;
    4484           0 :         case 0x10f3:
    4485           0 :                 return "This offline media cannot be mounted on this system because no enabled drives are present that can be used.";
    4486           0 :                 break;
    4487           0 :         case 0x10f4:
    4488           0 :                 return "A cleaner cartridge is present in the tape library.";
    4489           0 :                 break;
    4490           0 :         case 0x10f5:
    4491           0 :                 return "Cannot use the IEport because it is not empty.";
    4492           0 :                 break;
    4493           0 :         case 0x10fe:
    4494           0 :                 return "The remote storage service was not able to recall the file.";
    4495           0 :                 break;
    4496           0 :         case 0x10ff:
    4497           0 :                 return "The remote storage service is not operational at this time.";
    4498           0 :                 break;
    4499           0 :         case 0x1100:
    4500           0 :                 return "The remote storage service encountered a media error.";
    4501           0 :                 break;
    4502           0 :         case 0x1126:
    4503           0 :                 return "The file or directory is not a reparse point.";
    4504           0 :                 break;
    4505           0 :         case 0x1127:
    4506           0 :                 return "The reparse point attribute cannot be set because it conflicts with an existing attribute.";
    4507           0 :                 break;
    4508           0 :         case 0x1128:
    4509           0 :                 return "The data present in the reparse point buffer is invalid.";
    4510           0 :                 break;
    4511           0 :         case 0x1129:
    4512           0 :                 return "The tag present in the reparse point buffer is invalid.";
    4513           0 :                 break;
    4514           0 :         case 0x112a:
    4515           0 :                 return "There is a mismatch between the tag specified in the request and the tag present in the reparse point.";
    4516           0 :                 break;
    4517           0 :         case 0x1194:
    4518           0 :                 return "Single Instance Storage (SIS) is not available on this volume.";
    4519           0 :                 break;
    4520           0 :         case 0x1389:
    4521           0 :                 return "The operation cannot be completed because other resources depend on this resource.";
    4522           0 :                 break;
    4523           0 :         case 0x138a:
    4524           0 :                 return "The cluster resource dependency cannot be found.";
    4525           0 :                 break;
    4526           0 :         case 0x138b:
    4527           0 :                 return "The cluster resource cannot be made dependent on the specified resource because it is already dependent.";
    4528           0 :                 break;
    4529           0 :         case 0x138c:
    4530           0 :                 return "The cluster resource is not online.";
    4531           0 :                 break;
    4532           0 :         case 0x138d:
    4533           0 :                 return "A cluster node is not available for this operation.";
    4534           0 :                 break;
    4535           0 :         case 0x138e:
    4536           0 :                 return "The cluster resource is not available.";
    4537           0 :                 break;
    4538           0 :         case 0x138f:
    4539           0 :                 return "The cluster resource could not be found.";
    4540           0 :                 break;
    4541           0 :         case 0x1390:
    4542           0 :                 return "The cluster is being shut down.";
    4543           0 :                 break;
    4544           0 :         case 0x1391:
    4545           0 :                 return "A cluster node cannot be evicted from the cluster unless the node is down or it is the last node.";
    4546           0 :                 break;
    4547           0 :         case 0x1392:
    4548           0 :                 return "The object already exists.";
    4549           0 :                 break;
    4550           0 :         case 0x1393:
    4551           0 :                 return "The object is already in the list.";
    4552           0 :                 break;
    4553           0 :         case 0x1394:
    4554           0 :                 return "The cluster group is not available for any new requests.";
    4555           0 :                 break;
    4556           0 :         case 0x1395:
    4557           0 :                 return "The cluster group could not be found.";
    4558           0 :                 break;
    4559           0 :         case 0x1396:
    4560           0 :                 return "The operation could not be completed because the cluster group is not online.";
    4561           0 :                 break;
    4562           0 :         case 0x1397:
    4563           0 :                 return "The operation failed because either the specified cluster node is not the owner of the resource, or the node is not a possible owner of the resource.";
    4564           0 :                 break;
    4565           0 :         case 0x1398:
    4566           0 :                 return "The operation failed because either the specified cluster node is not the owner of the group, or the node is not a possible owner of the group.";
    4567           0 :                 break;
    4568           0 :         case 0x1399:
    4569           0 :                 return "The cluster resource could not be created in the specified resource monitor.";
    4570           0 :                 break;
    4571           0 :         case 0x139a:
    4572           0 :                 return "The cluster resource could not be brought online by the resource monitor.";
    4573           0 :                 break;
    4574           0 :         case 0x139b:
    4575           0 :                 return "The operation could not be completed because the cluster resource is online.";
    4576           0 :                 break;
    4577           0 :         case 0x139c:
    4578           0 :                 return "The cluster resource could not be deleted or brought offline because it is the quorum resource.";
    4579           0 :                 break;
    4580           0 :         case 0x139d:
    4581           0 :                 return "The cluster could not make the specified resource a quorum resource because it is not capable of being a quorum resource.";
    4582           0 :                 break;
    4583           0 :         case 0x139e:
    4584           0 :                 return "The cluster software is shutting down.";
    4585           0 :                 break;
    4586           0 :         case 0x139f:
    4587           0 :                 return "The group or resource is not in the correct state to perform the requested operation.";
    4588           0 :                 break;
    4589           0 :         case 0x13a0:
    4590           0 :                 return "The properties were stored but not all changes will take effect until the next time the resource is brought online.";
    4591           0 :                 break;
    4592           0 :         case 0x13a1:
    4593           0 :                 return "The cluster could not make the specified resource a quorum resource because it does not belong to a shared storage class.";
    4594           0 :                 break;
    4595           0 :         case 0x13a2:
    4596           0 :                 return "The cluster resource could not be deleted because it is a core resource.";
    4597           0 :                 break;
    4598           0 :         case 0x13a3:
    4599           0 :                 return "The quorum resource failed to come online.";
    4600           0 :                 break;
    4601           0 :         case 0x13a4:
    4602           0 :                 return "The quorum log could not be created or mounted successfully.";
    4603           0 :                 break;
    4604           0 :         case 0x13a5:
    4605           0 :                 return "The cluster log is corrupt.";
    4606           0 :                 break;
    4607           0 :         case 0x13a6:
    4608           0 :                 return "The record could not be written to the cluster log because it exceeds the maximum size.";
    4609           0 :                 break;
    4610           0 :         case 0x13a7:
    4611           0 :                 return "The cluster log exceeds its maximum size.";
    4612           0 :                 break;
    4613           0 :         case 0x13a8:
    4614           0 :                 return "No checkpoint record was found in the cluster log.";
    4615           0 :                 break;
    4616           0 :         case 0x13a9:
    4617           0 :                 return "The minimum required disk space needed for logging is not available.";
    4618           0 :                 break;
    4619           0 :         case 0x13aa:
    4620           0 :                 return "The cluster node failed to take control of the quorum resource because the resource is owned by another active node.";
    4621           0 :                 break;
    4622           0 :         case 0x13ab:
    4623           0 :                 return "A cluster network is not available for this operation.";
    4624           0 :                 break;
    4625           0 :         case 0x13ac:
    4626           0 :                 return "A cluster node is not available for this operation.";
    4627           0 :                 break;
    4628           0 :         case 0x13ad:
    4629           0 :                 return "All cluster nodes must be running to perform this operation.";
    4630           0 :                 break;
    4631           0 :         case 0x13ae:
    4632           0 :                 return "A cluster resource failed.";
    4633           0 :                 break;
    4634           0 :         case 0x13af:
    4635           0 :                 return "The cluster node is not valid.";
    4636           0 :                 break;
    4637           0 :         case 0x13b0:
    4638           0 :                 return "The cluster node already exists.";
    4639           0 :                 break;
    4640           0 :         case 0x13b1:
    4641           0 :                 return "A node is in the process of joining the cluster.";
    4642           0 :                 break;
    4643           0 :         case 0x13b2:
    4644           0 :                 return "The cluster node was not found.";
    4645           0 :                 break;
    4646           0 :         case 0x13b3:
    4647           0 :                 return "The cluster local node information was not found.";
    4648           0 :                 break;
    4649           0 :         case 0x13b4:
    4650           0 :                 return "The cluster network already exists.";
    4651           0 :                 break;
    4652           0 :         case 0x13b5:
    4653           0 :                 return "The cluster network was not found.";
    4654           0 :                 break;
    4655           0 :         case 0x13b6:
    4656           0 :                 return "The cluster network interface already exists.";
    4657           0 :                 break;
    4658           0 :         case 0x13b7:
    4659           0 :                 return "The cluster network interface was not found.";
    4660           0 :                 break;
    4661           0 :         case 0x13b8:
    4662           0 :                 return "The cluster request is not valid for this object.";
    4663           0 :                 break;
    4664           0 :         case 0x13b9:
    4665           0 :                 return "The cluster network provider is not valid.";
    4666           0 :                 break;
    4667           0 :         case 0x13ba:
    4668           0 :                 return "The cluster node is down.";
    4669           0 :                 break;
    4670           0 :         case 0x13bb:
    4671           0 :                 return "The cluster node is not reachable.";
    4672           0 :                 break;
    4673           0 :         case 0x13bc:
    4674           0 :                 return "The cluster node is not a member of the cluster.";
    4675           0 :                 break;
    4676           0 :         case 0x13bd:
    4677           0 :                 return "A cluster join operation is not in progress.";
    4678           0 :                 break;
    4679           0 :         case 0x13be:
    4680           0 :                 return "The cluster network is not valid.";
    4681           0 :                 break;
    4682           0 :         case 0x13c0:
    4683           0 :                 return "The cluster node is up.";
    4684           0 :                 break;
    4685           0 :         case 0x13c1:
    4686           0 :                 return "The cluster IP address is already in use.";
    4687           0 :                 break;
    4688           0 :         case 0x13c2:
    4689           0 :                 return "The cluster node is not paused.";
    4690           0 :                 break;
    4691           0 :         case 0x13c3:
    4692           0 :                 return "No cluster security context is available.";
    4693           0 :                 break;
    4694           0 :         case 0x13c4:
    4695           0 :                 return "The cluster network is not configured for internal cluster communication.";
    4696           0 :                 break;
    4697           0 :         case 0x13c5:
    4698           0 :                 return "The cluster node is already up.";
    4699           0 :                 break;
    4700           0 :         case 0x13c6:
    4701           0 :                 return "The cluster node is already down.";
    4702           0 :                 break;
    4703           0 :         case 0x13c7:
    4704           0 :                 return "The cluster network is already online.";
    4705           0 :                 break;
    4706           0 :         case 0x13c8:
    4707           0 :                 return "The cluster network is already offline.";
    4708           0 :                 break;
    4709           0 :         case 0x13c9:
    4710           0 :                 return "The cluster node is already a member of the cluster.";
    4711           0 :                 break;
    4712           0 :         case 0x13ca:
    4713           0 :                 return "The cluster network is the only one configured for internal cluster communication between two or more active cluster nodes. The internal communication capability cannot be removed from the network.";
    4714           0 :                 break;
    4715           0 :         case 0x13cb:
    4716           0 :                 return "One or more cluster resources depend on the network to provide service to clients. The client access capability cannot be removed from the network.";
    4717           0 :                 break;
    4718           0 :         case 0x13cc:
    4719           0 :                 return "This operation cannot be performed on the cluster resource because it is the quorum resource. This quorum resource cannot be brought offline and its possible owners list cannot be modified.";
    4720           0 :                 break;
    4721           0 :         case 0x13cd:
    4722           0 :                 return "The cluster quorum resource is not allowed to have any dependencies.";
    4723           0 :                 break;
    4724           0 :         case 0x13ce:
    4725           0 :                 return "The cluster node is paused.";
    4726           0 :                 break;
    4727           0 :         case 0x13cf:
    4728           0 :                 return "The cluster resource cannot be brought online. The owner node cannot run this resource.";
    4729           0 :                 break;
    4730           0 :         case 0x13d0:
    4731           0 :                 return "The cluster node is not ready to perform the requested operation.";
    4732           0 :                 break;
    4733           0 :         case 0x13d1:
    4734           0 :                 return "The cluster node is shutting down.";
    4735           0 :                 break;
    4736           0 :         case 0x13d2:
    4737           0 :                 return "The cluster join operation was aborted.";
    4738           0 :                 break;
    4739           0 :         case 0x13d3:
    4740           0 :                 return "The cluster join operation failed due to incompatible software versions between the joining node and its sponsor.";
    4741           0 :                 break;
    4742           0 :         case 0x13d4:
    4743           0 :                 return "This resource cannot be created because the cluster has reached the limit on the number of resources it can monitor.";
    4744           0 :                 break;
    4745           0 :         case 0x13d5:
    4746           0 :                 return "The system configuration changed during the cluster join or form operation. The join or form operation was aborted.";
    4747           0 :                 break;
    4748           0 :         case 0x13d6:
    4749           0 :                 return "The specified resource type was not found.";
    4750           0 :                 break;
    4751           0 :         case 0x13d7:
    4752           0 :                 return "The specified node does not support a resource of this type. This might be due to version inconsistencies or due to the absence of the resource DLL on this node.";
    4753           0 :                 break;
    4754           0 :         case 0x13d8:
    4755           0 :                 return "The specified resource name is not supported by this resource DLL. This might be due to a bad (or changed) name supplied to the resource DLL.";
    4756           0 :                 break;
    4757           0 :         case 0x13d9:
    4758           0 :                 return "No authentication package could be registered with the RPC server.";
    4759           0 :                 break;
    4760           0 :         case 0x13da:
    4761           0 :                 return "You cannot bring the group online because the owner of the group is not in the preferred list for the group. To change the owner node for the group, move the group.";
    4762           0 :                 break;
    4763           0 :         case 0x13db:
    4764           0 :                 return "The join operation failed because the cluster database sequence number has changed or is incompatible with the locker node. This can happen during a join operation if the cluster database was changing during the join.";
    4765           0 :                 break;
    4766           0 :         case 0x13dc:
    4767           0 :                 return "The resource monitor will not allow the fail operation to be performed while the resource is in its current state. This can happen if the resource is in a pending state.";
    4768           0 :                 break;
    4769           0 :         case 0x13dd:
    4770           0 :                 return "A non-locker code received a request to reserve the lock for making global updates.";
    4771           0 :                 break;
    4772           0 :         case 0x13de:
    4773           0 :                 return "The quorum disk could not be located by the cluster service.";
    4774           0 :                 break;
    4775           0 :         case 0x13df:
    4776           0 :                 return "The backed-up cluster database is possibly corrupt.";
    4777           0 :                 break;
    4778           0 :         case 0x13e0:
    4779           0 :                 return "A DFS root already exists in this cluster node.";
    4780           0 :                 break;
    4781           0 :         case 0x13e1:
    4782           0 :                 return "An attempt to modify a resource property failed because it conflicts with another existing property.";
    4783           0 :                 break;
    4784           0 :         case 0x1702:
    4785           0 :                 return "An operation was attempted that is incompatible with the current membership state of the node.";
    4786           0 :                 break;
    4787           0 :         case 0x1703:
    4788           0 :                 return "The quorum resource does not contain the quorum log.";
    4789           0 :                 break;
    4790           0 :         case 0x1704:
    4791           0 :                 return "The membership engine requested shutdown of the cluster service on this node.";
    4792           0 :                 break;
    4793           0 :         case 0x1705:
    4794           0 :                 return "The join operation failed because the cluster instance ID of the joining node does not match the cluster instance ID of the sponsor node.";
    4795           0 :                 break;
    4796           0 :         case 0x1706:
    4797           0 :                 return "A matching cluster network for the specified IP address could not be found.";
    4798           0 :                 break;
    4799           0 :         case 0x1707:
    4800           0 :                 return "The actual data type of the property did not match the expected data type of the property.";
    4801           0 :                 break;
    4802           0 :         case 0x1708:
    4803           0 :                 return "The cluster node was evicted from the cluster successfully, but the node was not cleaned up. To determine what clean-up steps failed and how to recover, see the Failover Clustering application event log using Event Viewer.";
    4804           0 :                 break;
    4805           0 :         case 0x1709:
    4806           0 :                 return "Two or more parameter values specified for a resource's properties are in conflict.";
    4807           0 :                 break;
    4808           0 :         case 0x170a:
    4809           0 :                 return "This computer cannot be made a member of a cluster.";
    4810           0 :                 break;
    4811           0 :         case 0x170b:
    4812           0 :                 return "This computer cannot be made a member of a cluster because it does not have the correct version of Windows installed.";
    4813           0 :                 break;
    4814           0 :         case 0x170c:
    4815           0 :                 return "A cluster cannot be created with the specified cluster name because that cluster name is already in use. Specify a different name for the cluster.";
    4816           0 :                 break;
    4817           0 :         case 0x170d:
    4818           0 :                 return "The cluster configuration action has already been committed.";
    4819           0 :                 break;
    4820           0 :         case 0x170e:
    4821           0 :                 return "The cluster configuration action could not be rolled back.";
    4822           0 :                 break;
    4823           0 :         case 0x170f:
    4824           0 :                 return "The drive letter assigned to a system disk on one node conflicted with the drive letter assigned to a disk on another node.";
    4825           0 :                 break;
    4826           0 :         case 0x1710:
    4827           0 :                 return "One or more nodes in the cluster are running a version of Windows that does not support this operation.";
    4828           0 :                 break;
    4829           0 :         case 0x1711:
    4830           0 :                 return "The name of the corresponding computer account does not match the network name for this resource.";
    4831           0 :                 break;
    4832           0 :         case 0x1712:
    4833           0 :                 return "No network adapters are available.";
    4834           0 :                 break;
    4835           0 :         case 0x1713:
    4836           0 :                 return "The cluster node has been poisoned.";
    4837           0 :                 break;
    4838           0 :         case 0x1714:
    4839           0 :                 return "The group is unable to accept the request because it is moving to another node.";
    4840           0 :                 break;
    4841           0 :         case 0x1715:
    4842           0 :                 return "The resource type cannot accept the request because it is too busy performing another operation.";
    4843           0 :                 break;
    4844           0 :         case 0x1716:
    4845           0 :                 return "The call to the cluster resource DLL timed out.";
    4846           0 :                 break;
    4847           0 :         case 0x1717:
    4848           0 :                 return "The address is not valid for an IPv6 Address resource. A global IPv6 address is required, and it must match a cluster network. Compatibility addresses are not permitted.";
    4849           0 :                 break;
    4850           0 :         case 0x1718:
    4851           0 :                 return "An internal cluster error occurred. A call to an invalid function was attempted.";
    4852           0 :                 break;
    4853           0 :         case 0x1719:
    4854           0 :                 return "A parameter value is out of acceptable range.";
    4855           0 :                 break;
    4856           0 :         case 0x171a:
    4857           0 :                 return "A network error occurred while sending data to another node in the cluster. The number of bytes transmitted was less than required.";
    4858           0 :                 break;
    4859           0 :         case 0x171b:
    4860           0 :                 return "An invalid cluster registry operation was attempted.";
    4861           0 :                 break;
    4862           0 :         case 0x171c:
    4863           0 :                 return "An input string of characters is not properly terminated.";
    4864           0 :                 break;
    4865           0 :         case 0x171d:
    4866           0 :                 return "An input string of characters is not in a valid format for the data it represents.";
    4867           0 :                 break;
    4868           0 :         case 0x171e:
    4869           0 :                 return "An internal cluster error occurred. A cluster database transaction was attempted while a transaction was already in progress.";
    4870           0 :                 break;
    4871           0 :         case 0x171f:
    4872           0 :                 return "An internal cluster error occurred. There was an attempt to commit a cluster database transaction while no transaction was in progress.";
    4873           0 :                 break;
    4874           0 :         case 0x1720:
    4875           0 :                 return "An internal cluster error occurred. Data was not properly initialized.";
    4876           0 :                 break;
    4877           0 :         case 0x1721:
    4878           0 :                 return "An error occurred while reading from a stream of data. An unexpected number of bytes was returned.";
    4879           0 :                 break;
    4880           0 :         case 0x1722:
    4881           0 :                 return "An error occurred while writing to a stream of data. The required number of bytes could not be written.";
    4882           0 :                 break;
    4883           0 :         case 0x1723:
    4884           0 :                 return "An error occurred while deserializing a stream of cluster data.";
    4885           0 :                 break;
    4886           0 :         case 0x1724:
    4887           0 :                 return "One or more property values for this resource are in conflict with one or more property values associated with its dependent resources.";
    4888           0 :                 break;
    4889           0 :         case 0x1725:
    4890           0 :                 return "A quorum of cluster nodes was not present to form a cluster.";
    4891           0 :                 break;
    4892           0 :         case 0x1726:
    4893           0 :                 return "The cluster network is not valid for an IPv6 address resource, or it does not match the configured address.";
    4894           0 :                 break;
    4895           0 :         case 0x1727:
    4896           0 :                 return "The cluster network is not valid for an IPv6 tunnel resource. Check the configuration of the IP Address resource on which the IPv6 tunnel resource depends.";
    4897           0 :                 break;
    4898           0 :         case 0x1728:
    4899           0 :                 return "Quorum resource cannot reside in the available storage group.";
    4900           0 :                 break;
    4901           0 :         case 0x1770:
    4902           0 :                 return "The specified file could not be encrypted.";
    4903           0 :                 break;
    4904           0 :         case 0x1771:
    4905           0 :                 return "The specified file could not be decrypted.";
    4906           0 :                 break;
    4907           0 :         case 0x1772:
    4908           0 :                 return "The specified file is encrypted and the user does not have the ability to decrypt it.";
    4909           0 :                 break;
    4910           0 :         case 0x1773:
    4911           0 :                 return "There is no valid encryption recovery policy configured for this system.";
    4912           0 :                 break;
    4913           0 :         case 0x1774:
    4914           0 :                 return "The required encryption driver is not loaded for this system.";
    4915           0 :                 break;
    4916           0 :         case 0x1775:
    4917           0 :                 return "The file was encrypted with a different encryption driver than is currently loaded.";
    4918           0 :                 break;
    4919           0 :         case 0x1776:
    4920           0 :                 return "There are no Encrypting File System (EFS) keys defined for the user.";
    4921           0 :                 break;
    4922           0 :         case 0x1777:
    4923           0 :                 return "The specified file is not encrypted.";
    4924           0 :                 break;
    4925           0 :         case 0x1778:
    4926           0 :                 return "The specified file is not in the defined EFS export format.";
    4927           0 :                 break;
    4928           0 :         case 0x1779:
    4929           0 :                 return "The specified file is read-only.";
    4930           0 :                 break;
    4931           0 :         case 0x177a:
    4932           0 :                 return "The directory has been disabled for encryption.";
    4933           0 :                 break;
    4934           0 :         case 0x177b:
    4935           0 :                 return "The server is not trusted for remote encryption operation.";
    4936           0 :                 break;
    4937           0 :         case 0x177c:
    4938           0 :                 return "Recovery policy configured for this system contains invalid recovery certificate.";
    4939           0 :                 break;
    4940           0 :         case 0x177d:
    4941           0 :                 return "The encryption algorithm used on the source file needs a bigger key buffer than the one on the destination file.";
    4942           0 :                 break;
    4943           0 :         case 0x177e:
    4944           0 :                 return "The disk partition does not support file encryption.";
    4945           0 :                 break;
    4946           0 :         case 0x177f:
    4947           0 :                 return "This machine is disabled for file encryption.";
    4948           0 :                 break;
    4949           0 :         case 0x1780:
    4950           0 :                 return "A newer system is required to decrypt this encrypted file.";
    4951           0 :                 break;
    4952           0 :         case 0x1781:
    4953           0 :                 return "The remote server sent an invalid response for a file being opened with client-side encryption.";
    4954           0 :                 break;
    4955           0 :         case 0x1782:
    4956           0 :                 return "Client-side encryption is not supported by the remote server even though it claims to support it.";
    4957           0 :                 break;
    4958           0 :         case 0x1783:
    4959           0 :                 return "File is encrypted and should be opened in client-side encryption mode.";
    4960           0 :                 break;
    4961           0 :         case 0x1784:
    4962           0 :                 return "A new encrypted file is being created and a $EFS needs to be provided.";
    4963           0 :                 break;
    4964           0 :         case 0x1785:
    4965           0 :                 return "The SMB client requested a client-side extension (CSE) file system control (FSCTL) on a non-CSE file.";
    4966           0 :                 break;
    4967           0 :         case 0x17e6:
    4968           0 :                 return "The list of servers for this workgroup is not currently available";
    4969           0 :                 break;
    4970           0 :         case 0x1838:
    4971           0 :                 return "The Task Scheduler service must be configured to run in the System account to function properly. Individual tasks can be configured to run in other accounts.";
    4972           0 :                 break;
    4973           0 :         case 0x19c8:
    4974           0 :                 return "The log service encountered an invalid log sector.";
    4975           0 :                 break;
    4976           0 :         case 0x19c9:
    4977           0 :                 return "The log service encountered a log sector with invalid block parity.";
    4978           0 :                 break;
    4979           0 :         case 0x19ca:
    4980           0 :                 return "The log service encountered a remapped log sector.";
    4981           0 :                 break;
    4982           0 :         case 0x19cb:
    4983           0 :                 return "The log service encountered a partial or incomplete log block.";
    4984           0 :                 break;
    4985           0 :         case 0x19cc:
    4986           0 :                 return "The log service encountered an attempt to access data outside the active log range.";
    4987           0 :                 break;
    4988           0 :         case 0x19cd:
    4989           0 :                 return "The log service user marshaling buffers are exhausted.";
    4990           0 :                 break;
    4991           0 :         case 0x19ce:
    4992           0 :                 return "The log service encountered an attempt to read from a marshaling area with an invalid read context.";
    4993           0 :                 break;
    4994           0 :         case 0x19cf:
    4995           0 :                 return "The log service encountered an invalid log restart area.";
    4996           0 :                 break;
    4997           0 :         case 0x19d0:
    4998           0 :                 return "The log service encountered an invalid log block version.";
    4999           0 :                 break;
    5000           0 :         case 0x19d1:
    5001           0 :                 return "The log service encountered an invalid log block.";
    5002           0 :                 break;
    5003           0 :         case 0x19d2:
    5004           0 :                 return "The log service encountered an attempt to read the log with an invalid read mode.";
    5005           0 :                 break;
    5006           0 :         case 0x19d3:
    5007           0 :                 return "The log service encountered a log stream with no restart area.";
    5008           0 :                 break;
    5009           0 :         case 0x19d4:
    5010           0 :                 return "The log service encountered a corrupted metadata file.";
    5011           0 :                 break;
    5012           0 :         case 0x19d5:
    5013           0 :                 return "The log service encountered a metadata file that could not be created by the log file system.";
    5014           0 :                 break;
    5015           0 :         case 0x19d6:
    5016           0 :                 return "The log service encountered a metadata file with inconsistent data.";
    5017           0 :                 break;
    5018           0 :         case 0x19d7:
    5019           0 :                 return "The log service encountered an attempt to erroneous allocate or dispose reservation space.";
    5020           0 :                 break;
    5021           0 :         case 0x19d8:
    5022           0 :                 return "The log service cannot delete a log file or file system container.";
    5023           0 :                 break;
    5024           0 :         case 0x19d9:
    5025           0 :                 return "The log service has reached the maximum allowable containers allocated to a log file.";
    5026           0 :                 break;
    5027           0 :         case 0x19da:
    5028           0 :                 return "The log service has attempted to read or write backward past the start of the log.";
    5029           0 :                 break;
    5030           0 :         case 0x19db:
    5031           0 :                 return "The log policy could not be installed because a policy of the same type is already present.";
    5032           0 :                 break;
    5033           0 :         case 0x19dc:
    5034           0 :                 return "The log policy in question was not installed at the time of the request.";
    5035           0 :                 break;
    5036           0 :         case 0x19dd:
    5037           0 :                 return "The installed set of policies on the log is invalid.";
    5038           0 :                 break;
    5039           0 :         case 0x19de:
    5040           0 :                 return "A policy on the log in question prevented the operation from completing.";
    5041           0 :                 break;
    5042           0 :         case 0x19df:
    5043           0 :                 return "Log space cannot be reclaimed because the log is pinned by the archive tail.";
    5044           0 :                 break;
    5045           0 :         case 0x19e0:
    5046           0 :                 return "The log record is not a record in the log file.";
    5047           0 :                 break;
    5048           0 :         case 0x19e1:
    5049           0 :                 return "The number of reserved log records or the adjustment of the number of reserved log records is invalid.";
    5050           0 :                 break;
    5051           0 :         case 0x19e2:
    5052           0 :                 return "The reserved log space or the adjustment of the log space is invalid.";
    5053           0 :                 break;
    5054           0 :         case 0x19e3:
    5055           0 :                 return "A new or existing archive tail or base of the active log is invalid.";
    5056           0 :                 break;
    5057           0 :         case 0x19e4:
    5058           0 :                 return "The log space is exhausted.";
    5059           0 :                 break;
    5060           0 :         case 0x19e5:
    5061           0 :                 return "The log could not be set to the requested size.";
    5062           0 :                 break;
    5063           0 :         case 0x19e6:
    5064           0 :                 return "The log is multiplexed; no direct writes to the physical log are allowed.";
    5065           0 :                 break;
    5066           0 :         case 0x19e7:
    5067           0 :                 return "The operation failed because the log is a dedicated log.";
    5068           0 :                 break;
    5069           0 :         case 0x19e8:
    5070           0 :                 return "The operation requires an archive context.";
    5071           0 :                 break;
    5072           0 :         case 0x19e9:
    5073           0 :                 return "Log archival is in progress.";
    5074           0 :                 break;
    5075           0 :         case 0x19ea:
    5076           0 :                 return "The operation requires a non-ephemeral log, but the log is ephemeral.";
    5077           0 :                 break;
    5078           0 :         case 0x19eb:
    5079           0 :                 return "The log must have at least two containers before it can be read from or written to.";
    5080           0 :                 break;
    5081           0 :         case 0x19ec:
    5082           0 :                 return "A log client has already registered on the stream.";
    5083           0 :                 break;
    5084           0 :         case 0x19ed:
    5085           0 :                 return "A log client has not been registered on the stream.";
    5086           0 :                 break;
    5087           0 :         case 0x19ee:
    5088           0 :                 return "A request has already been made to handle the log full condition.";
    5089           0 :                 break;
    5090           0 :         case 0x19ef:
    5091           0 :                 return "The log service encountered an error when attempting to read from a log container.";
    5092           0 :                 break;
    5093           0 :         case 0x19f0:
    5094           0 :                 return "The log service encountered an error when attempting to write to a log container.";
    5095           0 :                 break;
    5096           0 :         case 0x19f1:
    5097           0 :                 return "The log service encountered an error when attempting to open a log container.";
    5098           0 :                 break;
    5099           0 :         case 0x19f2:
    5100           0 :                 return "The log service encountered an invalid container state when attempting a requested action.";
    5101           0 :                 break;
    5102           0 :         case 0x19f3:
    5103           0 :                 return "The log service is not in the correct state to perform a requested action.";
    5104           0 :                 break;
    5105           0 :         case 0x19f4:
    5106           0 :                 return "The log space cannot be reclaimed because the log is pinned.";
    5107           0 :                 break;
    5108           0 :         case 0x19f5:
    5109           0 :                 return "The log metadata flush failed.";
    5110           0 :                 break;
    5111           0 :         case 0x19f6:
    5112           0 :                 return "Security on the log and its containers is inconsistent.";
    5113           0 :                 break;
    5114           0 :         case 0x19f7:
    5115           0 :                 return "Records were appended to the log or reservation changes were made, but the log could not be flushed.";
    5116           0 :                 break;
    5117           0 :         case 0x19f8:
    5118           0 :                 return "The log is pinned due to reservation consuming most of the log space. Free some reserved records to make space available.";
    5119           0 :                 break;
    5120           0 :         case 0x1a2c:
    5121           0 :                 return "The transaction handle associated with this operation is not valid.";
    5122           0 :                 break;
    5123           0 :         case 0x1a2d:
    5124           0 :                 return "The requested operation was made in the context of a transaction that is no longer active.";
    5125           0 :                 break;
    5126           0 :         case 0x1a2e:
    5127           0 :                 return "The requested operation is not valid on the transaction object in its current state.";
    5128           0 :                 break;
    5129           0 :         case 0x1a2f:
    5130           0 :                 return "The caller has called a response API, but the response is not expected because the transaction manager did not issue the corresponding request to the caller.";
    5131           0 :                 break;
    5132           0 :         case 0x1a30:
    5133           0 :                 return "It is too late to perform the requested operation because the transaction has already been aborted.";
    5134           0 :                 break;
    5135           0 :         case 0x1a31:
    5136           0 :                 return "It is too late to perform the requested operation because the transaction has already been committed.";
    5137           0 :                 break;
    5138           0 :         case 0x1a32:
    5139           0 :                 return "The transaction manager was unable to be successfully initialized. Transacted operations are not supported.";
    5140           0 :                 break;
    5141           0 :         case 0x1a33:
    5142           0 :                 return "The specified resource manager made no changes or updates to the resource under this transaction.";
    5143           0 :                 break;
    5144           0 :         case 0x1a34:
    5145           0 :                 return "The resource manager has attempted to prepare a transaction that it has not successfully joined.";
    5146           0 :                 break;
    5147           0 :         case 0x1a35:
    5148           0 :                 return "The transaction object already has a superior enlistment, and the caller attempted an operation that would have created a new superior. Only a single superior enlistment is allowed.";
    5149           0 :                 break;
    5150           0 :         case 0x1a36:
    5151           0 :                 return "The resource manager tried to register a protocol that already exists.";
    5152           0 :                 break;
    5153           0 :         case 0x1a37:
    5154           0 :                 return "The attempt to propagate the transaction failed.";
    5155           0 :                 break;
    5156           0 :         case 0x1a38:
    5157           0 :                 return "The requested propagation protocol was not registered as a CRM.";
    5158           0 :                 break;
    5159           0 :         case 0x1a39:
    5160           0 :                 return "The buffer passed in to PushTransaction or PullTransaction is not in a valid format.";
    5161           0 :                 break;
    5162           0 :         case 0x1a3a:
    5163           0 :                 return "The current transaction context associated with the thread is not a valid handle to a transaction object.";
    5164           0 :                 break;
    5165           0 :         case 0x1a3b:
    5166           0 :                 return "The specified transaction object could not be opened because it was not found.";
    5167           0 :                 break;
    5168           0 :         case 0x1a3c:
    5169           0 :                 return "The specified resource manager object could not be opened because it was not found.";
    5170           0 :                 break;
    5171           0 :         case 0x1a3d:
    5172           0 :                 return "The specified enlistment object could not be opened because it was not found.";
    5173           0 :                 break;
    5174           0 :         case 0x1a3e:
    5175           0 :                 return "The specified transaction manager object could not be opened because it was not found.";
    5176           0 :                 break;
    5177           0 :         case 0x1a3f:
    5178           0 :                 return "The specified resource manager was unable to create an enlistment because its associated transaction manager is not online.";
    5179           0 :                 break;
    5180           0 :         case 0x1a40:
    5181           0 :                 return "The specified transaction manager was unable to create the objects contained in its log file in the ObjectB namespace. Therefore, the transaction manager was unable to recover.";
    5182           0 :                 break;
    5183           0 :         case 0x1a90:
    5184           0 :                 return "The function attempted to use a name that is reserved for use by another transaction.";
    5185           0 :                 break;
    5186           0 :         case 0x1a91:
    5187           0 :                 return "Transaction support within the specified file system resource manager is not started or was shut down due to an error.";
    5188           0 :                 break;
    5189           0 :         case 0x1a92:
    5190           0 :                 return "The metadata of the resource manager has been corrupted. The resource manager will not function.";
    5191           0 :                 break;
    5192           0 :         case 0x1a93:
    5193           0 :                 return "The specified directory does not contain a resource manager.";
    5194           0 :                 break;
    5195           0 :         case 0x1a95:
    5196           0 :                 return "The remote server or share does not support transacted file operations.";
    5197           0 :                 break;
    5198           0 :         case 0x1a96:
    5199           0 :                 return "The requested log size is invalid.";
    5200           0 :                 break;
    5201           0 :         case 0x1a97:
    5202           0 :                 return "The object (file, stream, link) corresponding to the handle has been deleted by a transaction savepoint rollback.";
    5203           0 :                 break;
    5204           0 :         case 0x1a98:
    5205           0 :                 return "The specified file miniversion was not found for this transacted file open.";
    5206           0 :                 break;
    5207           0 :         case 0x1a99:
    5208           0 :                 return "The specified file miniversion was found but has been invalidated. The most likely cause is a transaction savepoint rollback.";
    5209           0 :                 break;
    5210           0 :         case 0x1a9a:
    5211           0 :                 return "A miniversion can only be opened in the context of the transaction that created it.";
    5212           0 :                 break;
    5213           0 :         case 0x1a9b:
    5214           0 :                 return "It is not possible to open a miniversion with modify access.";
    5215           0 :                 break;
    5216           0 :         case 0x1a9c:
    5217           0 :                 return "It is not possible to create any more miniversions for this stream.";
    5218           0 :                 break;
    5219           0 :         case 0x1a9e:
    5220           0 :                 return "The remote server sent mismatching version numbers or FID for a file opened with transactions.";
    5221           0 :                 break;
    5222           0 :         case 0x1a9f:
    5223           0 :                 return "The handle has been invalidated by a transaction. The most likely cause is the presence of memory mapping on a file, or an open handle when the transaction ended or rolled back to savepoint.";
    5224           0 :                 break;
    5225           0 :         case 0x1aa0:
    5226           0 :                 return "There is no transaction metadata on the file.";
    5227           0 :                 break;
    5228           0 :         case 0x1aa1:
    5229           0 :                 return "The log data is corrupt.";
    5230           0 :                 break;
    5231           0 :         case 0x1aa2:
    5232           0 :                 return "The file cannot be recovered because a handle is still open on it.";
    5233           0 :                 break;
    5234           0 :         case 0x1aa3:
    5235           0 :                 return "The transaction outcome is unavailable because the resource manager responsible for it is disconnected.";
    5236           0 :                 break;
    5237           0 :         case 0x1aa4:
    5238           0 :                 return "The request was rejected because the enlistment in question is not a superior enlistment.";
    5239           0 :                 break;
    5240           0 :         case 0x1aa5:
    5241           0 :                 return "The transactional resource manager is already consistent. Recovery is not needed.";
    5242           0 :                 break;
    5243           0 :         case 0x1aa6:
    5244           0 :                 return "The transactional resource manager has already been started.";
    5245           0 :                 break;
    5246           0 :         case 0x1aa7:
    5247           0 :                 return "The file cannot be opened in a transaction because its identity depends on the outcome of an unresolved transaction.";
    5248           0 :                 break;
    5249           0 :         case 0x1aa8:
    5250           0 :                 return "The operation cannot be performed because another transaction is depending on the fact that this property will not change.";
    5251           0 :                 break;
    5252           0 :         case 0x1aa9:
    5253           0 :                 return "The operation would involve a single file with two transactional resource managers and is therefore not allowed.";
    5254           0 :                 break;
    5255           0 :         case 0x1aaa:
    5256           0 :                 return "The $Txf directory must be empty for this operation to succeed.";
    5257           0 :                 break;
    5258           0 :         case 0x1aab:
    5259           0 :                 return "The operation would leave a transactional resource manager in an inconsistent state and is, therefore, not allowed.";
    5260           0 :                 break;
    5261           0 :         case 0x1aac:
    5262           0 :                 return "The operation could not be completed because the transaction manager does not have a log.";
    5263           0 :                 break;
    5264           0 :         case 0x1aad:
    5265           0 :                 return "A rollback could not be scheduled because a previously scheduled rollback has already been executed or is queued for execution.";
    5266           0 :                 break;
    5267           0 :         case 0x1aae:
    5268           0 :                 return "The transactional metadata attribute on the file or directory is corrupt and unreadable.";
    5269           0 :                 break;
    5270           0 :         case 0x1aaf:
    5271           0 :                 return "The encryption operation could not be completed because a transaction is active.";
    5272           0 :                 break;
    5273           0 :         case 0x1ab0:
    5274           0 :                 return "This object is not allowed to be opened in a transaction.";
    5275           0 :                 break;
    5276           0 :         case 0x1ab1:
    5277           0 :                 return "An attempt to create space in the transactional resource manager's log failed. The failure status has been recorded in the event log.";
    5278           0 :                 break;
    5279           0 :         case 0x1ab2:
    5280           0 :                 return "Memory mapping (creating a mapped section) to a remote file under a transaction is not supported.";
    5281           0 :                 break;
    5282           0 :         case 0x1ab3:
    5283           0 :                 return "Transaction metadata is already present on this file and cannot be superseded.";
    5284           0 :                 break;
    5285           0 :         case 0x1ab4:
    5286           0 :                 return "A transaction scope could not be entered because the scope handler has not been initialized.";
    5287           0 :                 break;
    5288           0 :         case 0x1ab5:
    5289           0 :                 return "Promotion was required to allow the resource manager to enlist, but the transaction was set to disallow it.";
    5290           0 :                 break;
    5291           0 :         case 0x1ab6:
    5292           0 :                 return "This file is open for modification in an unresolved transaction and can be opened for execution only by a transacted reader.";
    5293           0 :                 break;
    5294           0 :         case 0x1ab7:
    5295           0 :                 return "The request to thaw frozen transactions was ignored because transactions were not previously frozen.";
    5296           0 :                 break;
    5297           0 :         case 0x1ab8:
    5298           0 :                 return "Transactions cannot be frozen because a freeze is already in progress.";
    5299           0 :                 break;
    5300           0 :         case 0x1ab9:
    5301           0 :                 return "The target volume is not a snapshot volume. This operation is only valid on a volume mounted as a snapshot.";
    5302           0 :                 break;
    5303           0 :         case 0x1aba:
    5304           0 :                 return "The savepoint operation failed because files are open on the transaction. This is not permitted.";
    5305           0 :                 break;
    5306           0 :         case 0x1abb:
    5307           0 :                 return "Windows has discovered corruption in a file, and that file has since been repaired. Data loss might have occurred.";
    5308           0 :                 break;
    5309           0 :         case 0x1abc:
    5310           0 :                 return "The sparse operation could not be completed because a transaction is active on the file.";
    5311           0 :                 break;
    5312           0 :         case 0x1abd:
    5313           0 :                 return "The call to create a transaction manager object failed because the Tm Identity stored in the logfile does not match the Tm Identity that was passed in as an argument.";
    5314           0 :                 break;
    5315           0 :         case 0x1abe:
    5316           0 :                 return "I/O was attempted on a section object that has been floated as a result of a transaction ending. There is no valid data.";
    5317           0 :                 break;
    5318           0 :         case 0x1abf:
    5319           0 :                 return "The transactional resource manager cannot currently accept transacted work due to a transient condition, such as low resources.";
    5320           0 :                 break;
    5321           0 :         case 0x1ac0:
    5322           0 :                 return "The transactional resource manager had too many transactions outstanding that could not be aborted. The transactional resource manager has been shut down.";
    5323           0 :                 break;
    5324           0 :         case 0x1b59:
    5325           0 :                 return "The specified session name is invalid.";
    5326           0 :                 break;
    5327           0 :         case 0x1b5a:
    5328           0 :                 return "The specified protocol driver is invalid.";
    5329           0 :                 break;
    5330           0 :         case 0x1b5b:
    5331           0 :                 return "The specified protocol driver was not found in the system path.";
    5332           0 :                 break;
    5333           0 :         case 0x1b5c:
    5334           0 :                 return "The specified terminal connection driver was not found in the system path.";
    5335           0 :                 break;
    5336           0 :         case 0x1b5d:
    5337           0 :                 return "A registry key for event logging could not be created for this session.";
    5338           0 :                 break;
    5339           0 :         case 0x1b5e:
    5340           0 :                 return "A service with the same name already exists on the system.";
    5341           0 :                 break;
    5342           0 :         case 0x1b5f:
    5343           0 :                 return "A close operation is pending on the session.";
    5344           0 :                 break;
    5345           0 :         case 0x1b60:
    5346           0 :                 return "There are no free output buffers available.";
    5347           0 :                 break;
    5348           0 :         case 0x1b61:
    5349           0 :                 return "The MODEM.INF file was not found.";
    5350           0 :                 break;
    5351           0 :         case 0x1b62:
    5352           0 :                 return "The modem name was not found in the MODEM.INF file.";
    5353           0 :                 break;
    5354           0 :         case 0x1b63:
    5355           0 :                 return "The modem did not accept the command sent to it. Verify that the configured modem name matches the attached modem.";
    5356           0 :                 break;
    5357           0 :         case 0x1b64:
    5358           0 :                 return "The modem did not respond to the command sent to it. Verify that the modem is properly cabled and turned on.";
    5359           0 :                 break;
    5360           0 :         case 0x1b65:
    5361           0 :                 return "Carrier detect has failed or carrier has been dropped due to disconnect.";
    5362           0 :                 break;
    5363           0 :         case 0x1b66:
    5364           0 :                 return "Dial tone not detected within the required time. Verify that the phone cable is properly attached and functional.";
    5365           0 :                 break;
    5366           0 :         case 0x1b67:
    5367           0 :                 return "Busy signal detected at remote site on callback.";
    5368           0 :                 break;
    5369           0 :         case 0x1b68:
    5370           0 :                 return "Voice detected at remote site on callback.";
    5371           0 :                 break;
    5372           0 :         case 0x1b69:
    5373           0 :                 return "Transport driver error.";
    5374           0 :                 break;
    5375           0 :         case 0x1b6e:
    5376           0 :                 return "The specified session cannot be found.";
    5377           0 :                 break;
    5378           0 :         case 0x1b6f:
    5379           0 :                 return "The specified session name is already in use.";
    5380           0 :                 break;
    5381           0 :         case 0x1b70:
    5382           0 :                 return "The requested operation cannot be completed because the terminal connection is currently busy processing a connect, disconnect, reset, or delete operation.";
    5383           0 :                 break;
    5384           0 :         case 0x1b71:
    5385           0 :                 return "An attempt has been made to connect to a session whose video mode is not supported by the current client.";
    5386           0 :                 break;
    5387           0 :         case 0x1b7b:
    5388           0 :                 return "The application attempted to enable DOS graphics mode. DOS graphics mode is not supported.";
    5389           0 :                 break;
    5390           0 :         case 0x1b7d:
    5391           0 :                 return "Your interactive logon privilege has been disabled. Contact your administrator.";
    5392           0 :                 break;
    5393           0 :         case 0x1b7e:
    5394           0 :                 return "The requested operation can be performed only on the system console. This is most often the result of a driver or system DLL requiring direct console access.";
    5395           0 :                 break;
    5396           0 :         case 0x1b80:
    5397           0 :                 return "The client failed to respond to the server connect message.";
    5398           0 :                 break;
    5399           0 :         case 0x1b81:
    5400           0 :                 return "Disconnecting the console session is not supported.";
    5401           0 :                 break;
    5402           0 :         case 0x1b82:
    5403           0 :                 return "Reconnecting a disconnected session to the console is not supported.";
    5404           0 :                 break;
    5405           0 :         case 0x1b84:
    5406           0 :                 return "The request to control another session remotely was denied.";
    5407           0 :                 break;
    5408           0 :         case 0x1b85:
    5409           0 :                 return "The requested session access is denied.";
    5410           0 :                 break;
    5411           0 :         case 0x1b89:
    5412           0 :                 return "The specified terminal connection driver is invalid.";
    5413           0 :                 break;
    5414           0 :         case 0x1b8a:
    5415           0 :                 return "The requested session cannot be controlled remotely. This might be because the session is disconnected or does not currently have a user logged on.";
    5416           0 :                 break;
    5417           0 :         case 0x1b8b:
    5418           0 :                 return "The requested session is not configured to allow remote control.";
    5419           0 :                 break;
    5420           0 :         case 0x1b8c:
    5421           0 :                 return "Your request to connect to this terminal server has been rejected. Your terminal server client license number is currently being used by another user. Call your system administrator to obtain a unique license number.";
    5422           0 :                 break;
    5423           0 :         case 0x1b8d:
    5424           0 :                 return "Your request to connect to this terminal server has been rejected. Your terminal server client license number has not been entered for this copy of the terminal server client. Contact your system administrator.";
    5425           0 :                 break;
    5426           0 :         case 0x1b8e:
    5427           0 :                 return "The number of connections to this computer is limited and all connections are in use right now. Try connecting later or contact your system administrator.";
    5428           0 :                 break;
    5429           0 :         case 0x1b8f:
    5430           0 :                 return "The client you are using is not licensed to use this system. Your logon request is denied.";
    5431           0 :                 break;
    5432           0 :         case 0x1b90:
    5433           0 :                 return "The system license has expired. Your logon request is denied.";
    5434           0 :                 break;
    5435           0 :         case 0x1b91:
    5436           0 :                 return "Remote control could not be terminated because the specified session is not currently being remotely controlled.";
    5437           0 :                 break;
    5438           0 :         case 0x1b92:
    5439           0 :                 return "The remote control of the console was terminated because the display mode was changed. Changing the display mode in a remote control session is not supported.";
    5440           0 :                 break;
    5441           0 :         case 0x1b93:
    5442           0 :                 return "Activation has already been reset the maximum number of times for this installation. Your activation timer will not be cleared.";
    5443           0 :                 break;
    5444           0 :         case 0x1b94:
    5445           0 :                 return "Remote logons are currently disabled.";
    5446           0 :                 break;
    5447           0 :         case 0x1b95:
    5448           0 :                 return "You do not have the proper encryption level to access this session.";
    5449           0 :                 break;
    5450           0 :         case 0x1b96:
    5451           0 :                 return "The user %s\\%s is currently logged on to this computer. Only the current user or an administrator can log on to this computer.";
    5452           0 :                 break;
    5453           0 :         case 0x1b97:
    5454           0 :                 return "The user %s\\%s is already logged on to the console of this computer. You do not have permission to log in at this time. To resolve this issue, contact %s\\%s and have them log off.";
    5455           0 :                 break;
    5456           0 :         case 0x1b98:
    5457           0 :                 return "Unable to log you on because of an account restriction.";
    5458           0 :                 break;
    5459           0 :         case 0x1b99:
    5460           0 :                 return "The RDP component %2 detected an error in the protocol stream and has disconnected the client.";
    5461           0 :                 break;
    5462           0 :         case 0x1b9a:
    5463           0 :                 return "The Client Drive Mapping Service has connected on terminal connection.";
    5464           0 :                 break;
    5465           0 :         case 0x1b9b:
    5466           0 :                 return "The Client Drive Mapping Service has disconnected on terminal connection.";
    5467           0 :                 break;
    5468           0 :         case 0x1b9c:
    5469           0 :                 return "The terminal server security layer detected an error in the protocol stream and has disconnected the client.";
    5470           0 :                 break;
    5471           0 :         case 0x1b9d:
    5472           0 :                 return "The target session is incompatible with the current session.";
    5473           0 :                 break;
    5474           0 :         case 0x1f41:
    5475           0 :                 return "The file replication service API was called incorrectly.";
    5476           0 :                 break;
    5477           0 :         case 0x1f42:
    5478           0 :                 return "The file replication service cannot be started.";
    5479           0 :                 break;
    5480           0 :         case 0x1f43:
    5481           0 :                 return "The file replication service cannot be stopped.";
    5482           0 :                 break;
    5483           0 :         case 0x1f44:
    5484           0 :                 return "The file replication service API terminated the request. The event log might contain more information.";
    5485           0 :                 break;
    5486           0 :         case 0x1f45:
    5487           0 :                 return "The file replication service terminated the request. The event log might contain more information.";
    5488           0 :                 break;
    5489           0 :         case 0x1f46:
    5490           0 :                 return "The file replication service cannot be contacted. The event log might contain more information.";
    5491           0 :                 break;
    5492           0 :         case 0x1f47:
    5493           0 :                 return "The file replication service cannot satisfy the request because the user has insufficient privileges. The event log might contain more information.";
    5494           0 :                 break;
    5495           0 :         case 0x1f48:
    5496           0 :                 return "The file replication service cannot satisfy the request because authenticated RPC is not available. The event log might contain more information.";
    5497           0 :                 break;
    5498           0 :         case 0x1f49:
    5499           0 :                 return "The file replication service cannot satisfy the request because the user has insufficient privileges on the domain controller. The event log might contain more information.";
    5500           0 :                 break;
    5501           0 :         case 0x1f4a:
    5502           0 :                 return "The file replication service cannot satisfy the request because authenticated RPC is not available on the domain controller. The event log might contain more information.";
    5503           0 :                 break;
    5504           0 :         case 0x1f4b:
    5505           0 :                 return "The file replication service cannot communicate with the file replication service on the domain controller. The event log might contain more information.";
    5506           0 :                 break;
    5507           0 :         case 0x1f4c:
    5508           0 :                 return "The file replication service on the domain controller cannot communicate with the file replication service on this computer. The event log might contain more information.";
    5509           0 :                 break;
    5510           0 :         case 0x1f4d:
    5511           0 :                 return "The file replication service cannot populate the system volume because of an internal error. The event log might contain more information.";
    5512           0 :                 break;
    5513           0 :         case 0x1f4e:
    5514           0 :                 return "The file replication service cannot populate the system volume because of an internal time-out. The event log might contain more information.";
    5515           0 :                 break;
    5516           0 :         case 0x1f4f:
    5517           0 :                 return "The file replication service cannot process the request. The system volume is busy with a previous request.";
    5518           0 :                 break;
    5519           0 :         case 0x1f50:
    5520           0 :                 return "The file replication service cannot stop replicating the system volume because of an internal error. The event log might contain more information.";
    5521           0 :                 break;
    5522           0 :         case 0x1f51:
    5523           0 :                 return "The file replication service detected an invalid parameter.";
    5524           0 :                 break;
    5525           0 :         case 0x2008:
    5526           0 :                 return "An error occurred while installing the directory service. For more information, see the event log.";
    5527           0 :                 break;
    5528           0 :         case 0x2009:
    5529           0 :                 return "The directory service evaluated group memberships locally.";
    5530           0 :                 break;
    5531           0 :         case 0x200a:
    5532           0 :                 return "The specified directory service attribute or value does not exist.";
    5533           0 :                 break;
    5534           0 :         case 0x200b:
    5535           0 :                 return "The attribute syntax specified to the directory service is invalid.";
    5536           0 :                 break;
    5537           0 :         case 0x200c:
    5538           0 :                 return "The attribute type specified to the directory service is not defined.";
    5539           0 :                 break;
    5540           0 :         case 0x200d:
    5541           0 :                 return "The specified directory service attribute or value already exists.";
    5542           0 :                 break;
    5543           0 :         case 0x200e:
    5544           0 :                 return "The directory service is busy.";
    5545           0 :                 break;
    5546           0 :         case 0x200f:
    5547           0 :                 return "The directory service is unavailable.";
    5548           0 :                 break;
    5549           0 :         case 0x2010:
    5550           0 :                 return "The directory service was unable to allocate a relative identifier.";
    5551           0 :                 break;
    5552           0 :         case 0x2011:
    5553           0 :                 return "The directory service has exhausted the pool of relative identifiers.";
    5554           0 :                 break;
    5555           0 :         case 0x2012:
    5556           0 :                 return "The requested operation could not be performed because the directory service is not the master for that type of operation.";
    5557           0 :                 break;
    5558           0 :         case 0x2013:
    5559           0 :                 return "The directory service was unable to initialize the subsystem that allocates relative identifiers.";
    5560           0 :                 break;
    5561           0 :         case 0x2014:
    5562           0 :                 return "The requested operation did not satisfy one or more constraints associated with the class of the object.";
    5563           0 :                 break;
    5564           0 :         case 0x2015:
    5565           0 :                 return "The directory service can perform the requested operation only on a leaf object.";
    5566           0 :                 break;
    5567           0 :         case 0x2016:
    5568           0 :                 return "The directory service cannot perform the requested operation on the relative distinguished name (RDN) attribute of an object.";
    5569           0 :                 break;
    5570           0 :         case 0x2017:
    5571           0 :                 return "The directory service detected an attempt to modify the object class of an object.";
    5572           0 :                 break;
    5573           0 :         case 0x2018:
    5574           0 :                 return "The requested cross-domain move operation could not be performed.";
    5575           0 :                 break;
    5576           0 :         case 0x2019:
    5577           0 :                 return "Unable to contact the global catalog (GC) server.";
    5578           0 :                 break;
    5579           0 :         case 0x201a:
    5580           0 :                 return "The policy object is shared and can only be modified at the root.";
    5581           0 :                 break;
    5582           0 :         case 0x201b:
    5583           0 :                 return "The policy object does not exist.";
    5584           0 :                 break;
    5585           0 :         case 0x201c:
    5586           0 :                 return "The requested policy information is only in the directory service.";
    5587           0 :                 break;
    5588           0 :         case 0x201d:
    5589           0 :                 return "A domain controller promotion is currently active.";
    5590           0 :                 break;
    5591           0 :         case 0x201e:
    5592           0 :                 return "A domain controller promotion is not currently active.";
    5593           0 :                 break;
    5594           0 :         case 0x2020:
    5595           0 :                 return "An operations error occurred.";
    5596           0 :                 break;
    5597           0 :         case 0x2021:
    5598           0 :                 return "A protocol error occurred.";
    5599           0 :                 break;
    5600           0 :         case 0x2022:
    5601           0 :                 return "The time limit for this request was exceeded.";
    5602           0 :                 break;
    5603           0 :         case 0x2023:
    5604           0 :                 return "The size limit for this request was exceeded.";
    5605           0 :                 break;
    5606           0 :         case 0x2024:
    5607           0 :                 return "The administrative limit for this request was exceeded.";
    5608           0 :                 break;
    5609           0 :         case 0x2025:
    5610           0 :                 return "The compare response was false.";
    5611           0 :                 break;
    5612           0 :         case 0x2026:
    5613           0 :                 return "The compare response was true.";
    5614           0 :                 break;
    5615           0 :         case 0x2027:
    5616           0 :                 return "The requested authentication method is not supported by the server.";
    5617           0 :                 break;
    5618           0 :         case 0x2028:
    5619           0 :                 return "A more secure authentication method is required for this server.";
    5620           0 :                 break;
    5621           0 :         case 0x2029:
    5622           0 :                 return "Inappropriate authentication.";
    5623           0 :                 break;
    5624           0 :         case 0x202a:
    5625           0 :                 return "The authentication mechanism is unknown.";
    5626           0 :                 break;
    5627           0 :         case 0x202b:
    5628           0 :                 return "A referral was returned from the server.";
    5629           0 :                 break;
    5630           0 :         case 0x202c:
    5631           0 :                 return "The server does not support the requested critical extension.";
    5632           0 :                 break;
    5633           0 :         case 0x202d:
    5634           0 :                 return "This request requires a secure connection.";
    5635           0 :                 break;
    5636           0 :         case 0x202e:
    5637           0 :                 return "Inappropriate matching.";
    5638           0 :                 break;
    5639           0 :         case 0x202f:
    5640           0 :                 return "A constraint violation occurred.";
    5641           0 :                 break;
    5642           0 :         case 0x2030:
    5643           0 :                 return "There is no such object on the server.";
    5644           0 :                 break;
    5645           0 :         case 0x2031:
    5646           0 :                 return "There is an alias problem.";
    5647           0 :                 break;
    5648           0 :         case 0x2032:
    5649           0 :                 return "An invalid dn syntax has been specified.";
    5650           0 :                 break;
    5651           0 :         case 0x2033:
    5652           0 :                 return "The object is a leaf object.";
    5653           0 :                 break;
    5654           0 :         case 0x2034:
    5655           0 :                 return "There is an alias dereferencing problem.";
    5656           0 :                 break;
    5657           0 :         case 0x2035:
    5658           0 :                 return "The server is unwilling to process the request.";
    5659           0 :                 break;
    5660           0 :         case 0x2036:
    5661           0 :                 return "A loop has been detected.";
    5662           0 :                 break;
    5663           0 :         case 0x2037:
    5664           0 :                 return "There is a naming violation.";
    5665           0 :                 break;
    5666           0 :         case 0x2038:
    5667           0 :                 return "The result set is too large.";
    5668           0 :                 break;
    5669           0 :         case 0x2039:
    5670           0 :                 return "The operation affects multiple DSAs.";
    5671           0 :                 break;
    5672           0 :         case 0x203a:
    5673           0 :                 return "The server is not operational.";
    5674           0 :                 break;
    5675           0 :         case 0x203b:
    5676           0 :                 return "A local error has occurred.";
    5677           0 :                 break;
    5678           0 :         case 0x203c:
    5679           0 :                 return "An encoding error has occurred.";
    5680           0 :                 break;
    5681           0 :         case 0x203d:
    5682           0 :                 return "A decoding error has occurred.";
    5683           0 :                 break;
    5684           0 :         case 0x203e:
    5685           0 :                 return "The search filter cannot be recognized.";
    5686           0 :                 break;
    5687           0 :         case 0x203f:
    5688           0 :                 return "One or more parameters are illegal.";
    5689           0 :                 break;
    5690           0 :         case 0x2040:
    5691           0 :                 return "The specified method is not supported.";
    5692           0 :                 break;
    5693           0 :         case 0x2041:
    5694           0 :                 return "No results were returned.";
    5695           0 :                 break;
    5696           0 :         case 0x2042:
    5697           0 :                 return "The specified control is not supported by the server.";
    5698           0 :                 break;
    5699           0 :         case 0x2043:
    5700           0 :                 return "A referral loop was detected by the client.";
    5701           0 :                 break;
    5702           0 :         case 0x2044:
    5703           0 :                 return "The preset referral limit was exceeded.";
    5704           0 :                 break;
    5705           0 :         case 0x2045:
    5706           0 :                 return "The search requires a SORT control.";
    5707           0 :                 break;
    5708           0 :         case 0x2046:
    5709           0 :                 return "The search results exceed the offset range specified.";
    5710           0 :                 break;
    5711           0 :         case 0x206d:
    5712           0 :                 return "The root object must be the head of a naming context. The root object cannot have an instantiated parent.";
    5713           0 :                 break;
    5714           0 :         case 0x206e:
    5715           0 :                 return "The add replica operation cannot be performed. The naming context must be writable to create the replica.";
    5716           0 :                 break;
    5717           0 :         case 0x206f:
    5718           0 :                 return "A reference to an attribute that is not defined in the schema occurred.";
    5719           0 :                 break;
    5720           0 :         case 0x2070:
    5721           0 :                 return "The maximum size of an object has been exceeded.";
    5722           0 :                 break;
    5723           0 :         case 0x2071:
    5724           0 :                 return "An attempt was made to add an object to the directory with a name that is already in use.";
    5725           0 :                 break;
    5726           0 :         case 0x2072:
    5727           0 :                 return "An attempt was made to add an object of a class that does not have an RDN defined in the schema.";
    5728           0 :                 break;
    5729           0 :         case 0x2073:
    5730           0 :                 return "An attempt was made to add an object using an RDN that is not the RDN defined in the schema.";
    5731           0 :                 break;
    5732           0 :         case 0x2074:
    5733           0 :                 return "None of the requested attributes were found on the objects.";
    5734           0 :                 break;
    5735           0 :         case 0x2075:
    5736           0 :                 return "The user buffer is too small.";
    5737           0 :                 break;
    5738           0 :         case 0x2076:
    5739           0 :                 return "The attribute specified in the operation is not present on the object.";
    5740           0 :                 break;
    5741           0 :         case 0x2077:
    5742           0 :                 return "Illegal modify operation. Some aspect of the modification is not permitted.";
    5743           0 :                 break;
    5744           0 :         case 0x2078:
    5745           0 :                 return "The specified object is too large.";
    5746           0 :                 break;
    5747           0 :         case 0x2079:
    5748           0 :                 return "The specified instance type is not valid.";
    5749           0 :                 break;
    5750           0 :         case 0x207a:
    5751           0 :                 return "The operation must be performed at a master DSA.";
    5752           0 :                 break;
    5753           0 :         case 0x207b:
    5754           0 :                 return "The object class attribute must be specified.";
    5755           0 :                 break;
    5756           0 :         case 0x207c:
    5757           0 :                 return "A required attribute is missing.";
    5758           0 :                 break;
    5759           0 :         case 0x207d:
    5760           0 :                 return "An attempt was made to modify an object to include an attribute that is not legal for its class.";
    5761           0 :                 break;
    5762           0 :         case 0x207e:
    5763           0 :                 return "The specified attribute is already present on the object.";
    5764           0 :                 break;
    5765           0 :         case 0x2080:
    5766           0 :                 return "The specified attribute is not present, or has no values.";
    5767           0 :                 break;
    5768           0 :         case 0x2081:
    5769           0 :                 return "Multiple values were specified for an attribute that can have only one value.";
    5770           0 :                 break;
    5771           0 :         case 0x2082:
    5772           0 :                 return "A value for the attribute was not in the acceptable range of values.";
    5773           0 :                 break;
    5774           0 :         case 0x2083:
    5775           0 :                 return "The specified value already exists.";
    5776           0 :                 break;
    5777           0 :         case 0x2084:
    5778           0 :                 return "The attribute cannot be removed because it is not present on the object.";
    5779           0 :                 break;
    5780           0 :         case 0x2085:
    5781           0 :                 return "The attribute value cannot be removed because it is not present on the object.";
    5782           0 :                 break;
    5783           0 :         case 0x2086:
    5784           0 :                 return "The specified root object cannot be a subreference.";
    5785           0 :                 break;
    5786           0 :         case 0x2087:
    5787           0 :                 return "Chaining is not permitted.";
    5788           0 :                 break;
    5789           0 :         case 0x2088:
    5790           0 :                 return "Chained evaluation is not permitted.";
    5791           0 :                 break;
    5792           0 :         case 0x2089:
    5793           0 :                 return "The operation could not be performed because the object's parent is either uninstantiated or deleted.";
    5794           0 :                 break;
    5795           0 :         case 0x208a:
    5796           0 :                 return "Having a parent that is an alias is not permitted. Aliases are leaf objects.";
    5797           0 :                 break;
    5798           0 :         case 0x208b:
    5799           0 :                 return "The object and parent must be of the same type, either both masters or both replicas.";
    5800           0 :                 break;
    5801           0 :         case 0x208c:
    5802           0 :                 return "The operation cannot be performed because child objects exist. This operation can only be performed on a leaf object.";
    5803           0 :                 break;
    5804           0 :         case 0x208d:
    5805           0 :                 return "Directory object not found.";
    5806           0 :                 break;
    5807           0 :         case 0x208e:
    5808           0 :                 return "The aliased object is missing.";
    5809           0 :                 break;
    5810           0 :         case 0x208f:
    5811           0 :                 return "The object name has bad syntax.";
    5812           0 :                 break;
    5813           0 :         case 0x2090:
    5814           0 :                 return "An alias is not permitted to refer to another alias.";
    5815           0 :                 break;
    5816           0 :         case 0x2091:
    5817           0 :                 return "The alias cannot be dereferenced.";
    5818           0 :                 break;
    5819           0 :         case 0x2092:
    5820           0 :                 return "The operation is out of scope.";
    5821           0 :                 break;
    5822           0 :         case 0x2093:
    5823           0 :                 return "The operation cannot continue because the object is in the process of being removed.";
    5824           0 :                 break;
    5825           0 :         case 0x2094:
    5826           0 :                 return "The DSA object cannot be deleted.";
    5827           0 :                 break;
    5828           0 :         case 0x2095:
    5829           0 :                 return "A directory service error has occurred.";
    5830           0 :                 break;
    5831           0 :         case 0x2096:
    5832           0 :                 return "The operation can only be performed on an internal master DSA object.";
    5833           0 :                 break;
    5834           0 :         case 0x2097:
    5835           0 :                 return "The object must be of class DSA.";
    5836           0 :                 break;
    5837           0 :         case 0x2098:
    5838           0 :                 return "Insufficient access rights to perform the operation.";
    5839           0 :                 break;
    5840           0 :         case 0x2099:
    5841           0 :                 return "The object cannot be added because the parent is not on the list of possible superiors.";
    5842           0 :                 break;
    5843           0 :         case 0x209a:
    5844           0 :                 return "Access to the attribute is not permitted because the attribute is owned by the SAM.";
    5845           0 :                 break;
    5846           0 :         case 0x209b:
    5847           0 :                 return "The name has too many parts.";
    5848           0 :                 break;
    5849           0 :         case 0x209c:
    5850           0 :                 return "The name is too long.";
    5851           0 :                 break;
    5852           0 :         case 0x209d:
    5853           0 :                 return "The name value is too long.";
    5854           0 :                 break;
    5855           0 :         case 0x209e:
    5856           0 :                 return "The directory service encountered an error parsing a name.";
    5857           0 :                 break;
    5858           0 :         case 0x209f:
    5859           0 :                 return "The directory service cannot get the attribute type for a name.";
    5860           0 :                 break;
    5861           0 :         case 0x20a0:
    5862           0 :                 return "The name does not identify an object; the name identifies a phantom.";
    5863           0 :                 break;
    5864           0 :         case 0x20a1:
    5865           0 :                 return "The security descriptor is too short.";
    5866           0 :                 break;
    5867           0 :         case 0x20a2:
    5868           0 :                 return "The security descriptor is invalid.";
    5869           0 :                 break;
    5870           0 :         case 0x20a3:
    5871           0 :                 return "Failed to create name for deleted object.";
    5872           0 :                 break;
    5873           0 :         case 0x20a4:
    5874           0 :                 return "The parent of a new subreference must exist.";
    5875           0 :                 break;
    5876           0 :         case 0x20a5:
    5877           0 :                 return "The object must be a naming context.";
    5878           0 :                 break;
    5879           0 :         case 0x20a6:
    5880           0 :                 return "It is not permitted to add an attribute that is owned by the system.";
    5881           0 :                 break;
    5882           0 :         case 0x20a7:
    5883           0 :                 return "The class of the object must be structural; you cannot instantiate an abstract class.";
    5884           0 :                 break;
    5885           0 :         case 0x20a8:
    5886           0 :                 return "The schema object could not be found.";
    5887           0 :                 break;
    5888           0 :         case 0x20a9:
    5889           0 :                 return "A local object with this GUID (dead or alive) already exists.";
    5890           0 :                 break;
    5891           0 :         case 0x20aa:
    5892           0 :                 return "The operation cannot be performed on a back link.";
    5893           0 :                 break;
    5894           0 :         case 0x20ab:
    5895           0 :                 return "The cross-reference for the specified naming context could not be found.";
    5896           0 :                 break;
    5897           0 :         case 0x20ac:
    5898           0 :                 return "The operation could not be performed because the directory service is shutting down.";
    5899           0 :                 break;
    5900           0 :         case 0x20ad:
    5901           0 :                 return "The directory service request is invalid.";
    5902           0 :                 break;
    5903           0 :         case 0x20ae:
    5904           0 :                 return "The role owner attribute could not be read.";
    5905           0 :                 break;
    5906           0 :         case 0x20af:
    5907           0 :                 return "The requested Flexible Single Master Operations (FSMO) operation failed. The current FSMO holder could not be contacted.";
    5908           0 :                 break;
    5909           0 :         case 0x20b0:
    5910           0 :                 return "Modification of a distinguished name across a naming context is not permitted.";
    5911           0 :                 break;
    5912           0 :         case 0x20b1:
    5913           0 :                 return "The attribute cannot be modified because it is owned by the system.";
    5914           0 :                 break;
    5915           0 :         case 0x20b2:
    5916           0 :                 return "Only the replicator can perform this function.";
    5917           0 :                 break;
    5918           0 :         case 0x20b3:
    5919           0 :                 return "The specified class is not defined.";
    5920           0 :                 break;
    5921           0 :         case 0x20b4:
    5922           0 :                 return "The specified class is not a subclass.";
    5923           0 :                 break;
    5924           0 :         case 0x20b5:
    5925           0 :                 return "The name reference is invalid.";
    5926           0 :                 break;
    5927           0 :         case 0x20b6:
    5928           0 :                 return "A cross-reference already exists.";
    5929           0 :                 break;
    5930           0 :         case 0x20b7:
    5931           0 :                 return "It is not permitted to delete a master cross-reference.";
    5932           0 :                 break;
    5933           0 :         case 0x20b8:
    5934           0 :                 return "Subtree notifications are only supported on naming context (NC) heads.";
    5935           0 :                 break;
    5936           0 :         case 0x20b9:
    5937           0 :                 return "Notification filter is too complex.";
    5938           0 :                 break;
    5939           0 :         case 0x20ba:
    5940           0 :                 return "Schema update failed: Duplicate RDN.";
    5941           0 :                 break;
    5942           0 :         case 0x20bb:
    5943           0 :                 return "Schema update failed: Duplicate OID.";
    5944           0 :                 break;
    5945           0 :         case 0x20bc:
    5946           0 :                 return "Schema update failed: Duplicate Message Application Programming Interface (MAPI) identifier.";
    5947           0 :                 break;
    5948           0 :         case 0x20bd:
    5949           0 :                 return "Schema update failed: Duplicate schema ID GUID.";
    5950           0 :                 break;
    5951           0 :         case 0x20be:
    5952           0 :                 return "Schema update failed: Duplicate LDAP display name.";
    5953           0 :                 break;
    5954           0 :         case 0x20bf:
    5955           0 :                 return "Schema update failed: Range-Lower less than Range-Upper.";
    5956           0 :                 break;
    5957           0 :         case 0x20c0:
    5958           0 :                 return "Schema update failed: Syntax mismatch.";
    5959           0 :                 break;
    5960           0 :         case 0x20c1:
    5961           0 :                 return "Schema deletion failed: Attribute is used in the Must-Contain list.";
    5962           0 :                 break;
    5963           0 :         case 0x20c2:
    5964           0 :                 return "Schema deletion failed: Attribute is used in the May-Contain list.";
    5965           0 :                 break;
    5966           0 :         case 0x20c3:
    5967           0 :                 return "Schema update failed: Attribute in May-Contain list does not exist.";
    5968           0 :                 break;
    5969           0 :         case 0x20c4:
    5970           0 :                 return "Schema update failed: Attribute in the Must-Contain list does not exist.";
    5971           0 :                 break;
    5972           0 :         case 0x20c5:
    5973           0 :                 return "Schema update failed: Class in the Aux Class list does not exist or is not an auxiliary class.";
    5974           0 :                 break;
    5975           0 :         case 0x20c6:
    5976           0 :                 return "Schema update failed: Class in the Poss-Superiors list does not exist.";
    5977           0 :                 break;
    5978           0 :         case 0x20c7:
    5979           0 :                 return "Schema update failed: Class in the subclass of the list does not exist or does not satisfy hierarchy rules.";
    5980           0 :                 break;
    5981           0 :         case 0x20c8:
    5982           0 :                 return "Schema update failed: Rdn-Att-Id has wrong syntax.";
    5983           0 :                 break;
    5984           0 :         case 0x20c9:
    5985           0 :                 return "Schema deletion failed: Class is used as an auxiliary class.";
    5986           0 :                 break;
    5987           0 :         case 0x20ca:
    5988           0 :                 return "Schema deletion failed: Class is used as a subclass.";
    5989           0 :                 break;
    5990           0 :         case 0x20cb:
    5991           0 :                 return "Schema deletion failed: Class is used as a Poss-Superior.";
    5992           0 :                 break;
    5993           0 :         case 0x20cc:
    5994           0 :                 return "Schema update failed in recalculating validation cache.";
    5995           0 :                 break;
    5996           0 :         case 0x20cd:
    5997           0 :                 return "The tree deletion is not finished. The request must be made again to continue deleting the tree.";
    5998           0 :                 break;
    5999           0 :         case 0x20ce:
    6000           0 :                 return "The requested delete operation could not be performed.";
    6001           0 :                 break;
    6002           0 :         case 0x20cf:
    6003           0 :                 return "Cannot read the governs class identifier for the schema record.";
    6004           0 :                 break;
    6005           0 :         case 0x20d0:
    6006           0 :                 return "The attribute schema has bad syntax.";
    6007           0 :                 break;
    6008           0 :         case 0x20d1:
    6009           0 :                 return "The attribute could not be cached.";
    6010           0 :                 break;
    6011           0 :         case 0x20d2:
    6012           0 :                 return "The class could not be cached.";
    6013           0 :                 break;
    6014           0 :         case 0x20d3:
    6015           0 :                 return "The attribute could not be removed from the cache.";
    6016           0 :                 break;
    6017           0 :         case 0x20d4:
    6018           0 :                 return "The class could not be removed from the cache.";
    6019           0 :                 break;
    6020           0 :         case 0x20d5:
    6021           0 :                 return "The distinguished name attribute could not be read.";
    6022           0 :                 break;
    6023           0 :         case 0x20d6:
    6024           0 :                 return "No superior reference has been configured for the directory service. The directory service is, therefore, unable to issue referrals to objects outside this forest.";
    6025           0 :                 break;
    6026           0 :         case 0x20d7:
    6027           0 :                 return "The instance type attribute could not be retrieved.";
    6028           0 :                 break;
    6029           0 :         case 0x20d8:
    6030           0 :                 return "An internal error has occurred.";
    6031           0 :                 break;
    6032           0 :         case 0x20d9:
    6033           0 :                 return "A database error has occurred.";
    6034           0 :                 break;
    6035           0 :         case 0x20da:
    6036           0 :                 return "The governsID attribute is missing.";
    6037           0 :                 break;
    6038           0 :         case 0x20db:
    6039           0 :                 return "An expected attribute is missing.";
    6040           0 :                 break;
    6041           0 :         case 0x20dc:
    6042           0 :                 return "The specified naming context is missing a cross-reference.";
    6043           0 :                 break;
    6044           0 :         case 0x20dd:
    6045           0 :                 return "A security checking error has occurred.";
    6046           0 :                 break;
    6047           0 :         case 0x20de:
    6048           0 :                 return "The schema is not loaded.";
    6049           0 :                 break;
    6050           0 :         case 0x20df:
    6051           0 :                 return "Schema allocation failed. Check if the machine is running low on memory.";
    6052           0 :                 break;
    6053           0 :         case 0x20e0:
    6054           0 :                 return "Failed to obtain the required syntax for the attribute schema.";
    6055           0 :                 break;
    6056           0 :         case 0x20e1:
    6057           0 :                 return "The GC verification failed. The GC is not available or does not support the operation. Some part of the directory is currently not available.";
    6058           0 :                 break;
    6059           0 :         case 0x20e2:
    6060           0 :                 return "The replication operation failed because of a schema mismatch between the servers involved.";
    6061           0 :                 break;
    6062           0 :         case 0x20e3:
    6063           0 :                 return "The DSA object could not be found.";
    6064           0 :                 break;
    6065           0 :         case 0x20e4:
    6066           0 :                 return "The naming context could not be found.";
    6067           0 :                 break;
    6068           0 :         case 0x20e5:
    6069           0 :                 return "The naming context could not be found in the cache.";
    6070           0 :                 break;
    6071           0 :         case 0x20e6:
    6072           0 :                 return "The child object could not be retrieved.";
    6073           0 :                 break;
    6074           0 :         case 0x20e7:
    6075           0 :                 return "The modification was not permitted for security reasons.";
    6076           0 :                 break;
    6077           0 :         case 0x20e8:
    6078           0 :                 return "The operation cannot replace the hidden record.";
    6079           0 :                 break;
    6080           0 :         case 0x20e9:
    6081           0 :                 return "The hierarchy file is invalid.";
    6082           0 :                 break;
    6083           0 :         case 0x20ea:
    6084           0 :                 return "The attempt to build the hierarchy table failed.";
    6085           0 :                 break;
    6086           0 :         case 0x20eb:
    6087           0 :                 return "The directory configuration parameter is missing from the registry.";
    6088           0 :                 break;
    6089           0 :         case 0x20ec:
    6090           0 :                 return "The attempt to count the address book indices failed.";
    6091           0 :                 break;
    6092           0 :         case 0x20ed:
    6093           0 :                 return "The allocation of the hierarchy table failed.";
    6094           0 :                 break;
    6095           0 :         case 0x20ee:
    6096           0 :                 return "The directory service encountered an internal failure.";
    6097           0 :                 break;
    6098           0 :         case 0x20ef:
    6099           0 :                 return "The directory service encountered an unknown failure.";
    6100           0 :                 break;
    6101           0 :         case 0x20f0:
    6102           0 :                 return "A root object requires a class of \"top\".";
    6103           0 :                 break;
    6104           0 :         case 0x20f1:
    6105           0 :                 return "This directory server is shutting down, and cannot take ownership of new floating single-master operation roles.";
    6106           0 :                 break;
    6107           0 :         case 0x20f2:
    6108           0 :                 return "The directory service is missing mandatory configuration information and is unable to determine the ownership of floating single-master operation roles.";
    6109           0 :                 break;
    6110           0 :         case 0x20f3:
    6111           0 :                 return "The directory service was unable to transfer ownership of one or more floating single-master operation roles to other servers.";
    6112           0 :                 break;
    6113           0 :         case 0x20f4:
    6114           0 :                 return "The replication operation failed.";
    6115           0 :                 break;
    6116           0 :         case 0x20f5:
    6117           0 :                 return "An invalid parameter was specified for this replication operation.";
    6118           0 :                 break;
    6119           0 :         case 0x20f6:
    6120           0 :                 return "The directory service is too busy to complete the replication operation at this time.";
    6121           0 :                 break;
    6122           0 :         case 0x20f7:
    6123           0 :                 return "The DN specified for this replication operation is invalid.";
    6124           0 :                 break;
    6125           0 :         case 0x20f8:
    6126           0 :                 return "The naming context specified for this replication operation is invalid.";
    6127           0 :                 break;
    6128           0 :         case 0x20f9:
    6129           0 :                 return "The DN specified for this replication operation already exists.";
    6130           0 :                 break;
    6131           0 :         case 0x20fa:
    6132           0 :                 return "The replication system encountered an internal error.";
    6133           0 :                 break;
    6134           0 :         case 0x20fb:
    6135           0 :                 return "The replication operation encountered a database inconsistency.";
    6136           0 :                 break;
    6137           0 :         case 0x20fc:
    6138           0 :                 return "The server specified for this replication operation could not be contacted.";
    6139           0 :                 break;
    6140           0 :         case 0x20fd:
    6141           0 :                 return "The replication operation encountered an object with an invalid instance type.";
    6142           0 :                 break;
    6143           0 :         case 0x20fe:
    6144           0 :                 return "The replication operation failed to allocate memory.";
    6145           0 :                 break;
    6146           0 :         case 0x20ff:
    6147           0 :                 return "The replication operation encountered an error with the mail system.";
    6148           0 :                 break;
    6149           0 :         case 0x2100:
    6150           0 :                 return "The replication reference information for the target server already exists.";
    6151           0 :                 break;
    6152           0 :         case 0x2101:
    6153           0 :                 return "The replication reference information for the target server does not exist.";
    6154           0 :                 break;
    6155           0 :         case 0x2102:
    6156           0 :                 return "The naming context cannot be removed because it is replicated to another server.";
    6157           0 :                 break;
    6158           0 :         case 0x2103:
    6159           0 :                 return "The replication operation encountered a database error.";
    6160           0 :                 break;
    6161           0 :         case 0x2104:
    6162           0 :                 return "The naming context is in the process of being removed or is not replicated from the specified server.";
    6163           0 :                 break;
    6164           0 :         case 0x2105:
    6165           0 :                 return "Replication access was denied.";
    6166           0 :                 break;
    6167           0 :         case 0x2106:
    6168           0 :                 return "The requested operation is not supported by this version of the directory service.";
    6169           0 :                 break;
    6170           0 :         case 0x2107:
    6171           0 :                 return "The replication RPC was canceled.";
    6172           0 :                 break;
    6173           0 :         case 0x2108:
    6174           0 :                 return "The source server is currently rejecting replication requests.";
    6175           0 :                 break;
    6176           0 :         case 0x2109:
    6177           0 :                 return "The destination server is currently rejecting replication requests.";
    6178           0 :                 break;
    6179           0 :         case 0x210a:
    6180           0 :                 return "The replication operation failed due to a collision of object names.";
    6181           0 :                 break;
    6182           0 :         case 0x210b:
    6183           0 :                 return "The replication source has been reinstalled.";
    6184           0 :                 break;
    6185           0 :         case 0x210c:
    6186           0 :                 return "The replication operation failed because a required parent object is missing.";
    6187           0 :                 break;
    6188           0 :         case 0x210d:
    6189           0 :                 return "The replication operation was preempted.";
    6190           0 :                 break;
    6191           0 :         case 0x210e:
    6192           0 :                 return "The replication synchronization attempt was abandoned because of a lack of updates.";
    6193           0 :                 break;
    6194           0 :         case 0x210f:
    6195           0 :                 return "The replication operation was terminated because the system is shutting down.";
    6196           0 :                 break;
    6197           0 :         case 0x2110:
    6198           0 :                 return "A synchronization attempt failed because the destination DC is currently waiting to synchronize new partial attributes from the source. This condition is normal if a recent schema change modified the partial attribute set. The destination partial attribute set is not a subset of the source partial attribute set.";
    6199           0 :                 break;
    6200           0 :         case 0x2111:
    6201           0 :                 return "The replication synchronization attempt failed because a master replica attempted to sync from a partial replica.";
    6202           0 :                 break;
    6203           0 :         case 0x2112:
    6204           0 :                 return "The server specified for this replication operation was contacted, but that server was unable to contact an additional server needed to complete the operation.";
    6205           0 :                 break;
    6206           0 :         case 0x2113:
    6207           0 :                 return "The version of the directory service schema of the source forest is not compatible with the version of the directory service on this computer.";
    6208           0 :                 break;
    6209           0 :         case 0x2114:
    6210           0 :                 return "Schema update failed: An attribute with the same link identifier already exists.";
    6211           0 :                 break;
    6212           0 :         case 0x2115:
    6213           0 :                 return "Name translation: Generic processing error.";
    6214           0 :                 break;
    6215           0 :         case 0x2116:
    6216           0 :                 return "Name translation: Could not find the name or insufficient right to see name.";
    6217           0 :                 break;
    6218           0 :         case 0x2117:
    6219           0 :                 return "Name translation: Input name mapped to more than one output name.";
    6220           0 :                 break;
    6221           0 :         case 0x2118:
    6222           0 :                 return "Name translation: The input name was found but not the associated output format.";
    6223           0 :                 break;
    6224           0 :         case 0x2119:
    6225           0 :                 return "Name translation: Unable to resolve completely, only the domain was found.";
    6226           0 :                 break;
    6227           0 :         case 0x211a:
    6228           0 :                 return "Name translation: Unable to perform purely syntactical mapping at the client without going out to the wire.";
    6229           0 :                 break;
    6230           0 :         case 0x211b:
    6231           0 :                 return "Modification of a constructed attribute is not allowed.";
    6232           0 :                 break;
    6233           0 :         case 0x211c:
    6234           0 :                 return "The OM-Object-Class specified is incorrect for an attribute with the specified syntax.";
    6235           0 :                 break;
    6236           0 :         case 0x211d:
    6237           0 :                 return "The replication request has been posted; waiting for a reply.";
    6238           0 :                 break;
    6239           0 :         case 0x211e:
    6240           0 :                 return "The requested operation requires a directory service, and none was available.";
    6241           0 :                 break;
    6242           0 :         case 0x211f:
    6243           0 :                 return "The LDAP display name of the class or attribute contains non-ASCII characters.";
    6244           0 :                 break;
    6245           0 :         case 0x2120:
    6246           0 :                 return "The requested search operation is only supported for base searches.";
    6247           0 :                 break;
    6248           0 :         case 0x2121:
    6249           0 :                 return "The search failed to retrieve attributes from the database.";
    6250           0 :                 break;
    6251           0 :         case 0x2122:
    6252           0 :                 return "The schema update operation tried to add a backward link attribute that has no corresponding forward link.";
    6253           0 :                 break;
    6254           0 :         case 0x2123:
    6255           0 :                 return "The source and destination of a cross-domain move do not agree on the object's epoch number. Either the source or the destination does not have the latest version of the object.";
    6256           0 :                 break;
    6257           0 :         case 0x2124:
    6258           0 :                 return "The source and destination of a cross-domain move do not agree on the object's current name. Either the source or the destination does not have the latest version of the object.";
    6259           0 :                 break;
    6260           0 :         case 0x2125:
    6261           0 :                 return "The source and destination for the cross-domain move operation are identical. The caller should use a local move operation instead of a cross-domain move operation.";
    6262           0 :                 break;
    6263           0 :         case 0x2126:
    6264           0 :                 return "The source and destination for a cross-domain move do not agree on the naming contexts in the forest. Either the source or the destination does not have the latest version of the Partitions container.";
    6265           0 :                 break;
    6266           0 :         case 0x2127:
    6267           0 :                 return "The destination of a cross-domain move is not authoritative for the destination naming context.";
    6268           0 :                 break;
    6269           0 :         case 0x2128:
    6270           0 :                 return "The source and destination of a cross-domain move do not agree on the identity of the source object. Either the source or the destination does not have the latest version of the source object.";
    6271           0 :                 break;
    6272           0 :         case 0x2129:
    6273           0 :                 return "The object being moved across domains is already known to be deleted by the destination server. The source server does not have the latest version of the source object.";
    6274           0 :                 break;
    6275           0 :         case 0x212a:
    6276           0 :                 return "Another operation that requires exclusive access to the PDC FSMO is already in progress.";
    6277           0 :                 break;
    6278           0 :         case 0x212b:
    6279           0 :                 return "A cross-domain move operation failed because two versions of the moved object exist—one each in the source and destination domains. The destination object needs to be removed to restore the system to a consistent state.";
    6280           0 :                 break;
    6281           0 :         case 0x212c:
    6282           0 :                 return "This object cannot be moved across domain boundaries either because cross-domain moves for this class are not allowed, or the object has some special characteristics, for example, a trust account or a restricted relative identifier (RID), that prevent its move.";
    6283           0 :                 break;
    6284           0 :         case 0x212d:
    6285           0 :                 return "Cannot move objects with memberships across domain boundaries because, once moved, this violates the membership conditions of the account group. Remove the object from any account group memberships and retry.";
    6286           0 :                 break;
    6287           0 :         case 0x212e:
    6288           0 :                 return "A naming context head must be the immediate child of another naming context head, not of an interior node.";
    6289           0 :                 break;
    6290           0 :         case 0x212f:
    6291           0 :                 return "The directory cannot validate the proposed naming context name because it does not hold a replica of the naming context above the proposed naming context. Ensure that the domain naming master role is held by a server that is configured as a GC server, and that the server is up-to-date with its replication partners. (Applies only to Windows 2000 operating system domain naming masters.)";
    6292           0 :                 break;
    6293           0 :         case 0x2130:
    6294           0 :                 return "Destination domain must be in native mode.";
    6295           0 :                 break;
    6296           0 :         case 0x2131:
    6297           0 :                 return "The operation cannot be performed because the server does not have an infrastructure container in the domain of interest.";
    6298           0 :                 break;
    6299           0 :         case 0x2132:
    6300           0 :                 return "Cross-domain moves of nonempty account groups is not allowed.";
    6301           0 :                 break;
    6302           0 :         case 0x2133:
    6303           0 :                 return "Cross-domain moves of nonempty resource groups is not allowed.";
    6304           0 :                 break;
    6305           0 :         case 0x2134:
    6306           0 :                 return "The search flags for the attribute are invalid. The ambiguous name resolution (ANR) bit is valid only on attributes of Unicode or Teletex strings.";
    6307           0 :                 break;
    6308           0 :         case 0x2135:
    6309           0 :                 return "Tree deletions starting at an object that has an NC head as a descendant are not allowed.";
    6310           0 :                 break;
    6311           0 :         case 0x2136:
    6312           0 :                 return "The directory service failed to lock a tree in preparation for a tree deletion because the tree was in use.";
    6313           0 :                 break;
    6314           0 :         case 0x2137:
    6315           0 :                 return "The directory service failed to identify the list of objects to delete while attempting a tree deletion.";
    6316           0 :                 break;
    6317           0 :         case 0x2138:
    6318           0 :                 return "SAM initialization failed because of the following error: %1. Error Status: 0x%2. Click OK to shut down the system and reboot into Directory Services Restore Mode. Check the event log for detailed information.";
    6319           0 :                 break;
    6320           0 :         case 0x2139:
    6321           0 :                 return "Only an administrator can modify the membership list of an administrative group.";
    6322           0 :                 break;
    6323           0 :         case 0x213a:
    6324           0 :                 return "Cannot change the primary group ID of a domain controller account.";
    6325           0 :                 break;
    6326           0 :         case 0x213b:
    6327           0 :                 return "An attempt was made to modify the base schema.";
    6328           0 :                 break;
    6329           0 :         case 0x213c:
    6330           0 :                 return "Adding a new mandatory attribute to an existing class, deleting a mandatory attribute from an existing class, or adding an optional attribute to the special class Top that is not a backlink attribute (directly or through inheritance, for example, by adding or deleting an auxiliary class) is not allowed.";
    6331           0 :                 break;
    6332           0 :         case 0x213d:
    6333           0 :                 return "Schema update is not allowed on this DC because the DC is not the schema FSMO role owner.";
    6334           0 :                 break;
    6335           0 :         case 0x213e:
    6336           0 :                 return "An object of this class cannot be created under the schema container. You can only create Attribute-Schema and Class-Schema objects under the schema container.";
    6337           0 :                 break;
    6338           0 :         case 0x213f:
    6339           0 :                 return "The replica or child install failed to get the objectVersion attribute on the schema container on the source DC. Either the attribute is missing on the schema container or the credentials supplied do not have permission to read it.";
    6340           0 :                 break;
    6341           0 :         case 0x2140:
    6342           0 :                 return "The replica or child install failed to read the objectVersion attribute in the SCHEMA section of the file schema.ini in the System32 directory.";
    6343           0 :                 break;
    6344           0 :         case 0x2141:
    6345           0 :                 return "The specified group type is invalid.";
    6346           0 :                 break;
    6347           0 :         case 0x2142:
    6348           0 :                 return "You cannot nest global groups in a mixed domain if the group is security-enabled.";
    6349           0 :                 break;
    6350           0 :         case 0x2143:
    6351           0 :                 return "You cannot nest local groups in a mixed domain if the group is security-enabled.";
    6352           0 :                 break;
    6353           0 :         case 0x2144:
    6354           0 :                 return "A global group cannot have a local group as a member.";
    6355           0 :                 break;
    6356           0 :         case 0x2145:
    6357           0 :                 return "A global group cannot have a universal group as a member.";
    6358           0 :                 break;
    6359           0 :         case 0x2146:
    6360           0 :                 return "A universal group cannot have a local group as a member.";
    6361           0 :                 break;
    6362           0 :         case 0x2147:
    6363           0 :                 return "A global group cannot have a cross-domain member.";
    6364           0 :                 break;
    6365           0 :         case 0x2148:
    6366           0 :                 return "A local group cannot have another cross domain local group as a member.";
    6367           0 :                 break;
    6368           0 :         case 0x2149:
    6369           0 :                 return "A group with primary members cannot change to a security-disabled group.";
    6370           0 :                 break;
    6371           0 :         case 0x214a:
    6372           0 :                 return "The schema cache load failed to convert the string default security descriptor (SD) on a class-schema object.";
    6373           0 :                 break;
    6374           0 :         case 0x214b:
    6375           0 :                 return "Only DSAs configured to be GC servers should be allowed to hold the domain naming master FSMO role. (Applies only to Windows 2000 servers.)";
    6376           0 :                 break;
    6377           0 :         case 0x214c:
    6378           0 :                 return "The DSA operation is unable to proceed because of a DNS lookup failure.";
    6379           0 :                 break;
    6380           0 :         case 0x214d:
    6381           0 :                 return "While processing a change to the DNS host name for an object, the SPN values could not be kept in sync.";
    6382           0 :                 break;
    6383           0 :         case 0x214e:
    6384           0 :                 return "The Security Descriptor attribute could not be read.";
    6385           0 :                 break;
    6386           0 :         case 0x214f:
    6387           0 :                 return "The object requested was not found, but an object with that key was found.";
    6388           0 :                 break;
    6389           0 :         case 0x2150:
    6390           0 :                 return "The syntax of the linked attribute being added is incorrect. Forward links can only have syntax 2.5.5.1, 2.5.5.7, and 2.5.5.14, and backlinks can only have syntax 2.5.5.1.";
    6391           0 :                 break;
    6392           0 :         case 0x2151:
    6393           0 :                 return "SAM needs to get the boot password.";
    6394           0 :                 break;
    6395           0 :         case 0x2152:
    6396           0 :                 return "SAM needs to get the boot key from the floppy disk.";
    6397           0 :                 break;
    6398           0 :         case 0x2153:
    6399           0 :                 return "Directory Service cannot start.";
    6400           0 :                 break;
    6401           0 :         case 0x2154:
    6402           0 :                 return "Directory Services could not start.";
    6403           0 :                 break;
    6404           0 :         case 0x2155:
    6405           0 :                 return "The connection between client and server requires packet privacy or better.";
    6406           0 :                 break;
    6407           0 :         case 0x2156:
    6408           0 :                 return "The source domain cannot be in the same forest as the destination.";
    6409           0 :                 break;
    6410           0 :         case 0x2157:
    6411           0 :                 return "The destination domain MUST be in the forest.";
    6412           0 :                 break;
    6413           0 :         case 0x2158:
    6414           0 :                 return "The operation requires that destination domain auditing be enabled.";
    6415           0 :                 break;
    6416           0 :         case 0x2159:
    6417           0 :                 return "The operation could not locate a DC for the source domain.";
    6418           0 :                 break;
    6419           0 :         case 0x215a:
    6420           0 :                 return "The source object must be a group or user.";
    6421           0 :                 break;
    6422           0 :         case 0x215b:
    6423           0 :                 return "The source object's SID already exists in the destination forest.";
    6424           0 :                 break;
    6425           0 :         case 0x215c:
    6426           0 :                 return "The source and destination object must be of the same type.";
    6427           0 :                 break;
    6428           0 :         case 0x215d:
    6429           0 :                 return "SAM initialization failed because of the following error: %1. Error Status: 0x%2. Click OK to shut down the system and reboot into Safe Mode. Check the event log for detailed information.";
    6430           0 :                 break;
    6431           0 :         case 0x215e:
    6432           0 :                 return "Schema information could not be included in the replication request.";
    6433           0 :                 break;
    6434           0 :         case 0x215f:
    6435           0 :                 return "The replication operation could not be completed due to a schema incompatibility.";
    6436           0 :                 break;
    6437           0 :         case 0x2160:
    6438           0 :                 return "The replication operation could not be completed due to a previous schema incompatibility.";
    6439           0 :                 break;
    6440           0 :         case 0x2161:
    6441           0 :                 return "The replication update could not be applied because either the source or the destination has not yet received information regarding a recent cross-domain move operation.";
    6442           0 :                 break;
    6443           0 :         case 0x2162:
    6444           0 :                 return "The requested domain could not be deleted because there exist domain controllers that still host this domain.";
    6445           0 :                 break;
    6446           0 :         case 0x2163:
    6447           0 :                 return "The requested operation can be performed only on a GC server.";
    6448           0 :                 break;
    6449           0 :         case 0x2164:
    6450           0 :                 return "A local group can only be a member of other local groups in the same domain.";
    6451           0 :                 break;
    6452           0 :         case 0x2165:
    6453           0 :                 return "Foreign security principals cannot be members of universal groups.";
    6454           0 :                 break;
    6455           0 :         case 0x2166:
    6456           0 :                 return "The attribute is not allowed to be replicated to the GC because of security reasons.";
    6457           0 :                 break;
    6458           0 :         case 0x2167:
    6459           0 :                 return "The checkpoint with the PDC could not be taken because too many modifications are currently being processed.";
    6460           0 :                 break;
    6461           0 :         case 0x2168:
    6462           0 :                 return "The operation requires that source domain auditing be enabled.";
    6463           0 :                 break;
    6464           0 :         case 0x2169:
    6465           0 :                 return "Security principal objects can only be created inside domain naming contexts.";
    6466           0 :                 break;
    6467           0 :         case 0x216a:
    6468           0 :                 return "An SPN could not be constructed because the provided host name is not in the necessary format.";
    6469           0 :                 break;
    6470           0 :         case 0x216b:
    6471           0 :                 return "A filter was passed that uses constructed attributes.";
    6472           0 :                 break;
    6473           0 :         case 0x216c:
    6474           0 :                 return "The unicodePwd attribute value must be enclosed in quotation marks.";
    6475           0 :                 break;
    6476           0 :         case 0x216d:
    6477           0 :                 return "Your computer could not be joined to the domain. You have exceeded the maximum number of computer accounts you are allowed to create in this domain. Contact your system administrator to have this limit reset or increased.";
    6478           0 :                 break;
    6479           0 :         case 0x216e:
    6480           0 :                 return "For security reasons, the operation must be run on the destination DC.";
    6481           0 :                 break;
    6482           0 :         case 0x216f:
    6483           0 :                 return "For security reasons, the source DC must be NT4SP4 or greater.";
    6484           0 :                 break;
    6485           0 :         case 0x2170:
    6486           0 :                 return "Critical directory service system objects cannot be deleted during tree deletion operations. The tree deletion might have been partially performed.";
    6487           0 :                 break;
    6488           0 :         case 0x2171:
    6489           0 :                 return "Directory Services could not start because of the following error: %1. Error Status: 0x%2. Click OK to shut down the system. You can use the Recovery Console to further diagnose the system.";
    6490           0 :                 break;
    6491           0 :         case 0x2172:
    6492           0 :                 return "SAM initialization failed because of the following error: %1. Error Status: 0x%2. Click OK to shut down the system. You can use the Recovery Console to further diagnose the system.";
    6493           0 :                 break;
    6494           0 :         case 0x2173:
    6495           0 :                 return "The version of the operating system installed is incompatible with the current forest functional level. You must upgrade to a new version of the operating system before this server can become a domain controller in this forest.";
    6496           0 :                 break;
    6497           0 :         case 0x2174:
    6498           0 :                 return "The version of the operating system installed is incompatible with the current domain functional level. You must upgrade to a new version of the operating system before this server can become a domain controller in this domain.";
    6499           0 :                 break;
    6500           0 :         case 0x2175:
    6501           0 :                 return "The version of the operating system installed on this server no longer supports the current forest functional level. You must raise the forest functional level before this server can become a domain controller in this forest.";
    6502           0 :                 break;
    6503           0 :         case 0x2176:
    6504           0 :                 return "The version of the operating system installed on this server no longer supports the current domain functional level. You must raise the domain functional level before this server can become a domain controller in this domain.";
    6505           0 :                 break;
    6506           0 :         case 0x2177:
    6507           0 :                 return "The version of the operating system installed on this server is incompatible with the functional level of the domain or forest.";
    6508           0 :                 break;
    6509           0 :         case 0x2178:
    6510           0 :                 return "The functional level of the domain (or forest) cannot be raised to the requested value because one or more domain controllers in the domain (or forest) are at a lower, incompatible functional level.";
    6511           0 :                 break;
    6512           0 :         case 0x2179:
    6513           0 :                 return "The forest functional level cannot be raised to the requested value because one or more domains are still in mixed-domain mode. All domains in the forest must be in native mode for you to raise the forest functional level.";
    6514           0 :                 break;
    6515           0 :         case 0x217a:
    6516           0 :                 return "The sort order requested is not supported.";
    6517           0 :                 break;
    6518           0 :         case 0x217b:
    6519           0 :                 return "The requested name already exists as a unique identifier.";
    6520           0 :                 break;
    6521           0 :         case 0x217c:
    6522           0 :                 return "The machine account was created before Windows NT 4.0. The account needs to be re-created.";
    6523           0 :                 break;
    6524           0 :         case 0x217d:
    6525           0 :                 return "The database is out of version store.";
    6526           0 :                 break;
    6527           0 :         case 0x217e:
    6528           0 :                 return "Unable to continue operation because multiple conflicting controls were used.";
    6529           0 :                 break;
    6530           0 :         case 0x217f:
    6531           0 :                 return "Unable to find a valid security descriptor reference domain for this partition.";
    6532           0 :                 break;
    6533           0 :         case 0x2180:
    6534           0 :                 return "Schema update failed: The link identifier is reserved.";
    6535           0 :                 break;
    6536           0 :         case 0x2181:
    6537           0 :                 return "Schema update failed: There are no link identifiers available.";
    6538           0 :                 break;
    6539           0 :         case 0x2182:
    6540           0 :                 return "An account group cannot have a universal group as a member.";
    6541           0 :                 break;
    6542           0 :         case 0x2183:
    6543           0 :                 return "Rename or move operations on naming context heads or read-only objects are not allowed.";
    6544           0 :                 break;
    6545           0 :         case 0x2184:
    6546           0 :                 return "Move operations on objects in the schema naming context are not allowed.";
    6547           0 :                 break;
    6548           0 :         case 0x2185:
    6549           0 :                 return "A system flag has been set on the object that does not allow the object to be moved or renamed.";
    6550           0 :                 break;
    6551           0 :         case 0x2186:
    6552           0 :                 return "This object is not allowed to change its grandparent container. Moves are not forbidden on this object, but are restricted to sibling containers.";
    6553           0 :                 break;
    6554           0 :         case 0x2187:
    6555           0 :                 return "Unable to resolve completely; a referral to another forest was generated.";
    6556           0 :                 break;
    6557           0 :         case 0x2188:
    6558           0 :                 return "The requested action is not supported on a standard server.";
    6559           0 :                 break;
    6560           0 :         case 0x2189:
    6561           0 :                 return "Could not access a partition of the directory service located on a remote server. Make sure at least one server is running for the partition in question.";
    6562           0 :                 break;
    6563           0 :         case 0x218a:
    6564           0 :                 return "The directory cannot validate the proposed naming context (or partition) name because it does not hold a replica, nor can it contact a replica of the naming context above the proposed naming context. Ensure that the parent naming context is properly registered in the DNS, and at least one replica of this naming context is reachable by the domain naming master.";
    6565           0 :                 break;
    6566           0 :         case 0x218b:
    6567           0 :                 return "The thread limit for this request was exceeded.";
    6568           0 :                 break;
    6569           0 :         case 0x218c:
    6570           0 :                 return "The GC server is not in the closest site.";
    6571           0 :                 break;
    6572           0 :         case 0x218d:
    6573           0 :                 return "The directory service cannot derive an SPN with which to mutually authenticate the target server because the corresponding server object in the local DS database has no serverReference attribute.";
    6574           0 :                 break;
    6575           0 :         case 0x218e:
    6576           0 :                 return "The directory service failed to enter single-user mode.";
    6577           0 :                 break;
    6578           0 :         case 0x218f:
    6579           0 :                 return "The directory service cannot parse the script because of a syntax error.";
    6580           0 :                 break;
    6581           0 :         case 0x2190:
    6582           0 :                 return "The directory service cannot process the script because of an error.";
    6583           0 :                 break;
    6584           0 :         case 0x2191:
    6585           0 :                 return "The directory service cannot perform the requested operation because the servers involved are of different replication epochs (which is usually related to a domain rename that is in progress).";
    6586           0 :                 break;
    6587           0 :         case 0x2192:
    6588           0 :                 return "The directory service binding must be renegotiated due to a change in the server extensions information.";
    6589           0 :                 break;
    6590           0 :         case 0x2193:
    6591           0 :                 return "The operation is not allowed on a disabled cross-reference.";
    6592           0 :                 break;
    6593           0 :         case 0x2194:
    6594           0 :                 return "Schema update failed: No values for msDS-IntId are available.";
    6595           0 :                 break;
    6596           0 :         case 0x2195:
    6597           0 :                 return "Schema update failed: Duplicate msDS-IntId. Retry the operation.";
    6598           0 :                 break;
    6599           0 :         case 0x2196:
    6600           0 :                 return "Schema deletion failed: Attribute is used in rDNAttID.";
    6601           0 :                 break;
    6602           0 :         case 0x2197:
    6603           0 :                 return "The directory service failed to authorize the request.";
    6604           0 :                 break;
    6605           0 :         case 0x2198:
    6606           0 :                 return "The directory service cannot process the script because it is invalid.";
    6607           0 :                 break;
    6608           0 :         case 0x2199:
    6609           0 :                 return "The remote create cross-reference operation failed on the domain naming master FSMO. The operation's error is in the extended data.";
    6610           0 :                 break;
    6611           0 :         case 0x219a:
    6612           0 :                 return "A cross-reference is in use locally with the same name.";
    6613           0 :                 break;
    6614           0 :         case 0x219b:
    6615           0 :                 return "The directory service cannot derive an SPN with which to mutually authenticate the target server because the server's domain has been deleted from the forest.";
    6616           0 :                 break;
    6617           0 :         case 0x219c:
    6618           0 :                 return "Writable NCs prevent this DC from demoting.";
    6619           0 :                 break;
    6620           0 :         case 0x219d:
    6621           0 :                 return "The requested object has a nonunique identifier and cannot be retrieved.";
    6622           0 :                 break;
    6623           0 :         case 0x219e:
    6624           0 :                 return "Insufficient attributes were given to create an object. This object might not exist because it might have been deleted and the garbage already collected.";
    6625           0 :                 break;
    6626           0 :         case 0x219f:
    6627           0 :                 return "The group cannot be converted due to attribute restrictions on the requested group type.";
    6628           0 :                 break;
    6629           0 :         case 0x21a0:
    6630           0 :                 return "Cross-domain moves of nonempty basic application groups is not allowed.";
    6631           0 :                 break;
    6632           0 :         case 0x21a1:
    6633           0 :                 return "Cross-domain moves of nonempty query-based application groups is not allowed.";
    6634           0 :                 break;
    6635           0 :         case 0x21a2:
    6636           0 :                 return "The FSMO role ownership could not be verified because its directory partition did not replicate successfully with at least one replication partner.";
    6637           0 :                 break;
    6638           0 :         case 0x21a3:
    6639           0 :                 return "The target container for a redirection of a well-known object container cannot already be a special container.";
    6640           0 :                 break;
    6641           0 :         case 0x21a4:
    6642           0 :                 return "The directory service cannot perform the requested operation because a domain rename operation is in progress.";
    6643           0 :                 break;
    6644           0 :         case 0x21a5:
    6645           0 :                 return "The directory service detected a child partition below the requested partition name. The partition hierarchy must be created in a top down method.";
    6646           0 :                 break;
    6647           0 :         case 0x21a6:
    6648           0 :                 return "The directory service cannot replicate with this server because the time since the last replication with this server has exceeded the tombstone lifetime.";
    6649           0 :                 break;
    6650           0 :         case 0x21a7:
    6651           0 :                 return "The requested operation is not allowed on an object under the system container.";
    6652           0 :                 break;
    6653           0 :         case 0x21a8:
    6654           0 :                 return "The LDAP server's network send queue has filled up because the client is not processing the results of its requests fast enough. No more requests will be processed until the client catches up. If the client does not catch up then it will be disconnected.";
    6655           0 :                 break;
    6656           0 :         case 0x21a9:
    6657           0 :                 return "The scheduled replication did not take place because the system was too busy to execute the request within the schedule window. The replication queue is overloaded. Consider reducing the number of partners or decreasing the scheduled replication frequency.";
    6658           0 :                 break;
    6659           0 :         case 0x21aa:
    6660           0 :                 return "At this time, it cannot be determined if the branch replication policy is available on the hub domain controller. Retry at a later time to account for replication latencies.";
    6661           0 :                 break;
    6662           0 :         case 0x21ab:
    6663           0 :                 return "The site settings object for the specified site does not exist.";
    6664           0 :                 break;
    6665           0 :         case 0x21ac:
    6666           0 :                 return "The local account store does not contain secret material for the specified account.";
    6667           0 :                 break;
    6668           0 :         case 0x21ad:
    6669           0 :                 return "Could not find a writable domain controller in the domain.";
    6670           0 :                 break;
    6671           0 :         case 0x21ae:
    6672           0 :                 return "The server object for the domain controller does not exist.";
    6673           0 :                 break;
    6674           0 :         case 0x21af:
    6675           0 :                 return "The NTDS Settings object for the domain controller does not exist.";
    6676           0 :                 break;
    6677           0 :         case 0x21b0:
    6678           0 :                 return "The requested search operation is not supported for attribute scoped query (ASQ) searches.";
    6679           0 :                 break;
    6680           0 :         case 0x21b1:
    6681           0 :                 return "A required audit event could not be generated for the operation.";
    6682           0 :                 break;
    6683           0 :         case 0x21b2:
    6684           0 :                 return "The search flags for the attribute are invalid. The subtree index bit is valid only on single-valued attributes.";
    6685           0 :                 break;
    6686           0 :         case 0x21b3:
    6687           0 :                 return "The search flags for the attribute are invalid. The tuple index bit is valid only on attributes of Unicode strings.";
    6688           0 :                 break;
    6689           0 :         case 0x21bf:
    6690           0 :                 return "The replication operation failed because the target object referenced by a link value is recycled.";
    6691           0 :                 break;
    6692           0 :         case 0x21c2:
    6693           0 :                 return "The functional level of the domain (or forest) cannot be lowered to the requested value.";
    6694           0 :                 break;
    6695           0 :         case 0x21c7:
    6696           0 :                 return "The operation failed because the SPN value provided for addition/modification is not unique forest-wide.";
    6697           0 :                 break;
    6698           0 :         case 0x21c8:
    6699           0 :                 return "The operation failed because the UPN value provided for addition/modification is not unique forest-wide.";
    6700           0 :                 break;
    6701           0 :         case 0x2329:
    6702           0 :                 return "DNS server unable to interpret format.";
    6703           0 :                 break;
    6704           0 :         case 0x232a:
    6705           0 :                 return "DNS server failure.";
    6706           0 :                 break;
    6707           0 :         case 0x232b:
    6708           0 :                 return "DNS name does not exist.";
    6709           0 :                 break;
    6710           0 :         case 0x232c:
    6711           0 :                 return "DNS request not supported by name server.";
    6712           0 :                 break;
    6713           0 :         case 0x232d:
    6714           0 :                 return "DNS operation refused.";
    6715           0 :                 break;
    6716           0 :         case 0x232e:
    6717           0 :                 return "DNS name that should not exist, does exist.";
    6718           0 :                 break;
    6719           0 :         case 0x232f:
    6720           0 :                 return "DNS resource record (RR) set that should not exist, does exist.";
    6721           0 :                 break;
    6722           0 :         case 0x2330:
    6723           0 :                 return "DNS RR set that should to exist, does not exist.";
    6724           0 :                 break;
    6725           0 :         case 0x2331:
    6726           0 :                 return "DNS server not authoritative for zone.";
    6727           0 :                 break;
    6728           0 :         case 0x2332:
    6729           0 :                 return "DNS name in update or prereq is not in zone.";
    6730           0 :                 break;
    6731           0 :         case 0x2338:
    6732           0 :                 return "DNS signature failed to verify.";
    6733           0 :                 break;
    6734           0 :         case 0x2339:
    6735           0 :                 return "DNS bad key.";
    6736           0 :                 break;
    6737           0 :         case 0x233a:
    6738           0 :                 return "DNS signature validity expired.";
    6739           0 :                 break;
    6740           0 :         case 0x251d:
    6741           0 :                 return "No records found for given DNS query.";
    6742           0 :                 break;
    6743           0 :         case 0x251e:
    6744           0 :                 return "Bad DNS packet.";
    6745           0 :                 break;
    6746           0 :         case 0x251f:
    6747           0 :                 return "No DNS packet.";
    6748           0 :                 break;
    6749           0 :         case 0x2520:
    6750           0 :                 return "DNS error, check rcode.";
    6751           0 :                 break;
    6752           0 :         case 0x2521:
    6753           0 :                 return "Unsecured DNS packet.";
    6754           0 :                 break;
    6755           0 :         case 0x254f:
    6756           0 :                 return "Invalid DNS type.";
    6757           0 :                 break;
    6758           0 :         case 0x2550:
    6759           0 :                 return "Invalid IP address.";
    6760           0 :                 break;
    6761           0 :         case 0x2551:
    6762           0 :                 return "Invalid property.";
    6763           0 :                 break;
    6764           0 :         case 0x2552:
    6765           0 :                 return "Try DNS operation again later.";
    6766           0 :                 break;
    6767           0 :         case 0x2553:
    6768           0 :                 return "Record for given name and type is not unique.";
    6769           0 :                 break;
    6770           0 :         case 0x2554:
    6771           0 :                 return "DNS name does not comply with RFC specifications.";
    6772           0 :                 break;
    6773           0 :         case 0x2555:
    6774           0 :                 return "DNS name is a fully qualified DNS name.";
    6775           0 :                 break;
    6776           0 :         case 0x2556:
    6777           0 :                 return "DNS name is dotted (multilabel).";
    6778           0 :                 break;
    6779           0 :         case 0x2557:
    6780           0 :                 return "DNS name is a single-part name.";
    6781           0 :                 break;
    6782           0 :         case 0x2558:
    6783           0 :                 return "DNS name contains an invalid character.";
    6784           0 :                 break;
    6785           0 :         case 0x2559:
    6786           0 :                 return "DNS name is entirely numeric.";
    6787           0 :                 break;
    6788           0 :         case 0x255a:
    6789           0 :                 return "The operation requested is not permitted on a DNS root server.";
    6790           0 :                 break;
    6791           0 :         case 0x255b:
    6792           0 :                 return "The record could not be created because this part of the DNS namespace has been delegated to another server.";
    6793           0 :                 break;
    6794           0 :         case 0x255c:
    6795           0 :                 return "The DNS server could not find a set of root hints.";
    6796           0 :                 break;
    6797           0 :         case 0x255d:
    6798           0 :                 return "The DNS server found root hints but they were not consistent across all adapters.";
    6799           0 :                 break;
    6800           0 :         case 0x255e:
    6801           0 :                 return "The specified value is too small for this parameter.";
    6802           0 :                 break;
    6803           0 :         case 0x255f:
    6804           0 :                 return "The specified value is too large for this parameter.";
    6805           0 :                 break;
    6806           0 :         case 0x2560:
    6807           0 :                 return "This operation is not allowed while the DNS server is loading zones in the background. Try again later.";
    6808           0 :                 break;
    6809           0 :         case 0x2561:
    6810           0 :                 return "The operation requested is not permitted on against a DNS server running on a read-only DC.";
    6811           0 :                 break;
    6812           0 :         case 0x2581:
    6813           0 :                 return "DNS zone does not exist.";
    6814           0 :                 break;
    6815           0 :         case 0x2582:
    6816           0 :                 return "DNS zone information not available.";
    6817           0 :                 break;
    6818           0 :         case 0x2583:
    6819           0 :                 return "Invalid operation for DNS zone.";
    6820           0 :                 break;
    6821           0 :         case 0x2584:
    6822           0 :                 return "Invalid DNS zone configuration.";
    6823           0 :                 break;
    6824           0 :         case 0x2585:
    6825           0 :                 return "DNS zone has no start of authority (SOA) record.";
    6826           0 :                 break;
    6827           0 :         case 0x2586:
    6828           0 :                 return "DNS zone has no Name Server (NS) record.";
    6829           0 :                 break;
    6830           0 :         case 0x2587:
    6831           0 :                 return "DNS zone is locked.";
    6832           0 :                 break;
    6833           0 :         case 0x2588:
    6834           0 :                 return "DNS zone creation failed.";
    6835           0 :                 break;
    6836           0 :         case 0x2589:
    6837           0 :                 return "DNS zone already exists.";
    6838           0 :                 break;
    6839           0 :         case 0x258a:
    6840           0 :                 return "DNS automatic zone already exists.";
    6841           0 :                 break;
    6842           0 :         case 0x258b:
    6843           0 :                 return "Invalid DNS zone type.";
    6844           0 :                 break;
    6845           0 :         case 0x258c:
    6846           0 :                 return "Secondary DNS zone requires master IP address.";
    6847           0 :                 break;
    6848           0 :         case 0x258d:
    6849           0 :                 return "DNS zone not secondary.";
    6850           0 :                 break;
    6851           0 :         case 0x258e:
    6852           0 :                 return "Need secondary IP address.";
    6853           0 :                 break;
    6854           0 :         case 0x258f:
    6855           0 :                 return "WINS initialization failed.";
    6856           0 :                 break;
    6857           0 :         case 0x2590:
    6858           0 :                 return "Need WINS servers.";
    6859           0 :                 break;
    6860           0 :         case 0x2591:
    6861           0 :                 return "NBTSTAT initialization call failed.";
    6862           0 :                 break;
    6863           0 :         case 0x2592:
    6864           0 :                 return "Invalid delete of SOA.";
    6865           0 :                 break;
    6866           0 :         case 0x2593:
    6867           0 :                 return "A conditional forwarding zone already exists for that name.";
    6868           0 :                 break;
    6869           0 :         case 0x2594:
    6870           0 :                 return "This zone must be configured with one or more master DNS server IP addresses.";
    6871           0 :                 break;
    6872           0 :         case 0x2595:
    6873           0 :                 return "The operation cannot be performed because this zone is shut down.";
    6874           0 :                 break;
    6875           0 :         case 0x25b3:
    6876           0 :                 return "The primary DNS zone requires a data file.";
    6877           0 :                 break;
    6878           0 :         case 0x25b4:
    6879           0 :                 return "Invalid data file name for the DNS zone.";
    6880           0 :                 break;
    6881           0 :         case 0x25b5:
    6882           0 :                 return "Failed to open the data file for the DNS zone.";
    6883           0 :                 break;
    6884           0 :         case 0x25b6:
    6885           0 :                 return "Failed to write the data file for the DNS zone.";
    6886           0 :                 break;
    6887           0 :         case 0x25b7:
    6888           0 :                 return "Failure while reading datafile for DNS zone.";
    6889           0 :                 break;
    6890           0 :         case 0x25e5:
    6891           0 :                 return "DNS record does not exist.";
    6892           0 :                 break;
    6893           0 :         case 0x25e6:
    6894           0 :                 return "DNS record format error.";
    6895           0 :                 break;
    6896           0 :         case 0x25e7:
    6897           0 :                 return "Node creation failure in DNS.";
    6898           0 :                 break;
    6899           0 :         case 0x25e8:
    6900           0 :                 return "Unknown DNS record type.";
    6901           0 :                 break;
    6902           0 :         case 0x25e9:
    6903           0 :                 return "DNS record timed out.";
    6904           0 :                 break;
    6905           0 :         case 0x25ea:
    6906           0 :                 return "Name not in DNS zone.";
    6907           0 :                 break;
    6908           0 :         case 0x25eb:
    6909           0 :                 return "CNAME loop detected.";
    6910           0 :                 break;
    6911           0 :         case 0x25ec:
    6912           0 :                 return "Node is a CNAME DNS record.";
    6913           0 :                 break;
    6914           0 :         case 0x25ed:
    6915           0 :                 return "A CNAME record already exists for the given name.";
    6916           0 :                 break;
    6917           0 :         case 0x25ee:
    6918           0 :                 return "Record is only at DNS zone root.";
    6919           0 :                 break;
    6920           0 :         case 0x25ef:
    6921           0 :                 return "DNS record already exists.";
    6922           0 :                 break;
    6923           0 :         case 0x25f0:
    6924           0 :                 return "Secondary DNS zone data error.";
    6925           0 :                 break;
    6926           0 :         case 0x25f1:
    6927           0 :                 return "Could not create DNS cache data.";
    6928           0 :                 break;
    6929           0 :         case 0x25f2:
    6930           0 :                 return "DNS name does not exist.";
    6931           0 :                 break;
    6932           0 :         case 0x25f3:
    6933           0 :                 return "Could not create pointer (PTR) record.";
    6934           0 :                 break;
    6935           0 :         case 0x25f4:
    6936           0 :                 return "DNS domain was undeleted.";
    6937           0 :                 break;
    6938           0 :         case 0x25f5:
    6939           0 :                 return "The directory service is unavailable.";
    6940           0 :                 break;
    6941           0 :         case 0x25f6:
    6942           0 :                 return "DNS zone already exists in the directory service.";
    6943           0 :                 break;
    6944           0 :         case 0x25f7:
    6945           0 :                 return "DNS server not creating or reading the boot file for the directory service integrated DNS zone.";
    6946           0 :                 break;
    6947           0 :         case 0x2617:
    6948           0 :                 return "DNS AXFR (zone transfer) complete.";
    6949           0 :                 break;
    6950           0 :         case 0x2618:
    6951           0 :                 return "DNS zone transfer failed.";
    6952           0 :                 break;
    6953           0 :         case 0x2619:
    6954           0 :                 return "Added local WINS server.";
    6955           0 :                 break;
    6956           0 :         case 0x2649:
    6957           0 :                 return "Secure update call needs to continue update request.";
    6958           0 :                 break;
    6959           0 :         case 0x267b:
    6960           0 :                 return "TCP/IP network protocol not installed.";
    6961           0 :                 break;
    6962           0 :         case 0x267c:
    6963           0 :                 return "No DNS servers configured for local system.";
    6964           0 :                 break;
    6965           0 :         case 0x26ad:
    6966           0 :                 return "The specified directory partition does not exist.";
    6967           0 :                 break;
    6968           0 :         case 0x26ae:
    6969           0 :                 return "The specified directory partition already exists.";
    6970           0 :                 break;
    6971           0 :         case 0x26af:
    6972           0 :                 return "This DNS server is not enlisted in the specified directory partition.";
    6973           0 :                 break;
    6974           0 :         case 0x26b0:
    6975           0 :                 return "This DNS server is already enlisted in the specified directory partition.";
    6976           0 :                 break;
    6977           0 :         case 0x26b1:
    6978           0 :                 return "The directory partition is not available at this time. Wait a few minutes and try again.";
    6979           0 :                 break;
    6980           0 :         case 0x26b2:
    6981           0 :                 return "The application directory partition operation failed. The domain controller holding the domain naming master role is down or unable to service the request or is not running Windows Server 2003.";
    6982           0 :                 break;
    6983           0 :         case 0x2714:
    6984           0 :                 return "A blocking operation was interrupted by a call to WSACancelBlockingCall.";
    6985           0 :                 break;
    6986           0 :         case 0x2719:
    6987           0 :                 return "The file handle supplied is not valid.";
    6988           0 :                 break;
    6989           0 :         case 0x271d:
    6990           0 :                 return "An attempt was made to access a socket in a way forbidden by its access permissions.";
    6991           0 :                 break;
    6992           0 :         case 0x271e:
    6993           0 :                 return "The system detected an invalid pointer address in attempting to use a pointer argument in a call.";
    6994           0 :                 break;
    6995           0 :         case 0x2726:
    6996           0 :                 return "An invalid argument was supplied.";
    6997           0 :                 break;
    6998           0 :         case 0x2728:
    6999           0 :                 return "Too many open sockets.";
    7000           0 :                 break;
    7001           0 :         case 0x2733:
    7002           0 :                 return "A nonblocking socket operation could not be completed immediately.";
    7003           0 :                 break;
    7004           0 :         case 0x2734:
    7005           0 :                 return "A blocking operation is currently executing.";
    7006           0 :                 break;
    7007           0 :         case 0x2735:
    7008           0 :                 return "An operation was attempted on a nonblocking socket that already had an operation in progress.";
    7009           0 :                 break;
    7010           0 :         case 0x2736:
    7011           0 :                 return "An operation was attempted on something that is not a socket.";
    7012           0 :                 break;
    7013           0 :         case 0x2737:
    7014           0 :                 return "A required address was omitted from an operation on a socket.";
    7015           0 :                 break;
    7016           0 :         case 0x2738:
    7017           0 :                 return "A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.";
    7018           0 :                 break;
    7019           0 :         case 0x2739:
    7020           0 :                 return "A protocol was specified in the socket function call that does not support the semantics of the socket type requested.";
    7021           0 :                 break;
    7022           0 :         case 0x273a:
    7023           0 :                 return "An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.";
    7024           0 :                 break;
    7025           0 :         case 0x273b:
    7026           0 :                 return "The requested protocol has not been configured into the system, or no implementation for it exists.";
    7027           0 :                 break;
    7028           0 :         case 0x273c:
    7029           0 :                 return "The support for the specified socket type does not exist in this address family.";
    7030           0 :                 break;
    7031           0 :         case 0x273d:
    7032           0 :                 return "The attempted operation is not supported for the type of object referenced.";
    7033           0 :                 break;
    7034           0 :         case 0x273e:
    7035           0 :                 return "The protocol family has not been configured into the system or no implementation for it exists.";
    7036           0 :                 break;
    7037           0 :         case 0x273f:
    7038           0 :                 return "An address incompatible with the requested protocol was used.";
    7039           0 :                 break;
    7040           0 :         case 0x2740:
    7041           0 :                 return "Only one usage of each socket address (protocol/network address/port) is normally permitted.";
    7042           0 :                 break;
    7043           0 :         case 0x2741:
    7044           0 :                 return "The requested address is not valid in its context.";
    7045           0 :                 break;
    7046           0 :         case 0x2742:
    7047           0 :                 return "A socket operation encountered a dead network.";
    7048           0 :                 break;
    7049           0 :         case 0x2743:
    7050           0 :                 return "A socket operation was attempted to an unreachable network.";
    7051           0 :                 break;
    7052           0 :         case 0x2744:
    7053           0 :                 return "The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.";
    7054           0 :                 break;
    7055           0 :         case 0x2745:
    7056           0 :                 return "An established connection was aborted by the software in your host machine.";
    7057           0 :                 break;
    7058           0 :         case 0x2746:
    7059           0 :                 return "An existing connection was forcibly closed by the remote host.";
    7060           0 :                 break;
    7061           0 :         case 0x2747:
    7062           0 :                 return "An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.";
    7063           0 :                 break;
    7064           0 :         case 0x2748:
    7065           0 :                 return "A connect request was made on an already connected socket.";
    7066           0 :                 break;
    7067           0 :         case 0x2749:
    7068           0 :                 return "A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.";
    7069           0 :                 break;
    7070           0 :         case 0x274a:
    7071           0 :                 return "A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.";
    7072           0 :                 break;
    7073           0 :         case 0x274b:
    7074           0 :                 return "Too many references to a kernel object.";
    7075           0 :                 break;
    7076           0 :         case 0x274c:
    7077           0 :                 return "A connection attempt failed because the connected party did not properly respond after a period of time, or the established connection failed because the connected host failed to respond.";
    7078           0 :                 break;
    7079           0 :         case 0x274d:
    7080           0 :                 return "No connection could be made because the target machine actively refused it.";
    7081           0 :                 break;
    7082           0 :         case 0x274e:
    7083           0 :                 return "Cannot translate name.";
    7084           0 :                 break;
    7085           0 :         case 0x274f:
    7086           0 :                 return "Name or name component was too long.";
    7087           0 :                 break;
    7088           0 :         case 0x2750:
    7089           0 :                 return "A socket operation failed because the destination host was down.";
    7090           0 :                 break;
    7091           0 :         case 0x2751:
    7092           0 :                 return "A socket operation was attempted to an unreachable host.";
    7093           0 :                 break;
    7094           0 :         case 0x2752:
    7095           0 :                 return "Cannot remove a directory that is not empty.";
    7096           0 :                 break;
    7097           0 :         case 0x2753:
    7098           0 :                 return "A Windows Sockets implementation might have a limit on the number of applications that can use it simultaneously.";
    7099           0 :                 break;
    7100           0 :         case 0x2754:
    7101           0 :                 return "Ran out of quota.";
    7102           0 :                 break;
    7103           0 :         case 0x2755:
    7104           0 :                 return "Ran out of disk quota.";
    7105           0 :                 break;
    7106           0 :         case 0x2756:
    7107           0 :                 return "File handle reference is no longer available.";
    7108           0 :                 break;
    7109           0 :         case 0x2757:
    7110           0 :                 return "Item is not available locally.";
    7111           0 :                 break;
    7112           0 :         case 0x276b:
    7113           0 :                 return "WSAStartup cannot function at this time because the underlying system it uses to provide network services is currently unavailable.";
    7114           0 :                 break;
    7115           0 :         case 0x276c:
    7116           0 :                 return "The Windows Sockets version requested is not supported.";
    7117           0 :                 break;
    7118           0 :         case 0x276d:
    7119           0 :                 return "Either the application has not called WSAStartup, or WSAStartup failed.";
    7120           0 :                 break;
    7121           0 :         case 0x2775:
    7122           0 :                 return "Returned by WSARecv or WSARecvFrom to indicate that the remote party has initiated a graceful shutdown sequence.";
    7123           0 :                 break;
    7124           0 :         case 0x2776:
    7125           0 :                 return "No more results can be returned by WSALookupServiceNext.";
    7126           0 :                 break;
    7127           0 :         case 0x2777:
    7128           0 :                 return "A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled.";
    7129           0 :                 break;
    7130           0 :         case 0x2778:
    7131           0 :                 return "The procedure call table is invalid.";
    7132           0 :                 break;
    7133           0 :         case 0x2779:
    7134           0 :                 return "The requested service provider is invalid.";
    7135           0 :                 break;
    7136           0 :         case 0x277a:
    7137           0 :                 return "The requested service provider could not be loaded or initialized.";
    7138           0 :                 break;
    7139           0 :         case 0x277b:
    7140           0 :                 return "A system call that should never fail has failed.";
    7141           0 :                 break;
    7142           0 :         case 0x277c:
    7143           0 :                 return "No such service is known. The service cannot be found in the specified namespace.";
    7144           0 :                 break;
    7145           0 :         case 0x277d:
    7146           0 :                 return "The specified class was not found.";
    7147           0 :                 break;
    7148           0 :         case 0x277e:
    7149           0 :                 return "No more results can be returned by WSALookupServiceNext.";
    7150           0 :                 break;
    7151           0 :         case 0x277f:
    7152           0 :                 return "A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled.";
    7153           0 :                 break;
    7154           0 :         case 0x2780:
    7155           0 :                 return "A database query failed because it was actively refused.";
    7156           0 :                 break;
    7157           0 :         case 0x2af9:
    7158           0 :                 return "No such host is known.";
    7159           0 :                 break;
    7160           0 :         case 0x2afa:
    7161           0 :                 return "This is usually a temporary error during host name resolution and means that the local server did not receive a response from an authoritative server.";
    7162           0 :                 break;
    7163           0 :         case 0x2afb:
    7164           0 :                 return "A nonrecoverable error occurred during a database lookup.";
    7165           0 :                 break;
    7166           0 :         case 0x2afc:
    7167           0 :                 return "The requested name is valid, but no data of the requested type was found.";
    7168           0 :                 break;
    7169           0 :         case 0x2afd:
    7170           0 :                 return "At least one reserve has arrived.";
    7171           0 :                 break;
    7172           0 :         case 0x2afe:
    7173           0 :                 return "At least one path has arrived.";
    7174           0 :                 break;
    7175           0 :         case 0x2aff:
    7176           0 :                 return "There are no senders.";
    7177           0 :                 break;
    7178           0 :         case 0x2b00:
    7179           0 :                 return "There are no receivers.";
    7180           0 :                 break;
    7181           0 :         case 0x2b01:
    7182           0 :                 return "Reserve has been confirmed.";
    7183           0 :                 break;
    7184           0 :         case 0x2b02:
    7185           0 :                 return "Error due to lack of resources.";
    7186           0 :                 break;
    7187           0 :         case 0x2b03:
    7188           0 :                 return "Rejected for administrative reasons—bad credentials.";
    7189           0 :                 break;
    7190           0 :         case 0x2b04:
    7191           0 :                 return "Unknown or conflicting style.";
    7192           0 :                 break;
    7193           0 :         case 0x2b05:
    7194           0 :                 return "There is a problem with some part of the filterspec or provider-specific buffer in general.";
    7195           0 :                 break;
    7196           0 :         case 0x2b06:
    7197           0 :                 return "There is a problem with some part of the flowspec.";
    7198           0 :                 break;
    7199           0 :         case 0x2b07:
    7200           0 :                 return "General quality of serve (QOS) error.";
    7201           0 :                 break;
    7202           0 :         case 0x2b08:
    7203           0 :                 return "An invalid or unrecognized service type was found in the flowspec.";
    7204           0 :                 break;
    7205           0 :         case 0x2b09:
    7206           0 :                 return "An invalid or inconsistent flowspec was found in the QOS structure.";
    7207           0 :                 break;
    7208           0 :         case 0x2b0a:
    7209           0 :                 return "Invalid QOS provider-specific buffer.";
    7210           0 :                 break;
    7211           0 :         case 0x2b0b:
    7212           0 :                 return "An invalid QOS filter style was used.";
    7213           0 :                 break;
    7214           0 :         case 0x2b0c:
    7215           0 :                 return "An invalid QOS filter type was used.";
    7216           0 :                 break;
    7217           0 :         case 0x2b0d:
    7218           0 :                 return "An incorrect number of QOS FILTERSPECs were specified in the FLOWDESCRIPTOR.";
    7219           0 :                 break;
    7220           0 :         case 0x2b0e:
    7221           0 :                 return "An object with an invalid ObjectLength field was specified in the QOS provider-specific buffer.";
    7222           0 :                 break;
    7223           0 :         case 0x2b0f:
    7224           0 :                 return "An incorrect number of flow descriptors was specified in the QOS structure.";
    7225           0 :                 break;
    7226           0 :         case 0x2b10:
    7227           0 :                 return "An unrecognized object was found in the QOS provider-specific buffer.";
    7228           0 :                 break;
    7229           0 :         case 0x2b11:
    7230           0 :                 return "An invalid policy object was found in the QOS provider-specific buffer.";
    7231           0 :                 break;
    7232           0 :         case 0x2b12:
    7233           0 :                 return "An invalid QOS flow descriptor was found in the flow descriptor list.";
    7234           0 :                 break;
    7235           0 :         case 0x2b13:
    7236           0 :                 return "An invalid or inconsistent flowspec was found in the QOS provider-specific buffer.";
    7237           0 :                 break;
    7238           0 :         case 0x2b14:
    7239           0 :                 return "An invalid FILTERSPEC was found in the QOS provider-specific buffer.";
    7240           0 :                 break;
    7241           0 :         case 0x2b15:
    7242           0 :                 return "An invalid shape discard mode object was found in the QOS provider-specific buffer.";
    7243           0 :                 break;
    7244           0 :         case 0x2b16:
    7245           0 :                 return "An invalid shaping rate object was found in the QOS provider-specific buffer.";
    7246           0 :                 break;
    7247           0 :         case 0x2b17:
    7248           0 :                 return "A reserved policy element was found in the QOS provider-specific buffer.";
    7249           0 :                 break;
    7250           0 :         case 0x32c8:
    7251           0 :                 return "The specified quick mode policy already exists.";
    7252           0 :                 break;
    7253           0 :         case 0x32c9:
    7254           0 :                 return "The specified quick mode policy was not found.";
    7255           0 :                 break;
    7256           0 :         case 0x32ca:
    7257           0 :                 return "The specified quick mode policy is being used.";
    7258           0 :                 break;
    7259           0 :         case 0x32cb:
    7260           0 :                 return "The specified main mode policy already exists.";
    7261           0 :                 break;
    7262           0 :         case 0x32cc:
    7263           0 :                 return "The specified main mode policy was not found.";
    7264           0 :                 break;
    7265           0 :         case 0x32cd:
    7266           0 :                 return "The specified main mode policy is being used.";
    7267           0 :                 break;
    7268           0 :         case 0x32ce:
    7269           0 :                 return "The specified main mode filter already exists.";
    7270           0 :                 break;
    7271           0 :         case 0x32cf:
    7272           0 :                 return "The specified main mode filter was not found.";
    7273           0 :                 break;
    7274           0 :         case 0x32d0:
    7275           0 :                 return "The specified transport mode filter already exists.";
    7276           0 :                 break;
    7277           0 :         case 0x32d1:
    7278           0 :                 return "The specified transport mode filter does not exist.";
    7279           0 :                 break;
    7280           0 :         case 0x32d2:
    7281           0 :                 return "The specified main mode authentication list exists.";
    7282           0 :                 break;
    7283           0 :         case 0x32d3:
    7284           0 :                 return "The specified main mode authentication list was not found.";
    7285           0 :                 break;
    7286           0 :         case 0x32d4:
    7287           0 :                 return "The specified main mode authentication list is being used.";
    7288           0 :                 break;
    7289           0 :         case 0x32d5:
    7290           0 :                 return "The specified default main mode policy was not found.";
    7291           0 :                 break;
    7292           0 :         case 0x32d6:
    7293           0 :                 return "The specified default main mode authentication list was not found.";
    7294           0 :                 break;
    7295           0 :         case 0x32d7:
    7296           0 :                 return "The specified default quick mode policy was not found.";
    7297           0 :                 break;
    7298           0 :         case 0x32d8:
    7299           0 :                 return "The specified tunnel mode filter exists.";
    7300           0 :                 break;
    7301           0 :         case 0x32d9:
    7302           0 :                 return "The specified tunnel mode filter was not found.";
    7303           0 :                 break;
    7304           0 :         case 0x32da:
    7305           0 :                 return "The main mode filter is pending deletion.";
    7306           0 :                 break;
    7307           0 :         case 0x32db:
    7308           0 :                 return "The transport filter is pending deletion.";
    7309           0 :                 break;
    7310           0 :         case 0x32dc:
    7311           0 :                 return "The tunnel filter is pending deletion.";
    7312           0 :                 break;
    7313           0 :         case 0x32dd:
    7314           0 :                 return "The main mode policy is pending deletion.";
    7315           0 :                 break;
    7316           0 :         case 0x32de:
    7317           0 :                 return "The main mode authentication bundle is pending deletion.";
    7318           0 :                 break;
    7319           0 :         case 0x32df:
    7320           0 :                 return "The quick mode policy is pending deletion.";
    7321           0 :                 break;
    7322           0 :         case 0x32e0:
    7323           0 :                 return "The main mode policy was successfully added, but some of the requested offers are not supported.";
    7324           0 :                 break;
    7325           0 :         case 0x32e1:
    7326           0 :                 return "The quick mode policy was successfully added, but some of the requested offers are not supported.";
    7327           0 :                 break;
    7328           0 :         case 0x35e8:
    7329           0 :                 return "Starts the list of frequencies of various IKE Win32 error codes encountered during negotiations.";
    7330           0 :                 break;
    7331           0 :         case 0x35e9:
    7332           0 :                 return "The IKE authentication credentials are unacceptable.";
    7333           0 :                 break;
    7334           0 :         case 0x35ea:
    7335           0 :                 return "The IKE security attributes are unacceptable.";
    7336           0 :                 break;
    7337           0 :         case 0x35eb:
    7338           0 :                 return "The IKE negotiation is in progress.";
    7339           0 :                 break;
    7340           0 :         case 0x35ec:
    7341           0 :                 return "General processing error.";
    7342           0 :                 break;
    7343           0 :         case 0x35ed:
    7344           0 :                 return "Negotiation timed out.";
    7345           0 :                 break;
    7346           0 :         case 0x35ee:
    7347           0 :                 return "The IKE failed to find a valid machine certificate. Contact your network security administrator about installing a valid certificate in the appropriate certificate store.";
    7348           0 :                 break;
    7349           0 :         case 0x35ef:
    7350           0 :                 return "The IKE security association (SA) was deleted by a peer before it was completely established.";
    7351           0 :                 break;
    7352           0 :         case 0x35f0:
    7353           0 :                 return "The IKE SA was deleted before it was completely established.";
    7354           0 :                 break;
    7355           0 :         case 0x35f1:
    7356           0 :                 return "The negotiation request sat in the queue too long.";
    7357           0 :                 break;
    7358           0 :         case 0x35f2:
    7359           0 :                 return "The negotiation request sat in the queue too long.";
    7360           0 :                 break;
    7361           0 :         case 0x35f3:
    7362           0 :                 return "The negotiation request sat in the queue too long.";
    7363           0 :                 break;
    7364           0 :         case 0x35f4:
    7365           0 :                 return "The negotiation request sat in the queue too long.";
    7366           0 :                 break;
    7367           0 :         case 0x35f5:
    7368           0 :                 return "There was no response from a peer.";
    7369           0 :                 break;
    7370           0 :         case 0x35f6:
    7371           0 :                 return "The negotiation took too long.";
    7372           0 :                 break;
    7373           0 :         case 0x35f7:
    7374           0 :                 return "The negotiation took too long.";
    7375           0 :                 break;
    7376           0 :         case 0x35f8:
    7377           0 :                 return "An unknown error occurred.";
    7378           0 :                 break;
    7379           0 :         case 0x35f9:
    7380           0 :                 return "The certificate revocation check failed.";
    7381           0 :                 break;
    7382           0 :         case 0x35fa:
    7383           0 :                 return "Invalid certificate key usage.";
    7384           0 :                 break;
    7385           0 :         case 0x35fb:
    7386           0 :                 return "Invalid certificate type.";
    7387           0 :                 break;
    7388           0 :         case 0x35fc:
    7389           0 :                 return "The IKE negotiation failed because the machine certificate used does not have a private key. IPsec certificates require a private key. Contact your network security administrator about a certificate that has a private key.";
    7390           0 :                 break;
    7391           0 :         case 0x35fe:
    7392           0 :                 return "There was a failure in the Diffie-Hellman computation.";
    7393           0 :                 break;
    7394           0 :         case 0x3600:
    7395           0 :                 return "Invalid header.";
    7396           0 :                 break;
    7397           0 :         case 0x3601:
    7398           0 :                 return "No policy configured.";
    7399           0 :                 break;
    7400           0 :         case 0x3602:
    7401           0 :                 return "Failed to verify signature.";
    7402           0 :                 break;
    7403           0 :         case 0x3603:
    7404           0 :                 return "Failed to authenticate using Kerberos.";
    7405           0 :                 break;
    7406           0 :         case 0x3604:
    7407           0 :                 return "The peer's certificate did not have a public key.";
    7408           0 :                 break;
    7409           0 :         case 0x3605:
    7410           0 :                 return "Error processing the error payload.";
    7411           0 :                 break;
    7412           0 :         case 0x3606:
    7413           0 :                 return "Error processing the SA payload.";
    7414           0 :                 break;
    7415           0 :         case 0x3607:
    7416           0 :                 return "Error processing the proposal payload.";
    7417           0 :                 break;
    7418           0 :         case 0x3608:
    7419           0 :                 return "Error processing the transform payload.";
    7420           0 :                 break;
    7421           0 :         case 0x3609:
    7422           0 :                 return "Error processing the key exchange payload.";
    7423           0 :                 break;
    7424           0 :         case 0x360a:
    7425           0 :                 return "Error processing the ID payload.";
    7426           0 :                 break;
    7427           0 :         case 0x360b:
    7428           0 :                 return "Error processing the certification payload.";
    7429           0 :                 break;
    7430           0 :         case 0x360c:
    7431           0 :                 return "Error processing the certificate request payload.";
    7432           0 :                 break;
    7433           0 :         case 0x360d:
    7434           0 :                 return "Error processing the hash payload.";
    7435           0 :                 break;
    7436           0 :         case 0x360e:
    7437           0 :                 return "Error processing the signature payload.";
    7438           0 :                 break;
    7439           0 :         case 0x360f:
    7440           0 :                 return "Error processing the nonce payload.";
    7441           0 :                 break;
    7442           0 :         case 0x3610:
    7443           0 :                 return "Error processing the notify payload.";
    7444           0 :                 break;
    7445           0 :         case 0x3611:
    7446           0 :                 return "Error processing the delete payload.";
    7447           0 :                 break;
    7448           0 :         case 0x3612:
    7449           0 :                 return "Error processing the VendorId payload.";
    7450           0 :                 break;
    7451           0 :         case 0x3613:
    7452           0 :                 return "Invalid payload received.";
    7453           0 :                 break;
    7454           0 :         case 0x3614:
    7455           0 :                 return "Soft SA loaded.";
    7456           0 :                 break;
    7457           0 :         case 0x3615:
    7458           0 :                 return "Soft SA torn down.";
    7459           0 :                 break;
    7460           0 :         case 0x3616:
    7461           0 :                 return "Invalid cookie received.";
    7462           0 :                 break;
    7463           0 :         case 0x3617:
    7464           0 :                 return "Peer failed to send valid machine certificate.";
    7465           0 :                 break;
    7466           0 :         case 0x3618:
    7467           0 :                 return "Certification revocation check of peer's certificate failed.";
    7468           0 :                 break;
    7469           0 :         case 0x3619:
    7470           0 :                 return "New policy invalidated SAs formed with the old policy.";
    7471           0 :                 break;
    7472           0 :         case 0x361a:
    7473           0 :                 return "There is no available main mode IKE policy.";
    7474           0 :                 break;
    7475           0 :         case 0x361b:
    7476           0 :                 return "Failed to enabled trusted computer base (TCB) privilege.";
    7477           0 :                 break;
    7478           0 :         case 0x361c:
    7479           0 :                 return "Failed to load SECURITY.DLL.";
    7480           0 :                 break;
    7481           0 :         case 0x361d:
    7482           0 :                 return "Failed to obtain the security function table dispatch address from the SSPI.";
    7483           0 :                 break;
    7484           0 :         case 0x361e:
    7485           0 :                 return "Failed to query the Kerberos package to obtain the max token size.";
    7486           0 :                 break;
    7487           0 :         case 0x361f:
    7488           0 :                 return "Failed to obtain the Kerberos server credentials for the Internet Security Association and Key Management Protocol (ISAKMP)/ERROR_IPSEC_IKE service. Kerberos authentication will not function. The most likely reason for this is lack of domain membership. This is normal if your computer is a member of a workgroup.";
    7489           0 :                 break;
    7490           0 :         case 0x3620:
    7491           0 :                 return "Failed to determine the SSPI principal name for ISAKMP/ERROR_IPSEC_IKE service (QueryCredentialsAttributes).";
    7492           0 :                 break;
    7493           0 :         case 0x3621:
    7494           0 :                 return "Failed to obtain a new service provider interface (SPI) for the inbound SA from the IPsec driver. The most common cause for this is that the driver does not have the correct filter. Check your policy to verify the filters.";
    7495           0 :                 break;
    7496           0 :         case 0x3622:
    7497           0 :                 return "Given filter is invalid.";
    7498           0 :                 break;
    7499           0 :         case 0x3623:
    7500           0 :                 return "Memory allocation failed.";
    7501           0 :                 break;
    7502           0 :         case 0x3624:
    7503           0 :                 return "Failed to add an SA to the IPSec driver. The most common cause for this is if the IKE negotiation took too long to complete. If the problem persists, reduce the load on the faulting machine.";
    7504           0 :                 break;
    7505           0 :         case 0x3625:
    7506           0 :                 return "Invalid policy.";
    7507           0 :                 break;
    7508           0 :         case 0x3626:
    7509           0 :                 return "Invalid digital object identifier (DOI).";
    7510           0 :                 break;
    7511           0 :         case 0x3627:
    7512           0 :                 return "Invalid situation.";
    7513           0 :                 break;
    7514           0 :         case 0x3628:
    7515           0 :                 return "Diffie-Hellman failure.";
    7516           0 :                 break;
    7517           0 :         case 0x3629:
    7518           0 :                 return "Invalid Diffie-Hellman group.";
    7519           0 :                 break;
    7520           0 :         case 0x362a:
    7521           0 :                 return "Error encrypting payload.";
    7522           0 :                 break;
    7523           0 :         case 0x362b:
    7524           0 :                 return "Error decrypting payload.";
    7525           0 :                 break;
    7526           0 :         case 0x362c:
    7527           0 :                 return "Policy match error.";
    7528           0 :                 break;
    7529           0 :         case 0x362d:
    7530           0 :                 return "Unsupported ID.";
    7531           0 :                 break;
    7532           0 :         case 0x362e:
    7533           0 :                 return "Hash verification failed.";
    7534           0 :                 break;
    7535           0 :         case 0x362f:
    7536           0 :                 return "Invalid hash algorithm.";
    7537           0 :                 break;
    7538           0 :         case 0x3630:
    7539           0 :                 return "Invalid hash size.";
    7540           0 :                 break;
    7541           0 :         case 0x3631:
    7542           0 :                 return "Invalid encryption algorithm.";
    7543           0 :                 break;
    7544           0 :         case 0x3632:
    7545           0 :                 return "Invalid authentication algorithm.";
    7546           0 :                 break;
    7547           0 :         case 0x3633:
    7548           0 :                 return "Invalid certificate signature.";
    7549           0 :                 break;
    7550           0 :         case 0x3634:
    7551           0 :                 return "Load failed.";
    7552           0 :                 break;
    7553           0 :         case 0x3635:
    7554           0 :                 return "Deleted by using an RPC call.";
    7555           0 :                 break;
    7556           0 :         case 0x3636:
    7557           0 :                 return "A temporary state was created to perform reinitialization. This is not a real failure.";
    7558           0 :                 break;
    7559           0 :         case 0x3637:
    7560           0 :                 return "The lifetime value received in the Responder Lifetime Notify is below the Windows 2000 configured minimum value. Fix the policy on the peer machine.";
    7561           0 :                 break;
    7562           0 :         case 0x3639:
    7563           0 :                 return "Key length in the certificate is too small for configured security requirements.";
    7564           0 :                 break;
    7565           0 :         case 0x363a:
    7566           0 :                 return "Maximum number of established MM SAs to peer exceeded.";
    7567           0 :                 break;
    7568           0 :         case 0x363b:
    7569           0 :                 return "The IKE received a policy that disables negotiation.";
    7570           0 :                 break;
    7571           0 :         case 0x363c:
    7572           0 :                 return "Reached maximum quick mode limit for the main mode. New main mode will be started.";
    7573           0 :                 break;
    7574           0 :         case 0x363d:
    7575           0 :                 return "Main mode SA lifetime expired or the peer sent a main mode delete.";
    7576           0 :                 break;
    7577           0 :         case 0x363e:
    7578           0 :                 return "Main mode SA assumed to be invalid because peer stopped responding.";
    7579           0 :                 break;
    7580           0 :         case 0x363f:
    7581           0 :                 return "Certificate does not chain to a trusted root in IPsec policy.";
    7582           0 :                 break;
    7583           0 :         case 0x3640:
    7584           0 :                 return "Received unexpected message ID.";
    7585           0 :                 break;
    7586           0 :         case 0x3641:
    7587           0 :                 return "Received invalid AuthIP user mode attributes.";
    7588           0 :                 break;
    7589           0 :         case 0x3642:
    7590           0 :                 return "Sent DOS cookie notify to initiator.";
    7591           0 :                 break;
    7592           0 :         case 0x3643:
    7593           0 :                 return "The IKE service is shutting down.";
    7594           0 :                 break;
    7595           0 :         case 0x3644:
    7596           0 :                 return "Could not verify the binding between the color graphics adapter (CGA) address and the certificate.";
    7597           0 :                 break;
    7598           0 :         case 0x3645:
    7599           0 :                 return "Error processing the NatOA payload.";
    7600           0 :                 break;
    7601           0 :         case 0x3646:
    7602           0 :                 return "The parameters of the main mode are invalid for this quick mode.";
    7603           0 :                 break;
    7604           0 :         case 0x3647:
    7605           0 :                 return "The quick mode SA was expired by the IPsec driver.";
    7606           0 :                 break;
    7607           0 :         case 0x3648:
    7608           0 :                 return "Too many dynamically added IKEEXT filters were detected.";
    7609           0 :                 break;
    7610           0 :         case 0x3649:
    7611           0 :                 return "Ends the list of frequencies of various IKE Win32 error codes encountered during negotiations.";
    7612           0 :                 break;
    7613           0 :         case 0x36b0:
    7614           0 :                 return "The requested section was not present in the activation context.";
    7615           0 :                 break;
    7616           0 :         case 0x36b1:
    7617           0 :                 return "The application has failed to start because its side-by-side configuration is incorrect. See the application event log for more detail.";
    7618           0 :                 break;
    7619           0 :         case 0x36b2:
    7620           0 :                 return "The application binding data format is invalid.";
    7621           0 :                 break;
    7622           0 :         case 0x36b3:
    7623           0 :                 return "The referenced assembly is not installed on your system.";
    7624           0 :                 break;
    7625           0 :         case 0x36b4:
    7626           0 :                 return "The manifest file does not begin with the required tag and format information.";
    7627           0 :                 break;
    7628           0 :         case 0x36b5:
    7629           0 :                 return "The manifest file contains one or more syntax errors.";
    7630           0 :                 break;
    7631           0 :         case 0x36b6:
    7632           0 :                 return "The application attempted to activate a disabled activation context.";
    7633           0 :                 break;
    7634           0 :         case 0x36b7:
    7635           0 :                 return "The requested lookup key was not found in any active activation context.";
    7636           0 :                 break;
    7637           0 :         case 0x36b8:
    7638           0 :                 return "A component version required by the application conflicts with another active component version.";
    7639           0 :                 break;
    7640           0 :         case 0x36b9:
    7641           0 :                 return "The type requested activation context section does not match the query API used.";
    7642           0 :                 break;
    7643           0 :         case 0x36ba:
    7644           0 :                 return "Lack of system resources has required isolated activation to be disabled for the current thread of execution.";
    7645           0 :                 break;
    7646           0 :         case 0x36bb:
    7647           0 :                 return "An attempt to set the process default activation context failed because the process default activation context was already set.";
    7648           0 :                 break;
    7649           0 :         case 0x36bc:
    7650           0 :                 return "The encoding group identifier specified is not recognized.";
    7651           0 :                 break;
    7652           0 :         case 0x36bd:
    7653           0 :                 return "The encoding requested is not recognized.";
    7654           0 :                 break;
    7655           0 :         case 0x36be:
    7656           0 :                 return "The manifest contains a reference to an invalid URI.";
    7657           0 :                 break;
    7658           0 :         case 0x36bf:
    7659           0 :                 return "The application manifest contains a reference to a dependent assembly that is not installed.";
    7660           0 :                 break;
    7661           0 :         case 0x36c0:
    7662           0 :                 return "The manifest for an assembly used by the application has a reference to a dependent assembly that is not installed.";
    7663           0 :                 break;
    7664           0 :         case 0x36c1:
    7665           0 :                 return "The manifest contains an attribute for the assembly identity that is not valid.";
    7666           0 :                 break;
    7667           0 :         case 0x36c2:
    7668           0 :                 return "The manifest is missing the required default namespace specification on the assembly element.";
    7669           0 :                 break;
    7670           0 :         case 0x36c3:
    7671           0 :                 return "The manifest has a default namespace specified on the assembly element but its value is not urn:schemas-microsoft-com:asm.v1\".\"";
    7672           0 :                 break;
    7673           0 :         case 0x36c4:
    7674           0 :                 return "The private manifest probed has crossed the reparse-point-associated path.";
    7675           0 :                 break;
    7676           0 :         case 0x36c5:
    7677           0 :                 return "Two or more components referenced directly or indirectly by the application manifest have files by the same name.";
    7678           0 :                 break;
    7679           0 :         case 0x36c6:
    7680           0 :                 return "Two or more components referenced directly or indirectly by the application manifest have window classes with the same name.";
    7681           0 :                 break;
    7682           0 :         case 0x36c7:
    7683           0 :                 return "Two or more components referenced directly or indirectly by the application manifest have the same COM server CLSIDs.";
    7684           0 :                 break;
    7685           0 :         case 0x36c8:
    7686           0 :                 return "Two or more components referenced directly or indirectly by the application manifest have proxies for the same COM interface IIDs.";
    7687           0 :                 break;
    7688           0 :         case 0x36c9:
    7689           0 :                 return "Two or more components referenced directly or indirectly by the application manifest have the same COM type library TLBIDs.";
    7690           0 :                 break;
    7691           0 :         case 0x36ca:
    7692           0 :                 return "Two or more components referenced directly or indirectly by the application manifest have the same COM ProgIDs.";
    7693           0 :                 break;
    7694           0 :         case 0x36cb:
    7695           0 :                 return "Two or more components referenced directly or indirectly by the application manifest are different versions of the same component, which is not permitted.";
    7696           0 :                 break;
    7697           0 :         case 0x36cc:
    7698           0 :                 return "A component's file does not match the verification information present in the component manifest.";
    7699           0 :                 break;
    7700           0 :         case 0x36cd:
    7701           0 :                 return "The policy manifest contains one or more syntax errors.";
    7702           0 :                 break;
    7703           0 :         case 0x36ce:
    7704           0 :                 return "Manifest Parse Error: A string literal was expected, but no opening quotation mark was found.";
    7705           0 :                 break;
    7706           0 :         case 0x36cf:
    7707           0 :                 return "Manifest Parse Error: Incorrect syntax was used in a comment.";
    7708           0 :                 break;
    7709           0 :         case 0x36d0:
    7710           0 :                 return "Manifest Parse Error: A name started with an invalid character.";
    7711           0 :                 break;
    7712           0 :         case 0x36d1:
    7713           0 :                 return "Manifest Parse Error: A name contained an invalid character.";
    7714           0 :                 break;
    7715           0 :         case 0x36d2:
    7716           0 :                 return "Manifest Parse Error: A string literal contained an invalid character.";
    7717           0 :                 break;
    7718           0 :         case 0x36d3:
    7719           0 :                 return "Manifest Parse Error: Invalid syntax for an XML declaration.";
    7720           0 :                 break;
    7721           0 :         case 0x36d4:
    7722           0 :                 return "Manifest Parse Error: An Invalid character was found in text content.";
    7723           0 :                 break;
    7724           0 :         case 0x36d5:
    7725           0 :                 return "Manifest Parse Error: Required white space was missing.";
    7726           0 :                 break;
    7727           0 :         case 0x36d6:
    7728           0 :                 return "Manifest Parse Error: The angle bracket (>) character was expected.";
    7729           0 :                 break;
    7730           0 :         case 0x36d7:
    7731           0 :                 return "Manifest Parse Error: A semicolon (;) was expected.";
    7732           0 :                 break;
    7733           0 :         case 0x36d8:
    7734           0 :                 return "Manifest Parse Error: Unbalanced parentheses.";
    7735           0 :                 break;
    7736           0 :         case 0x36d9:
    7737           0 :                 return "Manifest Parse Error: Internal error.";
    7738           0 :                 break;
    7739           0 :         case 0x36da:
    7740           0 :                 return "Manifest Parse Error: Whitespace is not allowed at this location.";
    7741           0 :                 break;
    7742           0 :         case 0x36db:
    7743           0 :                 return "Manifest Parse Error: End of file reached in invalid state for current encoding.";
    7744           0 :                 break;
    7745           0 :         case 0x36dc:
    7746           0 :                 return "Manifest Parse Error: Missing parenthesis.";
    7747           0 :                 break;
    7748           0 :         case 0x36dd:
    7749           0 :                 return "Manifest Parse Error: A single (') or double (\") quotation mark is missing.";
    7750           0 :                 break;
    7751           0 :         case 0x36de:
    7752           0 :                 return "Manifest Parse Error: Multiple colons are not allowed in a name.";
    7753           0 :                 break;
    7754           0 :         case 0x36df:
    7755           0 :                 return "Manifest Parse Error: Invalid character for decimal digit.";
    7756           0 :                 break;
    7757           0 :         case 0x36e0:
    7758           0 :                 return "Manifest Parse Error: Invalid character for hexadecimal digit.";
    7759           0 :                 break;
    7760           0 :         case 0x36e1:
    7761           0 :                 return "Manifest Parse Error: Invalid Unicode character value for this platform.";
    7762           0 :                 break;
    7763           0 :         case 0x36e2:
    7764           0 :                 return "Manifest Parse Error: Expecting whitespace or question mark (?).";
    7765           0 :                 break;
    7766           0 :         case 0x36e3:
    7767           0 :                 return "Manifest Parse Error: End tag was not expected at this location.";
    7768           0 :                 break;
    7769           0 :         case 0x36e4:
    7770           0 :                 return "Manifest Parse Error: The following tags were not closed: %1.";
    7771           0 :                 break;
    7772           0 :         case 0x36e5:
    7773           0 :                 return "Manifest Parse Error: Duplicate attribute.";
    7774           0 :                 break;
    7775           0 :         case 0x36e6:
    7776           0 :                 return "Manifest Parse Error: Only one top-level element is allowed in an XML document.";
    7777           0 :                 break;
    7778           0 :         case 0x36e7:
    7779           0 :                 return "Manifest Parse Error: Invalid at the top level of the document.";
    7780           0 :                 break;
    7781           0 :         case 0x36e8:
    7782           0 :                 return "Manifest Parse Error: Invalid XML declaration.";
    7783           0 :                 break;
    7784           0 :         case 0x36e9:
    7785           0 :                 return "Manifest Parse Error: XML document must have a top-level element.";
    7786           0 :                 break;
    7787           0 :         case 0x36ea:
    7788           0 :                 return "Manifest Parse Error: Unexpected end of file.";
    7789           0 :                 break;
    7790           0 :         case 0x36eb:
    7791           0 :                 return "Manifest Parse Error: Parameter entities cannot be used inside markup declarations in an internal subset.";
    7792           0 :                 break;
    7793           0 :         case 0x36ec:
    7794           0 :                 return "Manifest Parse Error: Element was not closed.";
    7795           0 :                 break;
    7796           0 :         case 0x36ed:
    7797           0 :                 return "Manifest Parse Error: End element was missing the angle bracket (>) character.";
    7798           0 :                 break;
    7799           0 :         case 0x36ee:
    7800           0 :                 return "Manifest Parse Error: A string literal was not closed.";
    7801           0 :                 break;
    7802           0 :         case 0x36ef:
    7803           0 :                 return "Manifest Parse Error: A comment was not closed.";
    7804           0 :                 break;
    7805           0 :         case 0x36f0:
    7806           0 :                 return "Manifest Parse Error: A declaration was not closed.";
    7807           0 :                 break;
    7808           0 :         case 0x36f1:
    7809           0 :                 return "Manifest Parse Error: A CDATA section was not closed.";
    7810           0 :                 break;
    7811           0 :         case 0x36f2:
    7812           0 :                 return "Manifest Parse Error: The namespace prefix is not allowed to start with the reserved string xml\".\"";
    7813           0 :                 break;
    7814           0 :         case 0x36f3:
    7815           0 :                 return "Manifest Parse Error: System does not support the specified encoding.";
    7816           0 :                 break;
    7817           0 :         case 0x36f4:
    7818           0 :                 return "Manifest Parse Error: Switch from current encoding to specified encoding not supported.";
    7819           0 :                 break;
    7820           0 :         case 0x36f5:
    7821           0 :                 return "Manifest Parse Error: The name \"xml\" is reserved and must be lowercase.";
    7822           0 :                 break;
    7823           0 :         case 0x36f6:
    7824           0 :                 return "Manifest Parse Error: The stand-alone attribute must have the value \"yes\" or \"no\".";
    7825           0 :                 break;
    7826           0 :         case 0x36f7:
    7827           0 :                 return "Manifest Parse Error: The stand-alone attribute cannot be used in external entities.";
    7828           0 :                 break;
    7829           0 :         case 0x36f8:
    7830           0 :                 return "Manifest Parse Error: Invalid version number.";
    7831           0 :                 break;
    7832           0 :         case 0x36f9:
    7833           0 :                 return "Manifest Parse Error: Missing equal sign (=) between the attribute and the attribute value.";
    7834           0 :                 break;
    7835           0 :         case 0x36fa:
    7836           0 :                 return "Assembly Protection Error: Unable to recover the specified assembly.";
    7837           0 :                 break;
    7838           0 :         case 0x36fb:
    7839           0 :                 return "Assembly Protection Error: The public key for an assembly was too short to be allowed.";
    7840           0 :                 break;
    7841           0 :         case 0x36fc:
    7842           0 :                 return "Assembly Protection Error: The catalog for an assembly is not valid, or does not match the assembly's manifest.";
    7843           0 :                 break;
    7844           0 :         case 0x36fd:
    7845           0 :                 return "An HRESULT could not be translated to a corresponding Win32 error code.";
    7846           0 :                 break;
    7847           0 :         case 0x36fe:
    7848           0 :                 return "Assembly Protection Error: The catalog for an assembly is missing.";
    7849           0 :                 break;
    7850           0 :         case 0x36ff:
    7851           0 :                 return "The supplied assembly identity is missing one or more attributes that must be present in this context.";
    7852           0 :                 break;
    7853           0 :         case 0x3700:
    7854           0 :                 return "The supplied assembly identity has one or more attribute names that contain characters not permitted in XML names.";
    7855           0 :                 break;
    7856           0 :         case 0x3701:
    7857           0 :                 return "The referenced assembly could not be found.";
    7858           0 :                 break;
    7859           0 :         case 0x3702:
    7860           0 :                 return "The activation context activation stack for the running thread of execution is corrupt.";
    7861           0 :                 break;
    7862           0 :         case 0x3703:
    7863           0 :                 return "The application isolation metadata for this process or thread has become corrupt.";
    7864           0 :                 break;
    7865           0 :         case 0x3704:
    7866           0 :                 return "The activation context being deactivated is not the most recently activated one.";
    7867           0 :                 break;
    7868           0 :         case 0x3705:
    7869           0 :                 return "The activation context being deactivated is not active for the current thread of execution.";
    7870           0 :                 break;
    7871           0 :         case 0x3706:
    7872           0 :                 return "The activation context being deactivated has already been deactivated.";
    7873           0 :                 break;
    7874           0 :         case 0x3707:
    7875           0 :                 return "A component used by the isolation facility has requested to terminate the process.";
    7876           0 :                 break;
    7877           0 :         case 0x3708:
    7878           0 :                 return "A kernel mode component is releasing a reference on an activation context.";
    7879           0 :                 break;
    7880           0 :         case 0x3709:
    7881           0 :                 return "The activation context of the system default assembly could not be generated.";
    7882           0 :                 break;
    7883           0 :         case 0x370a:
    7884           0 :                 return "The value of an attribute in an identity is not within the legal range.";
    7885           0 :                 break;
    7886           0 :         case 0x370b:
    7887           0 :                 return "The name of an attribute in an identity is not within the legal range.";
    7888           0 :                 break;
    7889           0 :         case 0x370c:
    7890           0 :                 return "An identity contains two definitions for the same attribute.";
    7891           0 :                 break;
    7892           0 :         case 0x370d:
    7893           0 :                 return "The identity string is malformed. This might be due to a trailing comma, more than two unnamed attributes, a missing attribute name, or a missing attribute value.";
    7894           0 :                 break;
    7895           0 :         case 0x370e:
    7896           0 :                 return "A string containing localized substitutable content was malformed. Either a dollar sign ($) was followed by something other than a left parenthesis or another dollar sign, or a substitution's right parenthesis was not found.";
    7897           0 :                 break;
    7898           0 :         case 0x370f:
    7899           0 :                 return "The public key token does not correspond to the public key specified.";
    7900           0 :                 break;
    7901           0 :         case 0x3710:
    7902           0 :                 return "A substitution string had no mapping.";
    7903           0 :                 break;
    7904           0 :         case 0x3711:
    7905           0 :                 return "The component must be locked before making the request.";
    7906           0 :                 break;
    7907           0 :         case 0x3712:
    7908           0 :                 return "The component store has been corrupted.";
    7909           0 :                 break;
    7910           0 :         case 0x3713:
    7911           0 :                 return "An advanced installer failed during setup or servicing.";
    7912           0 :                 break;
    7913           0 :         case 0x3714:
    7914           0 :                 return "The character encoding in the XML declaration did not match the encoding used in the document.";
    7915           0 :                 break;
    7916           0 :         case 0x3715:
    7917           0 :                 return "The identities of the manifests are identical, but the contents are different.";
    7918           0 :                 break;
    7919           0 :         case 0x3716:
    7920           0 :                 return "The component identities are different.";
    7921           0 :                 break;
    7922           0 :         case 0x3717:
    7923           0 :                 return "The assembly is not a deployment.";
    7924           0 :                 break;
    7925           0 :         case 0x3718:
    7926           0 :                 return "The file is not a part of the assembly.";
    7927           0 :                 break;
    7928           0 :         case 0x3719:
    7929           0 :                 return "The size of the manifest exceeds the maximum allowed.";
    7930           0 :                 break;
    7931           0 :         case 0x371a:
    7932           0 :                 return "The setting is not registered.";
    7933           0 :                 break;
    7934           0 :         case 0x371b:
    7935           0 :                 return "One or more required members of the transaction are not present.";
    7936           0 :                 break;
    7937           0 :         case 0x3a98:
    7938           0 :                 return "The specified channel path is invalid.";
    7939           0 :                 break;
    7940           0 :         case 0x3a99:
    7941           0 :                 return "The specified query is invalid.";
    7942           0 :                 break;
    7943           0 :         case 0x3a9a:
    7944           0 :                 return "The publisher metadata cannot be found in the resource.";
    7945           0 :                 break;
    7946           0 :         case 0x3a9b:
    7947           0 :                 return "The template for an event definition cannot be found in the resource (error = %1).";
    7948           0 :                 break;
    7949           0 :         case 0x3a9c:
    7950           0 :                 return "The specified publisher name is invalid.";
    7951           0 :                 break;
    7952           0 :         case 0x3a9d:
    7953           0 :                 return "The event data raised by the publisher is not compatible with the event template definition in the publisher's manifest.";
    7954           0 :                 break;
    7955           0 :         case 0x3a9f:
    7956           0 :                 return "The specified channel could not be found. Check channel configuration.";
    7957           0 :                 break;
    7958           0 :         case 0x3aa0:
    7959           0 :                 return "The specified XML text was not well-formed. See extended error for more details.";
    7960           0 :                 break;
    7961           0 :         case 0x3aa1:
    7962           0 :                 return "The caller is trying to subscribe to a direct channel which is not allowed. The events for a direct channel go directly to a log file and cannot be subscribed to.";
    7963           0 :                 break;
    7964           0 :         case 0x3aa2:
    7965           0 :                 return "Configuration error.";
    7966           0 :                 break;
    7967           0 :         case 0x3aa3:
    7968           0 :                 return "The query result is stale or invalid. This might be due to the log being cleared or rolling over after the query result was created. Users should handle this code by releasing the query result object and reissuing the query.";
    7969           0 :                 break;
    7970           0 :         case 0x3aa4:
    7971           0 :                 return "Query result is currently at an invalid position.";
    7972           0 :                 break;
    7973           0 :         case 0x3aa5:
    7974           0 :                 return "Registered Microsoft XML (MSXML) does not support validation.";
    7975           0 :                 break;
    7976           0 :         case 0x3aa6:
    7977           0 :                 return "An expression can only be followed by a change-of-scope operation if it itself evaluates to a node set and is not already part of some other change-of-scope operation.";
    7978           0 :                 break;
    7979           0 :         case 0x3aa7:
    7980           0 :                 return "Cannot perform a step operation from a term that does not represent an element set.";
    7981           0 :                 break;
    7982           0 :         case 0x3aa8:
    7983           0 :                 return "Left side arguments to binary operators must be either attributes, nodes, or variables and right side arguments must be constants.";
    7984           0 :                 break;
    7985           0 :         case 0x3aa9:
    7986           0 :                 return "A step operation must involve either a node test or, in the case of a predicate, an algebraic expression against which to test each node in the node set identified by the preceding node set can be evaluated.";
    7987           0 :                 break;
    7988           0 :         case 0x3aaa:
    7989           0 :                 return "This data type is currently unsupported.";
    7990           0 :                 break;
    7991           0 :         case 0x3aab:
    7992           0 :                 return "A syntax error occurred at position %1!d!";
    7993           0 :                 break;
    7994           0 :         case 0x3aac:
    7995           0 :                 return "This operator is unsupported by this implementation of the filter.";
    7996           0 :                 break;
    7997           0 :         case 0x3aad:
    7998           0 :                 return "The token encountered was unexpected.";
    7999           0 :                 break;
    8000           0 :         case 0x3aae:
    8001           0 :                 return "The requested operation cannot be performed over an enabled direct channel. The channel must first be disabled before performing the requested operation.";
    8002           0 :                 break;
    8003           0 :         case 0x3aaf:
    8004           0 :                 return "Channel property %1!s! contains an invalid value. The value has an invalid type, is outside the valid range, cannot be updated, or is not supported by this type of channel.";
    8005           0 :                 break;
    8006           0 :         case 0x3ab0:
    8007           0 :                 return "Publisher property %1!s! contains an invalid value. The value has an invalid type, is outside the valid range, cannot be updated, or is not supported by this type of publisher.";
    8008           0 :                 break;
    8009           0 :         case 0x3ab1:
    8010           0 :                 return "The channel fails to activate.";
    8011           0 :                 break;
    8012           0 :         case 0x3ab2:
    8013           0 :                 return "The xpath expression exceeded supported complexity. Simplify it or split it into two or more simple expressions.";
    8014           0 :                 break;
    8015           0 :         case 0x3ab3:
    8016           0 :                 return "The message resource is present but the message is not found in the string or message table.";
    8017           0 :                 break;
    8018           0 :         case 0x3ab4:
    8019           0 :                 return "The message ID for the desired message could not be found.";
    8020           0 :                 break;
    8021           0 :         case 0x3ab5:
    8022           0 :                 return "The substitution string for the insert index (%1) could not be found.";
    8023           0 :                 break;
    8024           0 :         case 0x3ab6:
    8025           0 :                 return "The description string for the parameter reference (%1) could not be found.";
    8026           0 :                 break;
    8027           0 :         case 0x3ab7:
    8028           0 :                 return "The maximum number of replacements has been reached.";
    8029           0 :                 break;
    8030           0 :         case 0x3ab8:
    8031           0 :                 return "The event definition could not be found for the event ID (%1).";
    8032           0 :                 break;
    8033           0 :         case 0x3ab9:
    8034           0 :                 return "The locale-specific resource for the desired message is not present.";
    8035           0 :                 break;
    8036           0 :         case 0x3aba:
    8037           0 :                 return "The resource is too old to be compatible.";
    8038           0 :                 break;
    8039           0 :         case 0x3abb:
    8040           0 :                 return "The resource is too new to be compatible.";
    8041           0 :                 break;
    8042           0 :         case 0x3abc:
    8043           0 :                 return "The channel at index %1 of the query cannot be opened.";
    8044           0 :                 break;
    8045           0 :         case 0x3abd:
    8046           0 :                 return "The publisher has been disabled and its resource is not available. This usually occurs when the publisher is in the process of being uninstalled or upgraded.";
    8047           0 :                 break;
    8048           0 :         case 0x3ae8:
    8049           0 :                 return "The subscription fails to activate.";
    8050           0 :                 break;
    8051           0 :         case 0x3ae9:
    8052           0 :                 return "The log of the subscription is in a disabled state and events cannot be forwarded to it. The log must first be enabled before the subscription can be activated.";
    8053           0 :                 break;
    8054           0 :         case 0x3afc:
    8055           0 :                 return "The resource loader failed to find the Multilingual User Interface (MUI) file.";
    8056           0 :                 break;
    8057           0 :         case 0x3afd:
    8058           0 :                 return "The resource loader failed to load the MUI file because the file failed to pass validation.";
    8059           0 :                 break;
    8060           0 :         case 0x3afe:
    8061           0 :                 return "The release candidate (RC) manifest is corrupted with garbage data, is an unsupported version, or is missing a required item.";
    8062           0 :                 break;
    8063           0 :         case 0x3aff:
    8064           0 :                 return "The RC manifest has an invalid culture name.";
    8065           0 :                 break;
    8066           0 :         case 0x3b00:
    8067           0 :                 return "The RC Manifest has an invalid ultimate fallback name.";
    8068           0 :                 break;
    8069           0 :         case 0x3b01:
    8070           0 :                 return "The resource loader cache does not have a loaded MUI entry.";
    8071           0 :                 break;
    8072           0 :         case 0x3b02:
    8073           0 :                 return "The user stopped resource enumeration.";
    8074           0 :                 break;
    8075           0 :         case 0x3b03:
    8076           0 :                 return "User interface language installation failed.";
    8077           0 :                 break;
    8078           0 :         case 0x3b04:
    8079           0 :                 return "Locale installation failed.";
    8080           0 :                 break;
    8081           0 :         case 0x3b60:
    8082           0 :                 return "The monitor returned a DDC/CI capabilities string that did not comply with the ACCESS.bus 3.0, DDC/CI 1.1, or MCCS 2 Revision 1 specification.";
    8083           0 :                 break;
    8084           0 :         case 0x3b61:
    8085           0 :                 return "The monitor's VCP version (0xDF) VCP code returned an invalid version value.";
    8086           0 :                 break;
    8087           0 :         case 0x3b62:
    8088           0 :                 return "The monitor does not comply with the MCCS specification it claims to support.";
    8089           0 :                 break;
    8090           0 :         case 0x3b63:
    8091           0 :                 return "The MCCS version in a monitor's mccs_ver capability does not match the MCCS version the monitor reports when the VCP version (0xDF) VCP code is used.";
    8092           0 :                 break;
    8093           0 :         case 0x3b64:
    8094           0 :                 return "The monitor configuration API works only with monitors that support the MCCS 1.0, MCCS 2.0, or MCCS 2.0 Revision 1 specifications.";
    8095           0 :                 break;
    8096           0 :         case 0x3b65:
    8097           0 :                 return "An internal monitor configuration API error occurred.";
    8098           0 :                 break;
    8099           0 :         case 0x3b66:
    8100           0 :                 return "The monitor returned an invalid monitor technology type. CRT, plasma, and LCD (TFT) are examples of monitor technology types. This error implies that the monitor violated the MCCS 2.0 or MCCS 2.0 Revision 1 specification.";
    8101           0 :                 break;
    8102           0 :         case 0x3b67:
    8103           0 :                 return "The SetMonitorColorTemperature() caller passed a color temperature to it that the current monitor did not support. CRT, plasma, and LCD (TFT) are examples of monitor technology types. This error implies that the monitor violated the MCCS 2.0 or MCCS 2.0 Revision 1 specification.";
    8104           0 :                 break;
    8105           0 :         case 0x3b92:
    8106           0 :                 return "The requested system device cannot be identified due to multiple indistinguishable devices potentially matching the identification criteria.";
    8107           0 :                 break;
    8108           0 :         case 0x3bc3:
    8109           0 :                 return "The requested system device cannot be found.";
    8110           0 :                 break;

Generated by: LCOV version 1.14