git-svn-id: svn://kolibrios.org@6511 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
pathoswithin 2016-09-04 01:43:19 +00:00
parent a30d0dccf8
commit 47cf2c3335
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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