forked from KolibriOS/kolibrios
f68.27
git-svn-id: svn://kolibrios.org@6511 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
a30d0dccf8
commit
47cf2c3335
@ -3578,7 +3578,8 @@ Architecture Software Developer's Manual, Volume 3, Appendix B);
|
||||
Параметры:
|
||||
* eax = 68 - номер функции
|
||||
* ebx = 27 - номер подфункции
|
||||
* ecx = указатель на ASCIIZ-строку с именем файла
|
||||
* ecx = указатель на строку с путём к файлу,
|
||||
правила формирования строки указаны в описании функции 70.
|
||||
Возвращаемое значение:
|
||||
* eax = указатель на загруженный файл или 0
|
||||
* edx = размер загруженного файла или 0
|
||||
|
@ -3540,7 +3540,8 @@ Remarks:
|
||||
Parameters:
|
||||
* eax = 68 - function number
|
||||
* ebx = 27 - subfunction number
|
||||
* ecx = pointer to ASCIIZ-string with the filename
|
||||
* ecx = pointer to the string with path to file,
|
||||
rules of path forming can be found in function 70 description.
|
||||
Returned value:
|
||||
* eax = pointer to the loaded file, or zero
|
||||
* edx = size of the loaded file, or zero
|
||||
|
Loading…
Reference in New Issue
Block a user