ntwain/NTwain/Triplets/Dsm.WinOld.cs

283 lines
7.9 KiB
C#
Raw Normal View History

2014-04-18 07:11:11 +08:00
using NTwain.Data;
using System;
using System.Runtime.InteropServices;
2014-04-03 07:01:21 +08:00
namespace NTwain.Triplets
{
2014-04-12 19:10:56 +08:00
static partial class Dsm
2014-04-03 07:01:21 +08:00
{
2014-04-06 20:22:59 +08:00
static partial class NativeMethods
2014-04-03 07:01:21 +08:00
{
[DllImport("twain_32", EntryPoint = "#1")]
2014-04-12 19:10:56 +08:00
public static extern ReturnCode DsmWinOld(
2014-04-03 07:01:21 +08:00
[In, Out]TWIdentity origin,
[In, Out]TWIdentity destination,
DataGroups dg,
DataArgumentType dat,
Message msg,
ref IntPtr data);
2014-04-05 06:51:44 +08:00
[DllImport("twain_32", EntryPoint = "#1")]
2014-04-12 19:10:56 +08:00
public static extern ReturnCode DsmWinOld(
2014-04-05 06:51:44 +08:00
[In, Out]TWIdentity origin,
[In, Out]TWIdentity destination,
DataGroups dg,
DataArgumentType dat,
Message msg,
2014-04-07 04:25:48 +08:00
ref DataGroups data);
2014-04-05 06:51:44 +08:00
2014-04-03 07:01:21 +08:00
[DllImport("twain_32", EntryPoint = "#1")]
2014-04-12 19:10:56 +08:00
public static extern ReturnCode DsmWinOld(
2014-04-03 07:01:21 +08:00
[In, Out]TWIdentity origin,
[In, Out]TWIdentity destination,
DataGroups dg,
DataArgumentType dat,
Message msg,
[In, Out]TWAudioInfo data);
[DllImport("twain_32", EntryPoint = "#1")]
2014-04-12 19:10:56 +08:00
public static extern ReturnCode DsmWinOld(
2014-04-03 07:01:21 +08:00
[In, Out]TWIdentity origin,
[In, Out]TWIdentity destination,
DataGroups dg,
DataArgumentType dat,
Message msg,
[In, Out]TWCapability data);
[DllImport("twain_32", EntryPoint = "#1")]
2014-04-12 19:10:56 +08:00
public static extern ReturnCode DsmWinOld(
2014-04-03 07:01:21 +08:00
[In, Out]TWIdentity origin,
[In, Out]TWIdentity destination,
DataGroups dg,
DataArgumentType dat,
Message msg,
[In, Out]TWCustomDSData data);
[DllImport("twain_32", EntryPoint = "#1")]
2014-04-12 19:10:56 +08:00
public static extern ReturnCode DsmWinOld(
2014-04-03 07:01:21 +08:00
[In, Out]TWIdentity origin,
[In, Out]TWIdentity destination,
DataGroups dg,
DataArgumentType dat,
Message msg,
[In, Out]TWDeviceEvent data);
[DllImport("twain_32", EntryPoint = "#1")]
2014-04-12 19:10:56 +08:00
public static extern ReturnCode DsmWinOld(
2014-04-03 07:01:21 +08:00
[In, Out]TWIdentity origin,
[In, Out]TWIdentity destination,
DataGroups dg,
DataArgumentType dat,
Message msg,
[In, Out]TWCallback data);
[DllImport("twain_32", EntryPoint = "#1")]
2014-04-12 19:10:56 +08:00
public static extern ReturnCode DsmWinOld(
2014-04-03 07:01:21 +08:00
[In, Out]TWIdentity origin,
[In, Out]TWIdentity destination,
DataGroups dg,
DataArgumentType dat,
Message msg,
[In, Out]TWCallback2 data);
[DllImport("twain_32", EntryPoint = "#1")]
2014-04-12 19:10:56 +08:00
public static extern ReturnCode DsmWinOld(
2014-04-03 07:01:21 +08:00
[In, Out]TWIdentity origin,
[In, Out]TWIdentity destination,
DataGroups dg,
DataArgumentType dat,
Message msg,
[In, Out]TWEntryPoint data);
[DllImport("twain_32", EntryPoint = "#1")]
2014-04-12 19:10:56 +08:00
public static extern ReturnCode DsmWinOld(
2014-04-03 07:01:21 +08:00
[In, Out]TWIdentity origin,
[In, Out]TWIdentity destination,
DataGroups dg,
DataArgumentType dat,
Message msg,
[In, Out]TWEvent data);
[DllImport("twain_32", EntryPoint = "#1")]
2014-04-12 19:10:56 +08:00
public static extern ReturnCode DsmWinOld(
2014-04-03 07:01:21 +08:00
[In, Out]TWIdentity origin,
[In, Out]TWIdentity destination,
DataGroups dg,
DataArgumentType dat,
Message msg,
[In, Out]TWFileSystem data);
[DllImport("twain_32", EntryPoint = "#1")]
2014-04-12 19:10:56 +08:00
public static extern ReturnCode DsmWinOld(
2014-04-03 07:01:21 +08:00
[In, Out]TWIdentity origin,
IntPtr zero,
DataGroups dg,
DataArgumentType dat,
Message msg,
[In, Out]TWIdentity data);
[DllImport("twain_32", EntryPoint = "#1")]
2014-04-12 19:10:56 +08:00
public static extern ReturnCode DsmWinOld(
2014-04-03 07:01:21 +08:00
[In, Out]TWIdentity origin,
[In, Out]TWIdentity destination,
DataGroups dg,
DataArgumentType dat,
Message msg,
[In, Out]TWPassThru data);
[DllImport("twain_32", EntryPoint = "#1")]
2014-04-12 19:10:56 +08:00
public static extern ReturnCode DsmWinOld(
2014-04-03 07:01:21 +08:00
[In, Out]TWIdentity origin,
[In, Out]TWIdentity destination,
DataGroups dg,
DataArgumentType dat,
Message msg,
[In, Out]TWPendingXfers data);
[DllImport("twain_32", EntryPoint = "#1")]
2014-04-12 19:10:56 +08:00
public static extern ReturnCode DsmWinOld(
2014-04-03 07:01:21 +08:00
[In, Out]TWIdentity origin,
[In, Out]TWIdentity destination,
DataGroups dg,
DataArgumentType dat,
Message msg,
[In, Out]TWSetupFileXfer data);
[DllImport("twain_32", EntryPoint = "#1")]
2014-04-12 19:10:56 +08:00
public static extern ReturnCode DsmWinOld(
2014-04-03 07:01:21 +08:00
[In, Out]TWIdentity origin,
[In, Out]TWIdentity destination,
DataGroups dg,
DataArgumentType dat,
Message msg,
[In, Out]TWSetupMemXfer data);
[DllImport("twain_32", EntryPoint = "#1")]
2014-04-12 19:10:56 +08:00
public static extern ReturnCode DsmWinOld(
2014-04-03 07:01:21 +08:00
[In, Out]TWIdentity origin,
[In, Out]TWIdentity destination,
DataGroups dg,
DataArgumentType dat,
Message msg,
[In, Out]TWStatusUtf8 data);
[DllImport("twain_32", EntryPoint = "#1")]
2014-04-12 19:10:56 +08:00
public static extern ReturnCode DsmWinOld(
2014-04-03 07:01:21 +08:00
[In, Out]TWIdentity origin,
[In, Out]TWIdentity destination,
DataGroups dg,
DataArgumentType dat,
Message msg,
[In, Out]TWUserInterface data);
[DllImport("twain_32", EntryPoint = "#1")]
2014-04-12 19:10:56 +08:00
public static extern ReturnCode DsmWinOld(
2014-04-03 07:01:21 +08:00
[In, Out]TWIdentity origin,
[In, Out]TWIdentity destination,
DataGroups dg,
DataArgumentType dat,
Message msg,
[In, Out]TWCieColor data);
[DllImport("twain_32", EntryPoint = "#1")]
2014-04-12 19:10:56 +08:00
public static extern ReturnCode DsmWinOld(
2014-04-03 07:01:21 +08:00
[In, Out]TWIdentity origin,
[In, Out]TWIdentity destination,
DataGroups dg,
DataArgumentType dat,
Message msg,
2014-04-05 06:51:44 +08:00
[In, Out]TWExtImageInfo data);
[DllImport("twain_32", EntryPoint = "#1")]
2014-04-12 19:10:56 +08:00
public static extern ReturnCode DsmWinOld(
2014-04-05 06:51:44 +08:00
[In, Out]TWIdentity origin,
[In, Out]TWIdentity destination,
DataGroups dg,
DataArgumentType dat,
Message msg,
[In, Out]TWFilter data);
2014-04-03 07:01:21 +08:00
[DllImport("twain_32", EntryPoint = "#1")]
2014-04-12 19:10:56 +08:00
public static extern ReturnCode DsmWinOld(
2014-04-03 07:01:21 +08:00
[In, Out]TWIdentity origin,
[In, Out]TWIdentity destination,
DataGroups dg,
DataArgumentType dat,
Message msg,
[In, Out]TWGrayResponse data);
[DllImport("twain_32", EntryPoint = "#1")]
2014-04-12 19:10:56 +08:00
public static extern ReturnCode DsmWinOld(
2014-04-03 07:01:21 +08:00
[In, Out]TWIdentity origin,
[In, Out]TWIdentity destination,
DataGroups dg,
DataArgumentType dat,
Message msg,
[In, Out]TWImageInfo data);
[DllImport("twain_32", EntryPoint = "#1")]
2014-04-12 19:10:56 +08:00
public static extern ReturnCode DsmWinOld(
2014-04-03 07:01:21 +08:00
[In, Out]TWIdentity origin,
[In, Out]TWIdentity destination,
DataGroups dg,
DataArgumentType dat,
Message msg,
[In, Out]TWImageLayout data);
[DllImport("twain_32", EntryPoint = "#1")]
2014-04-12 19:10:56 +08:00
public static extern ReturnCode DsmWinOld(
2014-04-03 07:01:21 +08:00
[In, Out]TWIdentity origin,
[In, Out]TWIdentity destination,
DataGroups dg,
DataArgumentType dat,
Message msg,
[In, Out]TWImageMemXfer data);
[DllImport("twain_32", EntryPoint = "#1")]
2014-04-12 19:10:56 +08:00
public static extern ReturnCode DsmWinOld(
2014-04-03 07:01:21 +08:00
[In, Out]TWIdentity origin,
[In, Out]TWIdentity destination,
DataGroups dg,
DataArgumentType dat,
Message msg,
[In, Out]TWJpegCompression data);
[DllImport("twain_32", EntryPoint = "#1")]
2014-04-12 19:10:56 +08:00
public static extern ReturnCode DsmWinOld(
2014-04-03 07:01:21 +08:00
[In, Out]TWIdentity origin,
[In, Out]TWIdentity destination,
DataGroups dg,
DataArgumentType dat,
Message msg,
[In, Out]TWPalette8 data);
[DllImport("twain_32", EntryPoint = "#1")]
2014-04-12 19:10:56 +08:00
public static extern ReturnCode DsmWinOld(
2014-04-03 07:01:21 +08:00
[In, Out]TWIdentity origin,
[In, Out]TWIdentity destination,
DataGroups dg,
DataArgumentType dat,
Message msg,
[In, Out]TWRgbResponse data);
[DllImport("twain_32", EntryPoint = "#1")]
2014-04-12 19:10:56 +08:00
public static extern ReturnCode DsmWinOld(
2014-04-03 07:01:21 +08:00
[In, Out]TWIdentity origin,
[In, Out]TWIdentity destination,
DataGroups dg,
DataArgumentType dat,
Message msg,
[In, Out]TWStatus data);
[DllImport("twain_32", EntryPoint = "#1")]
2014-04-12 19:10:56 +08:00
public static extern ReturnCode DsmWinOld(
2014-04-03 07:01:21 +08:00
[In, Out]TWIdentity origin,
[In, Out]TWIdentity destination,
DataGroups dg,
DataArgumentType dat,
Message msg,
ref TWMemory data);
}
}
}