fread (msvcrt)
Last changed: -84.55.113.53

.
Summary
Reads an array of 'number' elements, each one with a size of 'size' bytes, from the file handle.

C# Signature:

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

VB Signature:

Declare Function fread Lib "msvcrt.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

https://social.msdn.microsoft.com/Search/en-US?query=System.IO.FileStream

Notes:

Please add some!

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation
fread on MSDN