ID Number: Q31523
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:
/* DelFile - deletes contents of file
*
* The DelFile function deletes the entire contents of an internal
* file buffer. The effect of deleting contents can be made
* permanent by calling the FileWrite function, which replaces the
* contents of the file on disk with the contents of the internal
* file buffer.
*
* pFile Handle to file that is to be cleared
*/
void pascal DelFile (pFile)
PFILE pFile;