Before, the mode GENERIC_WRITE was used. This tells Windows to not append to the file, but overwrite it normally. This is not the intended semantics. FILE_APPEND_DATA does what we want. |
||
|---|---|---|
| .. | ||
| eventcore | ||
Before, the mode GENERIC_WRITE was used. This tells Windows to not append to the file, but overwrite it normally. This is not the intended semantics. FILE_APPEND_DATA does what we want. |
||
|---|---|---|
| .. | ||
| eventcore | ||