Function windows_sys::Wdk::Storage::FileSystem::ZwLockFile
pub unsafe extern "system" fn ZwLockFile(
filehandle: HANDLE,
event: HANDLE,
apcroutine: PIO_APC_ROUTINE,
apccontext: *const c_void,
iostatusblock: *mut IO_STATUS_BLOCK,
byteoffset: *const i64,
length: *const i64,
key: u32,
failimmediately: BOOLEAN,
exclusivelock: BOOLEAN
) -> NTSTATUS
Expand description
Required features: "Win32_Foundation"
, "Win32_System_IO"