win32file.UnlockFile

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 unlock

offsetLow : int

low-order word of lock region offset

offsetHigh : int

high-order word of lock region offset

nNumberOfBytesToUnlockLow : int

low-order word of length to unlock

nNumberOfBytesToUnlockHigh : int

high-order word of length to unlock