ReactOS
0.4.15-dev-4863-gba0d16f
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "pshpack2.h"
#include "poppack.h"
Go to the source code of this file.
Classes | |
struct | TW_FIX32 |
struct | TW_CIEPOINT |
struct | TW_DECODEFUNCTION |
struct | TW_ELEMENT8 |
struct | TW_FRAME |
struct | TW_MEMORY |
struct | TW_TRANSFORMSTAGE |
struct | TW_VERSION |
struct | TW_ARRAY |
struct | TW_ENUMERATION |
struct | TW_ONEVALUE |
struct | TW_RANGE |
struct | TW_CAPABILITY |
struct | TW_CIECOLOR |
struct | TW_EVENT |
struct | TW_GRAYRESPONSE |
struct | TW_IDENTITY |
struct | TW_IMAGEINFO |
struct | TW_IMAGELAYOUT |
struct | TW_IMAGEMEMXFER |
struct | TW_JPEGCOMPRESSION |
struct | TW_PALETTE8 |
struct | TW_PENDINGXFERS |
struct | TW_RGBRESPONSE |
struct | TW_SETUPFILEXFER |
struct | TW_SETUPMEMXFER |
struct | TW_STATUS |
struct | TW_USERINTERFACE |
struct | TW_TWUNKIDENTITY |
struct | TW_TWUNKDSENTRYPARAMS |
struct | TW_TWUNKDSENTRYRETURN |
struct | TW_CAPEXT |
struct | TW_CUSTOMDSDATA |
struct | TW_INFO |
struct | TW_EXTIMAGEINFO |
struct | TW_AUDIOINFO |
struct | TW_DEVICEEVENT |
struct | TW_FILESYSTEM |
struct | TW_PASSTHRU |
struct | TW_SETUPAUDIOFILEXFER |
Functions | |
TW_UINT16 FAR PASCAL | DSM_Entry (pTW_IDENTITY pOrigin, pTW_IDENTITY pDest, TW_UINT32 DG, TW_UINT16 DAT, TW_UINT16 MSG, TW_MEMREF pData) |
typedef | TW_UINT16 (FAR PASCAL *DSMENTRYPROC)(pTW_IDENTITY |
TW_UINT16 DECLSPEC_EXPORT PASCAL | DS_Entry (pTW_IDENTITY pOrigin, TW_UINT32 DG, TW_UINT16 DAT, TW_UINT16 MSG, TW_MEMREF pData) |
#define CAP_CUSTOMBASE 0x8000 /* Base of custom capabilities */ |
#define DAT_AUDIONATIVEXFER 0x0203 /* TW_UINT32 handle to WAV, (AIFF Mac) */ |
#define DAT_EXTIMAGEINFO 0x010b /* TW_EXTIMAGEINFO -- for 1.7 Spec. */ |
#define DAT_IMAGENATIVEXFER 0x0104 /* TW_UINT32 loword is hDIB, PICHandle */ |
#define DAT_JPEGCOMPRESSION 0x0109 /* TW_JPEGCOMPRESSION */ |
#define DAT_PARENT 0x0004 /* TW_HANDLE, application win handle in Windows */ |
#define DG_CONTROL 0x0001L /* data pertaining to control */ |
#define DG_IMAGE 0x0002L /* data pertaining to raster images */ |
#define ICAP_AUTOMATICBORDERDETECTION 0x1150 /* Added 1.8 */ |
#define ICAP_BARCODEDETECTIONENABLED 0x1137 /* Added 1.8 */ |
#define ICAP_BARCODEMAXSEARCHPRIORITIES 0x1139 /* Added 1.8 */ |
#define ICAP_BARCODESEARCHPRIORITIES 0x113a /* Added 1.8 */ |
#define ICAP_PATCHCODEDETECTIONENABLED 0x113f /* Added 1.8 */ |
#define ICAP_PATCHCODEMAXSEARCHPRIORITIES 0x1141 /* Added 1.8 */ |
#define ICAP_PATCHCODESEARCHPRIORITIES 0x1142 /* Added 1.8 */ |
#define ICAP_SUPPORTEDPATCHCODETYPES 0x1140 /* Added 1.8 */ |
#define MSG_CHECKSTATUS 0x0201 /* Get status information */ |
#define MSG_CLOSEDSOK 0x0103 /* Tell the Application. to save the state. */ |
#define MSG_CLOSEDSREQ 0x0102 /* Request for Application. to close DS */ |
#define MSG_CUSTOMBASE 0x8000 /* Base of custom messages */ |
#define MSG_DEVICEEVENT 0X0104 /* Some event has taken place */ |
#define MSG_DISABLEDS 0x0501 /* Disable data transfer in the DS */ |
#define MSG_ENABLEDS 0x0502 /* Enable data transfer in the DS */ |
#define MSG_ENABLEDSUIONLY 0x0503 /* Enable for saving DS state only. */ |
#define MSG_GETDEFAULT 0x0003 /* Get default (e.g. power up) value */ |
#define MSG_GETFIRST 0x0004 /* Get first of a series of items, e.g. DSs */ |
#define MSG_GETNEXT 0x0005 /* Iterate through a series of items. */ |
#define MSG_QUERYSUPPORT 0x0008 /* Get supported operations on the cap. */ |
#define MSG_RESET 0x0007 /* Set current value to default value */ |
#define MSG_USERSELECT 0x0403 /* Put up a dialog of all DS */ |
#define MSG_XFERREADY 0x0101 /* The data source has data ready */ |
#define TWCC_PAPERDOUBLEFEED 21 /* The feeder detected multiple pages */ |
#define TWCP_JBIG 8 /* For Bitonal images -- Added 1.7 KHL */ |
#define TWIF_FINELINE TWIF_HIGHPASS |
#define TWIF_TEXT TWIF_BANDPASS |