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.

71 lines
1.8 KiB

  1. // Copyright (c) 1996-1999 Microsoft Corporation
  2. /*
  3. File: fileno.hxx
  4. This file defines file-number macros for use in TrkReportInternalError
  5. (event-logging) calls.
  6. */
  7. //
  8. // common
  9. //
  10. #define COMMON_CXX_FILE_NO 1
  11. #define COM_CONFIG_CXX_FILE_NO 2
  12. #define DEBUG_CXX_FILE_NO 3
  13. #define EVENTLOG_CXX_FILE_NO 4
  14. #define FILEOPS_CXX_FILE_NO 5
  15. #define MIDLALLC_C_FILE_NO 6
  16. #define RPCCBIND_CXX_FILE_NO 7
  17. #define RPCCFG_CXX_FILE_NO 8
  18. #define RPCSVR_CXX_FILE_NO 9
  19. #define SECURE_CXX_FILE_NO 10
  20. #define SHAREENUM_CXX_FILE_NO 11
  21. #define SVCCTRL_CXX_FILE_NO 12
  22. #define TIMER_CXX_FILE_NO 13
  23. #define VOLMAP_CXX_FILE_NO 14
  24. #define WORKITEM_CXX_FILE_NO 15
  25. #define WORKMAN_CXX_FILE_NO 16
  26. //
  27. // trkwks
  28. //
  29. #define WKS_CONFIG_CXX_FILE_NO 101
  30. #define LOG_CXX_FILE_NO 102
  31. #define LOGFILE_CXX_FILE_NO 103
  32. #define LOGHEAD_CXX_FILE_NO 104
  33. #define LOGSECT_CXX_FILE_NO 105
  34. #define MAIN_CXX_FILE_NO 106
  35. #define MEND_CXX_FILE_NO 107
  36. #define OBJIDENM_CXX_FILE_NO 108
  37. #define PORT_CXX_FILE_NO 109
  38. #define SID_CXX_FILE_NO 110
  39. #define STUBS_CXX_FILE_NO 111
  40. #define VOL_CXX_FILE_NO 112
  41. #define VOLMGR_CXX_FILE_NO 113
  42. #define WKSSVC_CXX_FILE_NO 114
  43. #define ENTROPY_CXX_FILE_NO 115
  44. //
  45. // trksvr
  46. //
  47. #define CROSSDOM_CXX_FILE_NO 201
  48. #define DBCONN_CXX_FILE_NO 202
  49. #define DENIAL_CXX_FILE_NO 203
  50. #define IDT_FILE_CXX_FILE_NO 204
  51. #define IDT_LDAP_CXX_FILE_NO 205
  52. #define INTRADOM_CXX_FILE_NO 206
  53. #define QUOTA_CXX_FILE_NO 207
  54. #define RESTORE_CXX_FILE_NO 208
  55. #define SEQSTG_CXX_FILE_NO 209
  56. #define SVRMAIN_CXX_FILE_NO 210
  57. #define SVRSVC_CXX_FILE_NO 211
  58. #define VOLTAB_CXX_FILE_NO 212