mirror of
https://github.com/soukoku/ntwain.git
synced 2025-12-01 10:54:08 +08:00
More progress.
This commit is contained in:
@@ -14,7 +14,7 @@ namespace NTwain.Triplets
|
||||
public ReturnCode Get(TWExtImageInfo info)
|
||||
{
|
||||
Session.VerifyState(7, 7, DataGroups.Image, DataArgumentType.ExtImageInfo, Message.Get);
|
||||
return PInvoke.DsmEntry(Session.AppId, Session.SourceId, Message.Get, info);
|
||||
return PInvoke.DsmEntry(Session.GetAppId(), Session.SourceId, Message.Get, info);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user