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.

76 lines
2.1 KiB

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