Does anyone know what the c# equivalent of this would be?
VB Code:
  1. Declare Function TWAIN_AcquireToFilename Lib "EZTW32.DLL" (ByVal hwndApp As Short, ByVal bmpFileName As String) As Short
  2.     Declare Function TWAIN_SelectImageSource Lib "EZTW32.DLL" (ByVal hwndApp As Integer) As Integer
  3.     Declare Function TWAIN_AcquireToClipboard Lib "EZTW32.DLL" (ByVal hwndApp As Integer, ByVal wPixTypes As Integer) As Integer
  4.     Declare Function TWAIN_IsAvailable Lib "EZTW32.DLL" () As Integer
  5.     Declare Function TWAIN_EasyVersion Lib "EZTW32.DLL" () As Integer