Function 58, subfunction 1 - rewrite file.
If the file does not exist, it is created.
If the file exists, it is rewritten.
Parameters:
- eax = 58 - function number
- ebx = pointer to the information structure
Format of the information structure:
- +0: dword: 1 = subfunction number
- +4: dword: ignored (set to 0)
- +8: dword: number of bytes to write
- +12 = +0xC: dword: pointer to data to write
- +16 = +0x10: dword: pointer to buffer for system operations
(4096 bytes)
- +20 = +0x14: ASCIIZ-name of file, the rules of names forming are
given in the general description
Returned value:
Remarks: