Function windows_sys::Win32::Storage::FileSystem::WriteFile
[−]pub unsafe extern "system" fn WriteFile(
hfile: HANDLE,
lpbuffer: *const c_void,
nnumberofbytestowrite: u32,
lpnumberofbyteswritten: *mut u32,
lpoverlapped: *mut OVERLAPPED
) -> BOOL
Expand description
Required features: "Win32_Storage_FileSystem"
, "Win32_Foundation"
, "Win32_System_IO"