Twain_DSM
1.0
|
Structure to hold data about a connected application, we use DS_LIST so we don't have to allocate memory that we don't need, on the theory that few applications will load more than one driver at a time... More...
Public Attributes | |
TW_IDENTITY | identity |
the application's identity. | |
TW_INT16 | ConditionCode |
the apps condition code. | |
DSM_State | CurrentState |
the current state of the DSM for this app. | |
DS_LIST * | pDSList |
Each Application has a list of DS that it discovers each time the app opens the DSM. | |
HWND | hwnd |
the window that will monitor for events on Windows | |
Structure to hold data about a connected application, we use DS_LIST so we don't have to allocate memory that we don't need, on the theory that few applications will load more than one driver at a time...