fclose (msvcrt)
Last changed: coleharrisjohnson@gmail.com-72.219.133.104

.
Summary
closes a file handle.

C# Signature:

[DllImport("msvcrt.dll", SetLastError=true)]
static extern Int32 fclose(IntPtr file);

VB Signature:

Declare Function fclose Lib "msvcrt.dll" (IntPtr file) As Int32

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

System.IO.FileStream

Documentation
fclose on MSDN