Mu Open: Difference between revisions
Appearance
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..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:mu_Open}} | {{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) 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). | ||
Revision as of 22:41, 21 May 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).