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

LockFile() private method

private LockFile ( 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 LockFile(SafeFileHandle handle, int offsetLow, int offsetHigh, int countLow, int countHigh);