FILEMON.RC
上传用户:hmgghm
上传日期:2007-01-07
资源大小:335k
文件大小:1k
源码类别:

文件操作

开发平台:

Visual C++

  1. #include <windows.h>
  2. #define VER_DEBUG                   0
  3. #define VER_PRERELEASE              0
  4. #define VER_FILEFLAGSMASK           VS_FFI_FILEFLAGSMASK
  5. #define VER_FILEOS                  VOS_NT_WINDOWS32
  6. #define VER_FILEFLAGS               (VER_PRERELEASE|VER_DEBUG)
  7. #define VER_FILETYPE    VFT_DRV
  8. #define VER_FILESUBTYPE VFT2_DRV_SYSTEM
  9. #define VER_COMPANYNAME_STR         "Systems Internals"
  10. #define VER_PRODUCTNAME_STR         "Filemon for Windows NT/2K"
  11. #define VER_LEGALCOPYRIGHT_YEARS    "1996-1999"
  12. #define VER_LEGALCOPYRIGHT_STR      "Copyright (C) M. Russinovich and B. Cogswell " VER_LEGALCOPYRIGHT_YEARS
  13. #define VER_LEGALTRADEMARKS_STR     "Copyright (C) 1996-1999 Mark Russinovich and Bryce Cogswell"
  14. #define VER_PRODUCTVERSION          4,20,00,00
  15. #define VER_PRODUCTVERSION_STR      "4.20"
  16. #define VER_PRODUCTVERSION_W        (0x04200)
  17. #define VER_PRODUCTVERSION_DW       (0x04200)
  18. #define VER_FILEDESCRIPTION_STR     "Windows NT File System Monitor"
  19. #define VER_INTERNALNAME_STR        "filemon.sys"
  20. #define VER_ORIGINALFILENAME_STR    "filemon.Sys"
  21. #include "common.ver"