Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygencierror.h
Go to the documentation of this file.
00001 /* 00002 * Copyright 2006 Mike McCormack 00003 * 00004 * This library is free software; you can redistribute it and/or 00005 * modify it under the terms of the GNU Lesser General Public 00006 * License as published by the Free Software Foundation; either 00007 * version 2.1 of the License, or (at your option) any later version. 00008 * 00009 * This library is distributed in the hope that it will be useful, 00010 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00011 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00012 * Lesser General Public License for more details. 00013 * 00014 * You should have received a copy of the GNU Lesser General Public 00015 * License along with this library; if not, write to the Free Software 00016 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 00017 */ 00018 00019 #ifndef __WINE_CIERROR_H__ 00020 #define __WINE_CIERROR_H__ 00021 00022 #define CI_E_ALREADY_INITIALIZED 0x8004180a 00023 #define CI_E_NOT_INITIALIZED 0x8004180b 00024 #define CI_E_BUFFERTOOSMALL 0x8004180c 00025 #define CI_E_PROPERTY_NOT_CACHED 0x8004180d 00026 #define CI_E_INVALID_STATE 0x8004180f 00027 #define CI_E_FILTERING_DISABLED 0x80041810 00028 #define CI_E_DISK_FULL 0x80041811 00029 #define CI_E_SHUTDOWN 0x80041812 00030 #define CI_E_WORKID_NOTVALID 0x80041813 00031 #define CI_E_NOT_FOUND 0x80041815 00032 #define CI_E_USE_DEFAULT_PID 0x80041816 00033 #define CI_E_DUPLICATE_NOTIFICATION 0x80041817 00034 #define CI_E_UPDATES_DISABLED 0x80041818 00035 #define CI_E_INVALID_FLAGS_COMBINATION 0x80041819 00036 #define CI_E_OUTOFSEQ_INCREMENT_DATA 0x8004181a 00037 #define CI_E_SHARING_VIOLATION 0x8004181b 00038 #define CI_E_LOGON_FAILURE 0x8004181c 00039 #define CI_E_NO_CATALOG 0x8004181d 00040 #define CI_E_STRANGE_PAGEORSECTOR_SIZE 0x8004181e 00041 #define CI_E_TIMEOUT 0x8004181f 00042 #define CI_E_NOT_RUNNING 0x80041820 00043 00044 #endif Generated on Sun May 27 2012 04:31:09 for ReactOS by
1.7.6.1
|