mirror of
https://github.com/soukoku/ntwain.git
synced 2025-12-01 10:54:08 +08:00
Updated internal pinvoke names.
This commit is contained in:
@@ -19,7 +19,7 @@ namespace NTwain.Triplets
|
||||
{
|
||||
Session.VerifyState(2, 7, DataGroups.Control, DataArgumentType.Status, Message.Get);
|
||||
status = new TWStatus();
|
||||
return PInvoke.DsmEntry(Session.GetAppId(), null, Message.Get, status);
|
||||
return Dsm.DsmEntry(Session.GetAppId(), null, Message.Get, status);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -31,7 +31,7 @@ namespace NTwain.Triplets
|
||||
{
|
||||
Session.VerifyState(4, 7, DataGroups.Control, DataArgumentType.Status, Message.Get);
|
||||
status = new TWStatus();
|
||||
return PInvoke.DsmEntry(Session.GetAppId(), Session.SourceId, Message.Get, status);
|
||||
return Dsm.DsmEntry(Session.GetAppId(), Session.SourceId, Message.Get, status);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user