mirror of
https://github.com/soukoku/ntwain.git
synced 2026-02-25 13:04:07 +08:00
Some CA updates.
This commit is contained in:
@@ -12,7 +12,7 @@ namespace NTwain.Internals
|
||||
/// The MSG structure in Windows for TWAIN use.
|
||||
/// </summary>
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
public struct MESSAGE
|
||||
struct MESSAGE
|
||||
{
|
||||
public MESSAGE(IntPtr hwnd, int message, IntPtr wParam, IntPtr lParam)
|
||||
{
|
||||
|
||||
@@ -441,7 +441,7 @@ namespace NTwain.Internals
|
||||
session.SafeSyncableRaiseEvent(new DataTransferredEventArgs
|
||||
{
|
||||
NativeData = dataPtr,
|
||||
MemData = dataArray,
|
||||
MemoryData = dataArray,
|
||||
FileDataPath = filePath,
|
||||
ImageInfo = imgInfo,
|
||||
//ExImageInfo = extInfo
|
||||
|
||||
Reference in New Issue
Block a user