|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include "windef.h"#include "winbase.h"#include "twain.h"#include "twain_i.h"#include "wine/debug.h"
Go to the source code of this file.
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (twain) | |
| BOOL WINAPI | DllMain (HINSTANCE hinstance, DWORD reason, LPVOID reserved) |
| static activeDS * | TWAIN_LookupSource (const TW_IDENTITY *pDest) |
| static TW_UINT16 | TWAIN_SourceManagerHandler (pTW_IDENTITY pOrigin, TW_UINT16 DAT, TW_UINT16 MSG, TW_MEMREF pData) |
| TW_UINT16 WINAPI | DSM_Entry (pTW_IDENTITY pOrigin, pTW_IDENTITY pDest, TW_UINT32 DG, TW_UINT16 DAT, TW_UINT16 MSG, TW_MEMREF pData) |
Variables | |
| TW_UINT16 | DSM_twCC |
| activeDS * | activeSources |
| HINSTANCE | DSM_hinstance |
Definition at line 36 of file twain32_main.c.
| TW_UINT16 WINAPI DSM_Entry | ( | pTW_IDENTITY | pOrigin, |
| pTW_IDENTITY | pDest, | ||
| TW_UINT32 | DG, | ||
| TW_UINT16 | DAT, | ||
| TW_UINT16 | MSG, | ||
| TW_MEMREF | pData | ||
| ) |
Definition at line 152 of file twain32_main.c.
|
static |
Definition at line 54 of file twain32_main.c.
Referenced by DSM_Entry().
|
static |
Definition at line 64 of file twain32_main.c.
Referenced by DSM_Entry().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | twain | ) |
| activeDS* activeSources |
Definition at line 33 of file twain32_main.c.
Referenced by TWAIN_CloseDS(), TWAIN_CloseDSM(), TWAIN_LookupSource(), and TWAIN_OpenDS().
| HINSTANCE DSM_hinstance |
Definition at line 34 of file twain32_main.c.
Referenced by DllMain(), and TWAIN_UserSelect().
| TW_UINT16 DSM_twCC |
Definition at line 32 of file twain32_main.c.
Referenced by DSM_Entry(), TWAIN_CloseDS(), TWAIN_CloseDSM(), TWAIN_ControlNull(), TWAIN_GetDSMStatus(), TWAIN_IdentityGetDefault(), TWAIN_IdentityGetFirst(), TWAIN_IdentityGetNext(), TWAIN_OpenDS(), TWAIN_OpenDSM(), TWAIN_SourceManagerHandler(), and TWAIN_UserSelect().