Twain_DSM  1.0
Public Attributes | List of all members
DS_INFO Struct Reference

Describes everything we need to know about the Data Source over the course of the session... More...

Collaboration diagram for DS_INFO:
Collaboration graph
[legend]

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.
 

Detailed Description

Describes everything we need to know about the Data Source over the course of the session...

Definition at line 44 of file apps.cpp.


The documentation for this struct was generated from the following file: