Home
last modified time | relevance | path

Searched refs:dsEntry (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/twain_32/
H A Ddsm_ctrl.c53 DSENTRYPROC dsEntry; in twain_add_onedriver() local
63 dsEntry = (DSENTRYPROC)GetProcAddress(hmod, "DS_Entry"); in twain_add_onedriver()
64 if (!dsEntry) { in twain_add_onedriver()
75 ret = dsEntry (&fakeOrigin, DG_CONTROL, DAT_IDENTITY, MSG_GET, &sourceId); in twain_add_onedriver()
217 twRC = currentDS->dsEntry (pOrigin, DG_CONTROL, DAT_IDENTITY, MSG_CLOSEDS, pData); in TWAIN_CloseDS()
326 newSource->dsEntry = (DSENTRYPROC)GetProcAddress(hmod, "DS_Entry"); in TWAIN_OpenDS()
329 …if (TWRC_SUCCESS != newSource->dsEntry (pOrigin, DG_CONTROL, DAT_IDENTITY, MSG_OPENDS, pIdentity))… in TWAIN_OpenDS()
469 currentDS->dsEntry (pOrigin, DG_CONTROL, DAT_IDENTITY, MSG_CLOSEDS, pData); in TWAIN_CloseDSM()
H A Dtwain_i.h42 DSENTRYPROC dsEntry; member
H A Dtwain32_main.c203 twRC = pSource->dsEntry(pOrigin, DG, DAT, MSG, pData); in DSM_Entry()