@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm 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@msdn on MSDN
Edit msvcrt.fread
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.