Function windows_sys::Win32::Storage::FileSystem::UnlockFileEx
[−]pub unsafe extern "system" fn UnlockFileEx(
hfile: HANDLE,
dwreserved: u32,
nnumberofbytestounlocklow: u32,
nnumberofbytestounlockhigh: u32,
lpoverlapped: *mut OVERLAPPED
) -> BOOL
Expand description
Required features: "Win32_Storage_FileSystem"
, "Win32_Foundation"
, "Win32_System_IO"