crate libc: Correct signature of WriteFile
This commit is contained in:
parent
2c8d75d655
commit
dc15a523e5
1 changed files with 2 additions and 2 deletions
|
|
@ -6308,8 +6308,8 @@ pub mod funcs {
|
|||
lpOverlapped: LPOVERLAPPED) -> BOOL;
|
||||
pub fn WriteFile(hFile: HANDLE,
|
||||
lpBuffer: LPVOID,
|
||||
nNumberOfBytesToRead: DWORD,
|
||||
lpNumberOfBytesRead: LPDWORD,
|
||||
nNumberOfBytesToWrite: DWORD,
|
||||
lpNumberOfBytesWritten: LPDWORD,
|
||||
lpOverlapped: LPOVERLAPPED) -> BOOL;
|
||||
pub fn SetFilePointerEx(hFile: HANDLE,
|
||||
liDistanceToMove: LARGE_INTEGER,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue