|
WriteFile
Library: Kernel32Min. Required OS: Windows NT 3.1 or later; Windows 95 or laterGroup: FilesDescription: The WriteFile function writes data to a file and is designed for both synchronous and asynchronous operation. The function starts writing data to the file at the position indicated by the file pointer.Example(s): Read and Write Read File from TapeRelated function(s): ReadFile |
|