Microsoft.Win32.Win32Native.LockFile C# (CSharp) 메소드

LockFile() 개인적인 메소드

private LockFile ( SafeFileHandle handle, int offsetLow, int offsetHigh, int countLow, int countHigh ) : bool
handle SafeFileHandle
offsetLow int
offsetHigh int
countLow int
countHigh int
리턴 bool
        internal static extern bool LockFile(SafeFileHandle handle, int offsetLow, int offsetHigh, int countLow, int countHigh);