pub unsafe fn UnlockFile<'a, Param0>(
    hfile: Param0,
    dwfileoffsetlow: u32,
    dwfileoffsethigh: u32,
    nnumberofbytestounlocklow: u32,
    nnumberofbytestounlockhigh: u32
) -> BOOL where
    Param0: IntoParam<'a, HANDLE>, 
Expand description

Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’