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

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...

Collaboration diagram for APP_INFO:
Collaboration graph
[legend]

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_LISTpDSList
 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
 

Detailed Description

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...

Definition at line 101 of file apps.cpp.


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