Skip to main content

UnlockFileEx

Function UnlockFileEx 

Source
pub unsafe fn UnlockFileEx<'a>(
    hfile: impl IntoParam<'a, HANDLE>,
    dwreserved: u32,
    nnumberofbytestounlocklow: u32,
    nnumberofbytestounlockhigh: u32,
    lpoverlapped: *mut OVERLAPPED,
) -> BOOL