Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenerrorcode.h
Go to the documentation of this file.
00001 /* 00002 * ReactOS kernel 00003 * Copyright (C) 2003 ReactOS Team 00004 * 00005 * This program is free software; you can redistribute it and/or modify 00006 * it under the terms of the GNU General Public License as published by 00007 * the Free Software Foundation; either version 2 of the License, or 00008 * (at your option) any later version. 00009 * 00010 * This program is distributed in the hope that it will be useful, 00011 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 * GNU General Public License for more details. 00014 * 00015 * You should have received a copy of the GNU General Public License along 00016 * with this program; if not, write to the Free Software Foundation, Inc., 00017 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 00018 */ 00019 /* $Id: registry.h 21704 2006-04-22 13:55:01Z tretiakov $ 00020 * COPYRIGHT: See COPYING in the top level directory 00021 * PROJECT: ReactOS text-mode setup 00022 * FILE: subsys/system/usetup/errcode.h 00023 * PURPOSE: 00024 * PROGRAMMER: 00025 */ 00026 00027 #pragma once 00028 00029 typedef enum 00030 { 00031 ERROR_NOT_INSTALLED = 0, 00032 ERROR_NO_HDD, 00033 ERROR_NO_SOURCE_DRIVE, 00034 ERROR_LOAD_TXTSETUPSIF, 00035 ERROR_CORRUPT_TXTSETUPSIF, 00036 ERROR_SIGNATURE_TXTSETUPSIF, 00037 ERROR_DRIVE_INFORMATION, 00038 ERROR_WRITE_BOOT, 00039 ERROR_LOAD_COMPUTER, 00040 ERROR_LOAD_DISPLAY, 00041 ERROR_LOAD_KEYBOARD, 00042 ERROR_LOAD_KBLAYOUT, 00043 ERROR_WARN_PARTITION, 00044 ERROR_NEW_PARTITION, 00045 ERROR_DELETE_SPACE, 00046 ERROR_INSTALL_BOOTCODE, 00047 ERROR_NO_FLOPPY, 00048 ERROR_UPDATE_KBSETTINGS, 00049 ERROR_UPDATE_DISPLAY_SETTINGS, 00050 ERROR_IMPORT_HIVE, 00051 ERROR_FIND_REGISTRY, 00052 ERROR_CREATE_HIVE, 00053 ERROR_INITIALIZE_REGISTRY, 00054 ERROR_INVALID_CABINET_INF, 00055 ERROR_CABINET_MISSING, 00056 ERROR_CABINET_SCRIPT, 00057 ERROR_COPY_QUEUE, 00058 ERROR_CREATE_DIR, 00059 ERROR_TXTSETUP_SECTION, 00060 ERROR_CABINET_SECTION, 00061 ERROR_CREATE_INSTALL_DIR, 00062 ERROR_FIND_SETUPDATA, 00063 ERROR_WRITE_PTABLE, 00064 ERROR_ADDING_CODEPAGE, 00065 ERROR_UPDATE_LOCALESETTINGS, 00066 ERROR_ADDING_KBLAYOUTS, 00067 ERROR_UPDATE_GEOID, 00068 ERROR_INSUFFICIENT_DISKSPACE, 00069 00070 ERROR_LAST_ERROR_CODE 00071 }ERROR_NUMBER; 00072 00073 /* EOF */ Generated on Sat May 26 2012 04:16:52 for ReactOS by
1.7.6.1
|