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.

33 lines
837 B

  1. #if DBG
  2. #ifndef MYDBG_H_INCLUDED
  3. #define MYDBG_H_INCLUDED
  4. typedef struct _tblCallbackID {
  5. char* S;
  6. DWORD dwID;
  7. } tblCallbackID;
  8. static tblCallbackID MyCallbackID[] = {
  9. {"RES_SELECTRES_240", 14},
  10. {"RES_SELECTRES_400", 15},
  11. {"CM_XM_ABS", 20},
  12. {"CM_YM_ABS", 22},
  13. {"AUTOFEED", 30},
  14. {"PS_A3", 40},
  15. {"PS_B4", 41},
  16. {"PS_A4", 42},
  17. {"PS_B5", 43},
  18. {"PS_LETTER", 44},
  19. {"PS_POSTCARD", 45},
  20. {"PS_MPF", 46},
  21. {"PS_A5", 47},
  22. {"CBID_PORT", 50},
  23. {"CBID_LAND", 51},
  24. {"PRN_2000", 60},
  25. {"PRN_2000W", 61},
  26. {"PRN_3000", 62}
  27. };
  28. #endif // MYDBG_H_INCLUDED
  29. #endif // DBG