We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c8d75d commit 60f8665Copy full SHA for 60f8665
src/liblibc/lib.rs
@@ -6308,8 +6308,8 @@ pub mod funcs {
6308
lpOverlapped: LPOVERLAPPED) -> BOOL;
6309
pub fn WriteFile(hFile: HANDLE,
6310
lpBuffer: LPVOID,
6311
- nNumberOfBytesToRead: DWORD,
6312
- lpNumberOfBytesRead: LPDWORD,
+ nNumberOfBytesToWrite: DWORD,
+ lpNumberOfBytesWritten: LPDWORD,
6313
6314
pub fn SetFilePointerEx(hFile: HANDLE,
6315
liDistanceToMove: LARGE_INTEGER,
0 commit comments