Function windows_sys::Win32::Storage::FileSystem::UnlockFile
[−]pub unsafe extern "system" fn UnlockFile(
hfile: HANDLE,
dwfileoffsetlow: u32,
dwfileoffsethigh: u32,
nnumberofbytestounlocklow: u32,
nnumberofbytestounlockhigh: u32
) -> BOOL
Expand description
Required features: "Win32_Storage_FileSystem"
, "Win32_Foundation"