View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006710 | F3S | F3S | public | 2025-06-25 06:45 | 2025-06-25 06:46 |
| Reporter | zutter | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | new | Resolution | open | ||
| Product Version | V2.19 | ||||
| Target Version | V2.20 | ||||
| Summary | 0006710: Parameter "lpNumberOfBytesWritten" in WriteFile is not optional | ||||
| Description | Parameter "lpNumberOfBytesWritten" in WriteFile is not optional. | ||||
| Steps To Reproduce | WriteFile(hndl, data, data_size, NULL, NULL) will fail using F3S but works using FAT. | ||||