en:docs:dos:api:int21:22

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:docs:dos:api:int21:22 [2020/12/09 01:41] – created prokusheven:docs:dos:api:int21:22 [2024/05/02 03:09] (current) prokushev
Line 29: Line 29:
 ===== Notes ===== ===== Notes =====
  
-  the record is written to the current file position as specified by the +the record is written to the current file position as specified by the random record and record size fields of the FCB 
-          random record and record size fields of the FCB + 
-        the file position is not updated after writing the record +the file position is not updated after writing the record 
-        if the record is located beyond the end of the file, the file is + 
-          extended but the intervening data remains uninitialized +if the record is located beyond the end of the file, the file is extended but the intervening data remains uninitialized 
-        if the record only partially fills a disk sector, it is copied to a + 
-          DOS disk buffer to be written out to disk at a later time +if the record only partially fills a disk sector, it is copied to a DOS disk buffer to be written out to disk at a later time 
-        not supported by MS Windows 3.0 DOSX.EXE DOS extender+ 
 +not supported by MS Windows 3.0 DOSX.EXE DOS extender
                    
 ===== See also ===== ===== See also =====
  
-AH=15h,AH=21h,AH=28h,AH=40h+AH=[[en:docs:dos:api:int21:15|15h]],AH=[[en:docs:dos:api:int21:21|21h]],AH=[[en:docs:dos:api:int21:28|28h]],AH=[[en:docs:dos:api:int21:40|40h]]
  
 ===== Note ===== ===== Note =====