mirror of
https://github.com/soukoku/ntwain.git
synced 2025-12-01 10:54:08 +08:00
Test idea of wrapping source identity into .net class.
This commit is contained in:
@@ -35,7 +35,7 @@ namespace NTwain.Triplets
|
||||
ref IntPtr data)
|
||||
{
|
||||
_session.VerifyState(3, 7, group, dat, message);
|
||||
return Dsm.DsmEntry(_session.AppId, _session.SourceId, group, dat, message, ref data);
|
||||
return Dsm.DsmEntry(_session.AppId, _session.Source.Identity, group, dat, message, ref data);
|
||||
}
|
||||
|
||||
// todo: add other data value types?
|
||||
|
||||
Reference in New Issue
Block a user