Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

arccodes.h

Go to the documentation of this file.
00001 /*++ BUILD Version: 0001 // Increment this if a change has global effects 00002 00003 Copyright (c) 1991 Microsoft Corporation 00004 00005 Module Name: 00006 00007 arc.h 00008 00009 Abstract: 00010 00011 This header file defines the ARC status codes. 00012 00013 Author: 00014 00015 David N. Cutler (davec) 20-Sep-1991 00016 00017 00018 Revision History: 00019 00020 --*/ 00021 00022 #ifndef _ARCCODES_ 00023 #define _ARCCODES_ 00024 00025 // 00026 // Define ARC status codes. 00027 // 00028 00029 typedef enum _ARC_CODES { 00030 ESUCCESS, // 0 00031 E2BIG, // 1 00032 EACCES, // 2 00033 EAGAIN, // 3 00034 EBADF, // 4 00035 EBUSY, // 5 00036 EFAULT, // 6 00037 EINVAL, // 7 00038 EIO, // 8 00039 EISDIR, // 9 00040 EMFILE, // 10 00041 EMLINK, // 11 00042 ENAMETOOLONG, // 12 00043 ENODEV, // 13 00044 ENOENT, // 14 00045 ENOEXEC, // 15 00046 ENOMEM, // 16 00047 ENOSPC, // 17 00048 ENOTDIR, // 18 00049 ENOTTY, // 19 00050 ENXIO, // 20 00051 EROFS, // 21 00052 EMAXIMUM // 22 00053 } ARC_CODES; 00054 00055 #endif // ARCCODES

Generated on Sat May 15 19:39:16 2004 for test by doxygen 1.3.7