en:docs:mvm:api:0

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:docs:mvm:api:0 [2024/05/18 06:14] prokusheven:docs:mvm:api:0 [2024/05/18 06:37] (current) prokushev
Line 12: Line 12:
     * AX = new handle     * AX = new handle
   * CF set on error   * CF set on error
-    * AX = error code (04h,06h) (see #01680 at AH=59h/BX=0000h)+    * AX = error code (04h,06h) (too many open files (no handles available), invalid handle)
  
 ===== Notes ===== ===== Notes =====
Line 18: Line 18:
 moving file pointer for either handle will also move it for the other, because both will refer to the same system file table moving file pointer for either handle will also move it for the other, because both will refer to the same system file table
  
-for DOS versions prior to 3.3, file writes may be forced to disk by duplicating the file handle and closing the duplicate 
-           
 ===== See also ===== ===== See also =====