You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
1.6 KiB
61 lines
1.6 KiB
#ifndef _CSWINID_H
|
|
#define _CSWINID_H
|
|
|
|
// Callback ID's
|
|
#define RES_SENDBLOCK 12
|
|
|
|
#define RES_SELECTRES_240 14
|
|
#define RES_SELECTRES_400 15
|
|
|
|
#define CM_XM_ABS 20
|
|
#define CM_YM_ABS 22
|
|
|
|
#define CM_REL_LEFT 24
|
|
#define CM_REL_RIGHT 25
|
|
#define CM_REL_UP 26
|
|
#define CM_REL_DOWN 27
|
|
|
|
#define CM_FE_RLE 30
|
|
#define CM_DISABLECOMP 31
|
|
|
|
#define CSWM_CR 40
|
|
#define CSWM_COPY 45
|
|
#define CSWM_FF 47
|
|
#define CSWM_LF 48
|
|
|
|
#define AUTOFEED 49
|
|
|
|
#define PS_SEGMENT 60
|
|
#define PS_A3 60
|
|
#define PS_B4 61
|
|
#define PS_A4 62
|
|
#define PS_B5 63
|
|
#define PS_LETTER 64
|
|
#define PS_POSTCARD 65
|
|
#define PS_A5 66
|
|
#define PS_FREE 67
|
|
|
|
#define PRN_3250GTWM 109
|
|
#define PRN_3500GTWM 110
|
|
#define PRN_3800WM 111
|
|
|
|
#define SBYTE 120
|
|
#define DBYTE 121
|
|
#define CM_BOLD_ON 122
|
|
#define CM_BOLD_OFF 123
|
|
#define CM_ITALIC_ON 124
|
|
#define CM_ITALIC_OFF 125
|
|
#define CM_WHITE_ON 126
|
|
#define CM_WHITE_OFF 127
|
|
|
|
#define START_DOC 130
|
|
#define END_DOC 131
|
|
|
|
#define DRW_WHITE_RECT 140
|
|
#define DRW_BLACK_RECT 141
|
|
#define DRW_GRAY_RECT 142
|
|
#define DRW_RECT_WIDTH 143
|
|
#define DRW_RECT_HEIGHT 144
|
|
|
|
|
|
#endif //_CSWINID_H
|