Microsoft.Win32.Win32Native.UnlockFile C# (CSharp) Method

UnlockFile() private method

private UnlockFile ( SafeFileHandle handle, int offsetLow, int offsetHigh, int countLow, int countHigh ) : bool
handle SafeFileHandle
offsetLow int
offsetHigh int
countLow int
countHigh int
return bool
        internal static extern bool UnlockFile(SafeFileHandle handle, int offsetLow, int offsetHigh, int countLow, int countHigh);