Subversion Repositories Kolibri OS

Rev

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

Rev 2625 Rev 2646
Line 3672... Line 3672...
3672
  * If ecx=0, the function frees memory block at edx and returns 0.
3672
  * If ecx=0, the function frees memory block at edx and returns 0.
3673
  * The contents of the block are unchanged up to the shorter of
3673
  * The contents of the block are unchanged up to the shorter of
3674
    the new and old sizes.
3674
    the new and old sizes.
Line 3675... Line 3675...
3675
 
3675
 
-
 
3676
======================================================================
-
 
3677
=========== Function 68, subfunction 21 - load driver PE. ============
-
 
3678
======================================================================
-
 
3679
Parameters:
-
 
3680
  * eax = 68 - function number
-
 
3681
  * ebx = 21 - subfunction number
-
 
3682
  * ecx = pointer to ASCIIZ-string with driver name
-
 
3683
Returned value:
-
 
3684
  * eax = 0 - failed
-
 
3685
  * otherwise eax = driver handle
-
 
3686
Remarks:
-
 
3687
  * If the driver was not loaded yet, it is loaded;
-
 
3688
    if the driver was loaded yet, nothing happens.
-
 
3689
 
3676
======================================================================
3690
======================================================================
3677
======== Function 68, subfunction 22 - open named memory area. =======
3691
======== Function 68, subfunction 22 - open named memory area. =======
3678
======================================================================
3692
======================================================================
3679
Parameters:
3693
Parameters:
3680
  * eax = 68 - function number
3694
  * eax = 68 - function number