 |
How To Write Data to a File Using WriteFile API
The Win32 API allows binary files to be opened and written using the CreateFile, ReadFile, and WriteFile APIs. These functions offer increased flexibility to write and read from files. This article demonstrates a technique to write large amounts...
support.microsoft.com |
 |