fwrite (msvcrt)
Last changed: -200.190.218.99

.
Summary
writes to a file.

C# Signature:

[DllImport("msvcrt.dll", SetLastError=true)]
static extern IntPtr fwrite(byte[] buffer, IntPtr size, IntPtr number, IntPtr file);

VB Signature:

Declare Function fwrite Lib "msvcrt.dll" (byte[] buffer, IntPtr size, IntPtr number, IntPtr file) As IntPtr

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

System.IO.FileStream

Documentation
fwrite on MSDN