Twain_DSM
1.0
|
Describes everything we need to know about the Data Source over the course of the session... More...
Public Attributes | |
TW_IDENTITY | Identity |
Identity info for data source. | |
TW_HANDLE | pHandle |
returned by LOADLIBRARY(...) | |
DSENTRYPROC | DS_Entry |
function pointer to the DS_Entry function – set by dlsym(...) | |
char | szPath [FILENAME_MAX] |
location of the DS | |
TW_CALLBACK2 | twcallback2 |
callback structure (we're using callback2 because it's 32-bit and 64-bit safe) | |
TW_BOOL | bCallbackPending |
True if an application is old style and a callback was supposed to be made to it. | |
TW_BOOL | bDSProcessingMessage |
True if the application is still waiting for the DS to return from processing a message. | |
TW_BOOL | bAppProcessingCallback |
True if the application is still waiting for the DS to return from processing a message. | |
Describes everything we need to know about the Data Source over the course of the session...