UnlockFile(hFile, offsetLow, offsetHigh, nNumberOfBytesToUnlockLow, nNumberOfBytesToUnlockHigh)
Unlocks a region of a file locked by win32file::LockFile or win32file::LockFileEx
Parameters
hFile : PyHANDLE
handle of file to unlockoffsetLow : int
low-order word of lock region offsetoffsetHigh : int
high-order word of lock region offsetnNumberOfBytesToUnlockLow : int
low-order word of length to unlocknNumberOfBytesToUnlockHigh : int
high-order word of length to unlock