ID Number: Q31522
5.10 | 5.10
MS-DOS | OS/2
Summary:
The following information is from the MASM Version 5.10 EXT.DOC
file.
Please note that numbering for both COL and LINE variables begins
with 0.
More Information:
/* AddFile - creates a file buffer
*
* The AddFile function creates and initializes a file buffer. The
* contents are initially empty. A new file is not placed on disk
* until the FileWrite function is called.
*
* p Character pointer to name
*
* returns Handle to internal file structure
*/
PFILE pascal AddFile (p)
char far *p;