ReactOS 0.4.16-dev-550-g2186ce3
|
#include <stdlib.h>
#include <stdarg.h>
#include <stdio.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "twain.h"
#include "twain_i.h"
#include "resource.h"
#include "wine/debug.h"
Go to the source code of this file.
Classes | |
struct | all_devices |
struct | userselect_data |
Variables | |
static TW_UINT16 | DSM_initialized |
static TW_UINT32 | DSM_sourceId |
static TW_UINT16 | DSM_currentDevice |
static HWND | DSM_parent |
static UINT | event_message |
static int | nrdevices = 0 |
static struct all_devices * | devices = NULL |
static BOOL | detectionrun = FALSE |
Definition at line 51 of file dsm_ctrl.c.
Referenced by twain_autodetect().
Definition at line 106 of file dsm_ctrl.c.
Referenced by TWAIN_IdentityGetDefault(), TWAIN_IdentityGetFirst(), TWAIN_OpenDS(), and TWAIN_UserSelect().
TW_UINT16 TWAIN_CloseDS | ( | pTW_IDENTITY | pOrigin, |
TW_MEMREF | pData | ||
) |
Definition at line 200 of file dsm_ctrl.c.
Referenced by TWAIN_SourceManagerHandler().
TW_UINT16 TWAIN_CloseDSM | ( | pTW_IDENTITY | pOrigin, |
TW_MEMREF | pData | ||
) |
Definition at line 455 of file dsm_ctrl.c.
Referenced by TWAIN_SourceManagerHandler().
TW_UINT16 TWAIN_ControlNull | ( | pTW_IDENTITY | pOrigin, |
pTW_IDENTITY | pDest, | ||
activeDS * | pSource, | ||
TW_UINT16 | MSG, | ||
TW_MEMREF | pData | ||
) |
Definition at line 120 of file dsm_ctrl.c.
Referenced by DSM_Entry().
TW_UINT16 TWAIN_GetDSMStatus | ( | pTW_IDENTITY | pOrigin, |
TW_MEMREF | pData | ||
) |
Definition at line 505 of file dsm_ctrl.c.
Referenced by TWAIN_SourceManagerHandler().
TW_UINT16 TWAIN_IdentityGetDefault | ( | pTW_IDENTITY | pOrigin, |
TW_MEMREF | pData | ||
) |
Definition at line 234 of file dsm_ctrl.c.
Referenced by TWAIN_SourceManagerHandler().
TW_UINT16 TWAIN_IdentityGetFirst | ( | pTW_IDENTITY | pOrigin, |
TW_MEMREF | pData | ||
) |
Definition at line 249 of file dsm_ctrl.c.
Referenced by TWAIN_SourceManagerHandler().
TW_UINT16 TWAIN_IdentityGetNext | ( | pTW_IDENTITY | pOrigin, |
TW_MEMREF | pData | ||
) |
Definition at line 266 of file dsm_ctrl.c.
Referenced by TWAIN_SourceManagerHandler().
TW_UINT16 TWAIN_OpenDS | ( | pTW_IDENTITY | pOrigin, |
TW_MEMREF | pData | ||
) |
Definition at line 280 of file dsm_ctrl.c.
Referenced by TWAIN_SourceManagerHandler().
TW_UINT16 TWAIN_OpenDSM | ( | pTW_IDENTITY | pOrigin, |
TW_MEMREF | pData | ||
) |
Definition at line 484 of file dsm_ctrl.c.
Referenced by TWAIN_SourceManagerHandler().
TW_UINT16 TWAIN_ProcessEvent | ( | pTW_IDENTITY | pOrigin, |
activeDS * | pSource, | ||
TW_MEMREF | pData | ||
) |
Definition at line 162 of file dsm_ctrl.c.
Referenced by DSM_Entry().
TW_UINT16 TWAIN_UserSelect | ( | pTW_IDENTITY | pOrigin, |
TW_MEMREF | pData | ||
) |
Definition at line 428 of file dsm_ctrl.c.
Referenced by TWAIN_SourceManagerHandler().
|
static |
Definition at line 352 of file dsm_ctrl.c.
Referenced by TWAIN_UserSelect().
WINE_DEFAULT_DEBUG_CHANNEL | ( | twain | ) |
Definition at line 103 of file dsm_ctrl.c.
Referenced by twain_autodetect().
|
static |
Definition at line 48 of file dsm_ctrl.c.
Referenced by BtrfsDeviceResize::DeviceResizeDlgProc(), file_device_create(), file_device_find_or_create(), get_usage(), MMDevEnum_EnumAudioEndpoints(), pnfs_file_device_get(), pnfs_file_device_list_create(), pnfs_file_device_list_free(), pnfs_file_device_list_invalidate(), pnfs_file_device_notify(), read_data(), read_data_dup(), read_data_raid0(), read_data_raid10(), read_data_raid5(), read_data_raid6(), test_api(), test_GetRawInputDeviceList(), twain_add_onedriver(), TWAIN_IdentityGetDefault(), TWAIN_IdentityGetFirst(), TWAIN_IdentityGetNext(), TWAIN_OpenDS(), and userselect_dlgproc().
|
static |
Definition at line 38 of file dsm_ctrl.c.
Referenced by TWAIN_IdentityGetFirst(), TWAIN_IdentityGetNext(), and TWAIN_OpenDSM().
|
static |
Definition at line 36 of file dsm_ctrl.c.
Referenced by TWAIN_CloseDSM(), TWAIN_OpenDS(), and TWAIN_OpenDSM().
|
static |
Definition at line 39 of file dsm_ctrl.c.
Referenced by TWAIN_CloseDSM(), TWAIN_ControlNull(), TWAIN_OpenDSM(), and TWAIN_UserSelect().
|
static |
Definition at line 37 of file dsm_ctrl.c.
Referenced by twain_add_onedriver(), and TWAIN_OpenDS().
|
static |
Definition at line 40 of file dsm_ctrl.c.
Referenced by TWAIN_ControlNull(), TWAIN_OpenDSM(), and TWAIN_ProcessEvent().
|
static |
Definition at line 47 of file dsm_ctrl.c.
Referenced by twain_add_onedriver(), TWAIN_IdentityGetDefault(), TWAIN_IdentityGetFirst(), TWAIN_IdentityGetNext(), TWAIN_OpenDS(), and userselect_dlgproc().