Subversion Repositories Kolibri OS

Rev

Rev 2465 | Rev 3500 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2465 Rev 2987
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2011. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2011. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line -... Line 8...
-
 
8
$Revision: 2987 $
-
 
9
 
-
 
10
ERROR_SUCCESS        = 0
-
 
11
ERROR_DISK_BASE      = 1
-
 
12
ERROR_UNSUPPORTED_FS = 2
-
 
13
ERROR_UNKNOWN_FS     = 3
-
 
14
ERROR_PARTITION      = 4
-
 
15
ERROR_FILE_NOT_FOUND = 5
-
 
16
ERROR_END_OF_FILE    = 6
-
 
17
ERROR_MEMORY_POINTER = 7
-
 
18
ERROR_DISK_FULL      = 8
-
 
19
ERROR_FAT_TABLE      = 9 ;deprecated
-
 
20
ERROR_FS_FAIL        = 9
Line 8... Line 21...
8
$Revision: 2465 $
21
ERROR_ACCESS_DENIED  = 10
9
 
22
ERROR_DEVICE         = 11
Line 10... Line 23...
10
 
23