Source code of Windows XP (NT5)
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.

29 lines
729 B

  1. //-----------------------------------------------------------------------------
  2. //
  3. // File: Win32Pid.H
  4. // Copyright (C) 1994-1997 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. //
  8. // This file contains the parser ids for Win32 sub parsers
  9. //
  10. //-----------------------------------------------------------------------------
  11. #ifndef __WIN32PID_H
  12. #define __WIN32PID_H
  13. const ParserId pidSDM = 1;
  14. const ParserId pidO96 = 2;
  15. const ParserId pidSample = 3;
  16. const ParserId pidReserved4 = 4;
  17. const ParserId pidHeat = 7;
  18. const ParserId pidWin32Inf = 8;
  19. const ParserId pidWin32Reserved9 = 9;
  20. const ParserId pidWin32VB1 = 10;
  21. const ParserId pidWin32WAV = 11;
  22. const ParserId pidMSDev = 79;
  23. #endif //__WIN32PID_H