|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <twain_i.h>

Public Attributes | |
| struct tagActiveDS * | next |
| TW_IDENTITY | identity |
| HMODULE | hmod |
| DSENTRYPROC | dsEntry |
| struct list | pending_messages |
| HWND | ui_window |
| HWND | event_window |
| DSENTRYPROC tagActiveDS::dsEntry |
Definition at line 42 of file twain_i.h.
Referenced by DSM_Entry(), TWAIN_CloseDS(), TWAIN_CloseDSM(), and TWAIN_OpenDS().
| HWND tagActiveDS::event_window |
Definition at line 45 of file twain_i.h.
Referenced by TWAIN_ControlNull(), TWAIN_OpenDS(), and TWAIN_ProcessEvent().
| HMODULE tagActiveDS::hmod |
Definition at line 41 of file twain_i.h.
Referenced by TWAIN_OpenDS().
| TW_IDENTITY tagActiveDS::identity |
Definition at line 40 of file twain_i.h.
Referenced by TWAIN_CloseDS(), TWAIN_LookupSource(), and TWAIN_OpenDS().
| struct tagActiveDS* tagActiveDS::next |
Definition at line 39 of file twain_i.h.
Referenced by TWAIN_CloseDS(), TWAIN_CloseDSM(), TWAIN_LookupSource(), and TWAIN_OpenDS().
Definition at line 43 of file twain_i.h.
Referenced by TWAIN_ControlNull(), TWAIN_OpenDS(), and TWAIN_ProcessEvent().
| HWND tagActiveDS::ui_window |
Definition at line 44 of file twain_i.h.
Referenced by DSM_Entry(), TWAIN_ControlNull(), and TWAIN_OpenDS().