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.

77 lines
1.9 KiB

  1. /*++
  2. Copyright (C) 1996-1999 Microsoft Corporation
  3. Module Name:
  4. PARSERID.H
  5. History:
  6. --*/
  7. #pragma once
  8. const ParserId pidMac = 1;
  9. const ParserId pidText = 2;
  10. const ParserId pidWin32 = 3;
  11. const ParserId pidIni = 4;
  12. const ParserId pidWin16 = 5;
  13. const ParserId pidTok = 6;
  14. const ParserId pidInf = 7;
  15. const ParserId pidRiff = 8;
  16. const ParserId pidFox = 9;
  17. const ParserId pidDos7 = 10;
  18. const ParserId pidNet = 11;
  19. const ParserId pidVxd = 12;
  20. const ParserId pidScan = 13;
  21. const ParserId pidMsg = 14;
  22. const ParserId pidWinboot = 15;
  23. const ParserId pidRPLBoot = 16;
  24. const ParserId pidMacTok = 17;
  25. const ParserId pidPpd = 18;
  26. const ParserId pidBmpIcon = 19;
  27. const ParserId pidProject = 20;
  28. const ParserId pidSrg = 21;
  29. const ParserId pidHEAT = 22;
  30. const ParserId pidNashville_BEGIN = 23;
  31. const ParserId pidNashville_END = 32;
  32. const ParserId pidPegasus_BEGIN = 33;
  33. const ParserId pidPegasus_STR = 33;
  34. const ParserId pidPegasus_END = 47;
  35. const ParserId pidOPC = 48;
  36. const ParserId pidDAT = 49;
  37. const ParserId pidPublisher_BEGIN = 50;
  38. const ParserId pidPublisher_DES = 50;
  39. const ParserId pidPublisher_POC = 51;
  40. const ParserId pidPublisher_CAT = 52;
  41. const ParserId pidPublisher_END = 59;
  42. const ParserId pidJavaRB = 60;
  43. const ParserId pidOffice_BEGIN = 61;
  44. const ParserId pidOffice_END = 80;
  45. const ParserId pidAccWiz = 81;
  46. const ParserId pidINX = 82;
  47. const ParserId pidMsi = 83;
  48. const ParserId pidForms3 = 84;
  49. const ParserId pidVbForms = 85;
  50. const ParserId pidMmc = 86;
  51. const ParserId pidMAPIcfg = 87;
  52. const ParserId pidServerApps_BEGIN = 88;
  53. const ParserId pidServerApps_SysMessages = 88;
  54. const ParserId pidServerApps_END = 92;
  55. const ParserId pidProjectLCP = 93;
  56. const ParserId pidExchangeMNC = 94;
  57. const ParserId pidFsfParse = 95;
  58. const ParserId pidCBTParse = 96;
  59. const ParserId pidWMI = 97;