mirror of
https://github.com/soukoku/ntwain.git
synced 2025-12-01 10:54:08 +08:00
Fixed wrong pointer passed to unlock method.
This commit is contained in:
@@ -29,7 +29,7 @@ namespace NTwain
|
||||
/// <summary>
|
||||
/// Function to unlock a previously locked memory region.
|
||||
/// </summary>
|
||||
/// <param name="handle">The handle from <see cref="Lock"/>.</param>
|
||||
/// <param name="handle">The same handle passed <see cref="Lock"/>.</param>
|
||||
void Unlock(IntPtr handle);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user