Subversion Repositories Kolibri OS

Rev

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

Rev 6502 Rev 6511
Line 3538... Line 3538...
3538
========== Function 68, subfunction 27 - load file ===================
3538
========== Function 68, subfunction 27 - load file ===================
3539
======================================================================
3539
======================================================================
3540
Parameters:
3540
Parameters:
3541
  * eax = 68 - function number
3541
  * eax = 68 - function number
3542
  * ebx = 27 - subfunction number
3542
  * ebx = 27 - subfunction number
3543
  * ecx = pointer to ASCIIZ-string with the filename
3543
  * ecx = pointer to the string with path to file,
-
 
3544
    rules of path forming can be found in function 70 description.
3544
Returned value:
3545
Returned value:
3545
  * eax = pointer to the loaded file, or zero
3546
  * eax = pointer to the loaded file, or zero
3546
  * edx = size of the loaded file, or zero
3547
  * edx = size of the loaded file, or zero
3547
Remarks:
3548
Remarks:
3548
  * function loads file and unpacks, if necessary
3549
  * function loads file and unpacks, if necessary