UnlockFile (kernel32)
Last changed: -70.233.162.185

.
Summary

C# Signature:

[DllImport("kernel32.dll")]
static extern bool UnlockFileEx(IntPtr hFile, uint dwReserved,
   uint nNumberOfBytesToUnlockLow, uint nNumberOfBytesToUnlockHigh,
   [In] ref System.Threading.NativeOverlapped lpOverlapped);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation