mirror of
https://github.com/soukoku/ntwain.git
synced 2025-09-19 01:57:56 +08:00
Added support for getting ext image info during data transfer event.
This commit is contained in:
@@ -208,7 +208,8 @@ namespace NTwain.Data
|
||||
TW_UINT16 _itemType;
|
||||
TW_UINT16 _numItems;
|
||||
TW_UINT16 _returnCode;
|
||||
TW_UINTPTR _item;
|
||||
//TW_UINTPTR _item;
|
||||
TW_HANDLE _item; // easier to work with intptr
|
||||
}
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Pack = 2)]
|
||||
|
Reference in New Issue
Block a user