Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenbitsmsg.h
Go to the documentation of this file.
00001 /* 00002 * Standard return values that may be generated by BITS 00003 * 00004 * Copyright 2007 Google (Roy Shea) 00005 * 00006 * This library is free software; you can redistribute it and/or 00007 * modify it under the terms of the GNU Lesser General Public 00008 * License as published by the Free Software Foundation; either 00009 * version 2.1 of the License, or (at your option) any later version. 00010 * 00011 * This library is distributed in the hope that it will be useful, 00012 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00014 * Lesser General Public License for more details. 00015 * 00016 * You should have received a copy of the GNU Lesser General Public 00017 * License along with this library; if not, write to the Free Software 00018 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 00019 */ 00020 00021 #ifndef __WINE_BITMSG_H__ 00022 #define __WINE_BITMSG_H__ 00023 00024 #define BG_S_PARTIAL_COMPLETE 0x00200017 00025 #define BG_S_UNABLE_TO_DELETE_FILES 0x0020001A 00026 #define BG_S_OVERRIDDEN_BY_POLICY 0x00200055 00027 00028 #define BG_E_HTTP_ERROR_400 0x80190190 00029 #define BG_E_HTTP_ERROR_401 0x80190191 00030 #define BG_E_HTTP_ERROR_404 0x80190194 00031 #define BG_E_HTTP_ERROR_407 0x80190197 00032 #define BG_E_HTTP_ERROR_414 0x8019019E 00033 #define BG_E_HTTP_ERROR_501 0x801901F5 00034 #define BG_E_HTTP_ERROR_503 0x801901F7 00035 #define BG_E_HTTP_ERROR_504 0x801901F8 00036 #define BG_E_HTTP_ERROR_505 0x801901F9 00037 00038 #define BG_E_NOT_FOUND 0x80200001 00039 #define BG_E_INVALID_STATE 0x80200002 00040 #define BG_E_EMPTY 0x80200003 00041 #define BG_E_FILE_NOT_AVAILABLE 0x80200004 00042 #define BG_E_PROTOCOL_NOT_AVAILABLE 0x80200005 00043 #define BG_E_DESTINATION_LOCKED 0x8020000D 00044 #define BG_E_VOLUME_CHANGED 0x8020000E 00045 #define BG_E_ERROR_INFORMATION_UNAVAILABLE 0x8020000F 00046 #define BG_E_NETWORK_DISCONNECTED 0x80200010 00047 #define BG_E_MISSING_FILE_SIZE 0x80200011 00048 #define BG_E_INSUFFICIENT_HTTP_SUPPORT 0x80200012 00049 #define BG_E_INSUFFICIENT_RANGE_SUPPORT 0x80200013 00050 #define BG_E_REMOTE_NOT_SUPPORTED 0x80200014 00051 #define BG_E_NEW_OWNER_DIFF_MAPPING 0x80200015 00052 #define BG_E_NEW_OWNER_NO_FILE_ACCESS 0x80200016 00053 #define BG_E_PROXY_LIST_TOO_LARGE 0x80200018 00054 #define BG_E_PROXY_BYPASS_LIST_TOO_LARGE 0x80200019 00055 #define BG_E_TOO_MANY_FILES 0x8020001C 00056 #define BG_E_LOCAL_FILE_CHANGED 0x8020001D 00057 #define BG_E_TOO_LARGE 0x80200020 00058 #define BG_E_STRING_TOO_LONG 0x80200021 00059 #define BG_E_CLIENT_SERVER_PROTOCOL_MISMATCH 0x80200022 00060 #define BG_E_SERVER_EXECUTE_ENABLED 0x80200023 00061 #define BG_E_USERNAME_TOO_LARGE 0x80200025 00062 #define BG_E_PASSWORD_TOO_LARGE 0x80200026 00063 #define BG_E_INVALID_AUTH_TARGET 0x80200027 00064 #define BG_E_INVALID_AUTH_SCHEME 0x80200028 00065 #define BG_E_INVALID_RANGE 0x8020002B 00066 #define BG_E_OVERLAPPING_RANGES 0x8020002C 00067 #define BG_E_BLOCKED_BY_POLICY 0x8020003E 00068 #define BG_E_INVALID_PROXY_INFO 0x8020003F 00069 #define BG_E_INVALID_CREDENTIALS 0x80200040 00070 #define BG_E_RECORD_DELETED 0x80200042 00071 #define BG_E_UPNP_ERROR 0x80200045 00072 #define BG_E_PEERCACHING_DISABLED 0x80200047 00073 #define BG_E_BUSYCACHERECORD 0x80200048 00074 #define BG_E_TOO_MANY_JOBS_PER_USER 0x80200049 00075 #define BG_E_TOO_MANY_JOBS_PER_MACHINE 0x80200050 00076 #define BG_E_TOO_MANY_FILES_IN_JOB 0x80200051 00077 #define BG_E_TOO_MANY_RANGES_IN_FILE 0x80200052 00078 #define BG_E_VALIDATION_FAILED 0x80200053 00079 #define BG_E_MAXDOWNLOAD_TIMEOUT 0x80200054 00080 00081 #endif /* #ifndef __WINE_BITMSG_H__ */ Generated on Sat May 26 2012 04:29:49 for ReactOS by
1.7.6.1
|