Subversion Repositories Kolibri OS

Rev

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

Rev 8914 Rev 9036
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2016. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2016. 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 8... Line 8...
8
$Revision: 8914 $
8
$Revision: 9036 $
9
 
9
 
10
ERROR_SUCCESS        = 0
10
ERROR_SUCCESS        = 0
11
ERROR_DISK_BASE      = 1
11
ERROR_DISK_BASE      = 1
Line 17... Line 17...
17
ERROR_MEMORY_POINTER = 7
17
ERROR_MEMORY_POINTER = 7
18
ERROR_DISK_FULL      = 8
18
ERROR_DISK_FULL      = 8
19
ERROR_FS_FAIL        = 9
19
ERROR_FS_FAIL        = 9
20
ERROR_ACCESS_DENIED  = 10
20
ERROR_ACCESS_DENIED  = 10
21
ERROR_DEVICE         = 11
21
ERROR_DEVICE         = 11
22
ERROR_OUT_OF_MEMORY  = 12
-
 
Line 23... Line 22...
23
 
22
 
Line 24... Line 23...
24
maxPathLength = 1000h
23
maxPathLength = 1000h
25
 
24