The following table shows Visual Basic data types that correspond to DTWAIN data types (32-bit applications).
DTWAIN Data Type
|
VB .NET Type
|
DTWAIN_ARRAY
|
Integer
|
DTWAIN_CALLBACK_PROC
|
Delegate
|
DTWAIN_BOOL
|
Integer
|
DTWAIN_FLOAT
|
Double
|
DTWAIN_FRAME
|
Integer
|
DTWAIN_OCRENGINE
|
Integer
|
DTWAIN_PDFTEXTELEMENT
|
Integer
|
DTWAIN_RANGE
|
Integer
|
DTWAIN_SOURCE
|
Integer
|
HANDLE
|
Integer
|
LONG, DTWAIN_LONG
|
Integer
|
DTWAIN_LONG64
|
Long
|
DWORD
|
UInteger
|
LPCTSTR
|
String
|
LPDTWAIN_ARRAY
|
Integer (passed ByRef)
|
LPDTWAIN_FLOAT
|
double (passed ByRef)
|
LPDWORD
|
UInteger (passed byRef)
|
LPLONG
|
Integer (passed ByRef)
|
LPTSTR
|
String
|
LPVOID
|
Integer (passed ByRef)
|
TWAIN_IDENTITY
|
Integer
|
For 64-bit applications, the VB.NET/2005/2008/2010 types are as follows:
DTWAIN Data Type
|
VB .NET Type
|
DTWAIN_ARRAY
|
Long
|
DTWAIN_CALLBACK_PROC
|
Delegate
|
DTWAIN_BOOL
|
Long
|
DTWAIN_FLOAT
|
Double
|
DTWAIN_FRAME
|
Long
|
DTWAIN_OCRENGINE
|
Long
|
DTWAIN_PDFTEXTELEMENT
|
Long
|
DTWAIN_RANGE
|
Long
|
DTWAIN_SOURCE
|
Long
|
DWORD
|
UInteger
|
HANDLE
|
Long
|
LONG, DTWAIN_LONG
|
Integer
|
DTWAIN_LONG64
|
Long
|
LPCTSTR
|
String
|
LPDTWAIN_ARRAY
|
Long (passed ByRef)
|
LPDTWAIN_FLOAT
|
double (passed ByRef)
|
LPDWORD
|
UInteger (passed ByRef)
|
LPLONG
|
Integer (passed ByRef)
|
LPTSTR
|
String
|
LPVOID
|
Integer (passed ByRef)
|
TWAIN_IDENTITY
|
Long
|
|