Herd Software Development
DaVinci Graphics Library
DaVinci Documentation
Creates a HTWAINACCESS TWAIN handle which is used for subsequent functions.
HTWAINACCESS FAR PASCAL TWAINInitialize(
HWND hwMain
LPCSTR ApplicationName);
HWND Handle of the requesting application's main window
ApplicationName Name (title) of the application
The return value is a handle to memory used by the TWAIN interface for managing data, and as such it should be released by the application prior to closing by calling the TWAINTerminate function.