programming.nbk: Home | Index | Next Page: feof() | Previous Page: Excel DDE Server


 fclose()

Syntax

The function closes the file associated with the stream stream. It returns zero if successful; otherwise, it returns EOF. fclose writes any buffered output to the file, deallocates the stream buffer if it was automatically allocated, and removes the association between the stream and the file. Do not use the value of stream in subsequent expressions.


programming.nbk: Home | Index | Next Page: feof() | Previous Page: Excel DDE Server


Notebook exported on Monday, 7 July 2008, 18:56:06 PM Eastern Daylight Time