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.

41 lines
1012 B

  1. // ===========================================================================
  2. // FILE: BLRPLATE.rc
  3. //
  4. // Description: Boiler Plate (BLRPLATE) Parser
  5. //
  6. // Note: info for this parser was gleaned from:
  7. // rfcXXXX (BLRPLATE)
  8. //
  9. // Modification History
  10. //
  11. // Your Name Here 01/01/70 Created
  12. //============================================================================
  13. #include <windows.h>
  14. #define VER_FILETYPE VFT_DLL
  15. /* possible values: VFT_UNKNOWN
  16. VFT_APP
  17. VFT_DLL
  18. VFT_DRV
  19. VFT_FONT
  20. VFT_VXD
  21. VFT_STATIC_LIB
  22. */
  23. #define VER_FILESUBTYPE VFT2_UNKNOWN
  24. /* possible values VFT2_UNKNOWN
  25. VFT2_DRV_PRINTER
  26. VFT2_DRV_KEYBOARD
  27. VFT2_DRV_LANGUAGE
  28. VFT2_DRV_DISPLAY
  29. VFT2_DRV_MOUSE
  30. VFT2_DRV_NETWORK
  31. VFT2_DRV_SYSTEM
  32. VFT2_DRV_INSTALLABLE
  33. VFT2_DRV_SOUND
  34. VFT2_DRV_COMM
  35. */
  36. #define VER_FILEDESCRIPTION_STR "NTP Parser for NetMon\0"
  37. #define VER_INTERNALNAME_STR "NTPPARSER.DLL\0"
  38. #include "bhcommon.ver"