Jump to content

Mu Open: Difference between revisions

From EDM2
Created page with "{{DISPLAYTITLE:mu_Open}} mu_Open is passed a far pointer to name of file to be opened and a far pointer to a ULONG to return the file's size. The returned value (in AX) indica..."
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:
mu_Open is passed a far pointer to name of file to be opened and a far pointer to a ULONG to return the file's size. The returned value (in AX) indicates success(0) or failure(non-0).
mu_Open is passed a far pointer to name of file to be opened and a far pointer to a ULONG to return the file's size. The returned value (in AX) indicates success(0) or failure(non-0).


[[Category:IFS]]
[[Category:IFS Interfaces]]

Latest revision as of 21:24, 20 November 2019

mu_Open is passed a far pointer to name of file to be opened and a far pointer to a ULONG to return the file's size. The returned value (in AX) indicates success(0) or failure(non-0).