REGSYS.RC
上传用户:kevenhsn
上传日期:2007-01-03
资源大小:251k
文件大小: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         "Regmon for Windows NT"
  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,021,00,00
  15. #define VER_PRODUCTVERSION_STR      "4.021"
  16. #define VER_PRODUCTVERSION_W        (0x04021)
  17. #define VER_PRODUCTVERSION_DW       (0x04021)
  18. #define VER_FILEDESCRIPTION_STR     "Windows NT Registry Monitor"
  19. #define VER_INTERNALNAME_STR        "regmon.sys"
  20. #define VER_ORIGINALFILENAME_STR    "regmon.Sys"
  21. #include "common.ver"