Function std::sys::windows::c::windows_sys::ReadFileEx
source · pub unsafe extern "system" fn ReadFileEx(
hfile: *mut c_void,
lpbuffer: *mut c_void,
nnumberofbytestoread: u32,
lpoverlapped: *mut OVERLAPPED,
lpcompletionroutine: Option<unsafe extern "system" fn(dwerrorcode: u32, dwnumberofbytestransfered: u32, lpoverlapped: *mut OVERLAPPED)>
) -> i32
🔬This is a nightly-only experimental API. (
windows_c
)