Leaked source code of windows server 2003
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

  1. #ifndef _CSWINID_H
  2. #define _CSWINID_H
  3. // Callback ID's
  4. #define RES_SENDBLOCK 12
  5. #define RES_SELECTRES_240 14
  6. #define RES_SELECTRES_400 15
  7. #define CM_XM_ABS 20
  8. #define CM_YM_ABS 22
  9. #define CM_REL_LEFT 24
  10. #define CM_REL_RIGHT 25
  11. #define CM_REL_UP 26
  12. #define CM_REL_DOWN 27
  13. #define CM_FE_RLE 30
  14. #define CM_DISABLECOMP 31
  15. #define CSWM_CR 40
  16. #define CSWM_COPY 45
  17. #define CSWM_FF 47
  18. #define CSWM_LF 48
  19. #define AUTOFEED 49
  20. #define PS_SEGMENT 60
  21. #define PS_A3 60
  22. #define PS_B4 61
  23. #define PS_A4 62
  24. #define PS_B5 63
  25. #define PS_LETTER 64
  26. #define PS_POSTCARD 65
  27. #define PS_A5 66
  28. #define PS_FREE 67
  29. #define PRN_3250GTWM 109
  30. #define PRN_3500GTWM 110
  31. #define PRN_3800WM 111
  32. #define SBYTE 120
  33. #define DBYTE 121
  34. #define CM_BOLD_ON 122
  35. #define CM_BOLD_OFF 123
  36. #define CM_ITALIC_ON 124
  37. #define CM_ITALIC_OFF 125
  38. #define CM_WHITE_ON 126
  39. #define CM_WHITE_OFF 127
  40. #define START_DOC 130
  41. #define END_DOC 131
  42. #define DRW_WHITE_RECT 140
  43. #define DRW_BLACK_RECT 141
  44. #define DRW_GRAY_RECT 142
  45. #define DRW_RECT_WIDTH 143
  46. #define DRW_RECT_HEIGHT 144
  47. #endif //_CSWINID_H