Differences
This shows you the differences between two versions of the page.
en:docs:dos:api:int21:22 [2020/12/09 01:41] – created prokushev | en: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 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 | + | |
- | | + | 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 | + | |
- | | + | 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=[[en: |
===== Note ===== | ===== Note ===== |