Function windows_sys::Win32::Storage::FileSystem::LockFile
pub unsafe extern "system" fn LockFile(
hfile: HANDLE,
dwfileoffsetlow: u32,
dwfileoffsethigh: u32,
nnumberofbytestolocklow: u32,
nnumberofbytestolockhigh: u32
) -> BOOLExpand description
Required features: "Win32_Storage_FileSystem", "Win32_Foundation"