V4 add extimginfo (#37)

* Added my old struct size tester cpp proj.
* Added transfercanceled event like PR #35.
* Renamed datatransferred event.
* Idea for getting EXT_IMAGEINFO in transferred event.
* Renamed twain const and platform classes to shorter name.
* First attempt at reading TW_INFO, probably not correct.
This commit is contained in:
Eugene Wang
2023-04-09 17:52:23 -04:00
committed by GitHub
parent a0da65dcca
commit fe89e661fc
59 changed files with 3708 additions and 731 deletions

5
csizes/pch.cpp Normal file
View File

@@ -0,0 +1,5 @@
// pch.cpp: source file corresponding to the pre-compiled header
#include "pch.h"
// When you are using pre-compiled headers, this source file is necessary for compilation to succeed.