en:docs:xms:api:00

Differences

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

Link to this comparison view

Next revision
Previous revision
en:docs:xms:api:00 [2023/11/19 07:13] – created prokusheven:docs:xms:api:00 [2023/12/20 07:09] (current) prokushev
Line 10: Line 10:
 ===== Brief ===== ===== Brief =====
  
-WRITE CHARACTER TO STDAUX+Obtains the version number of the Extended Memory Specification that is supported by the installed driver.
  
 ===== Family API ===== ===== Family API =====
  
-[[en:docs:fapi:DosWrite]]+none
  
 ===== Input ===== ===== Input =====
Line 22: Line 22:
 ===== Return ===== ===== Return =====
  
 +  * AX status: 0000H = successful, 0001H = error and BL=XMS error code (if BL >= 80H) else  = XMS version number in BCD; e.g., 0234H=2.34 
 +  * BX    driver internal version number 
 +  * DX    HMA flag: 0001H = HMA exists; 0000H=HMA does not exist
  
 ===== Notes ===== ===== Notes =====