REGSYS.RC
资源名称:regmonsrc.zip [点击查看]
上传用户:kevenhsn
上传日期:2007-01-03
资源大小:251k
文件大小:1k
源码类别:
系统编程
开发平台:
Visual C++
- #include <windows.h>
- #define VER_DEBUG 0
- #define VER_PRERELEASE 0
- #define VER_FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
- #define VER_FILEOS VOS_NT_WINDOWS32
- #define VER_FILEFLAGS (VER_PRERELEASE|VER_DEBUG)
- #define VER_FILETYPE VFT_DRV
- #define VER_FILESUBTYPE VFT2_DRV_SYSTEM
- #define VER_COMPANYNAME_STR "Systems Internals"
- #define VER_PRODUCTNAME_STR "Regmon for Windows NT"
- #define VER_LEGALCOPYRIGHT_YEARS "1996-1999"
- #define VER_LEGALCOPYRIGHT_STR "Copyright (C) M. Russinovich and B. Cogswell " VER_LEGALCOPYRIGHT_YEARS
- #define VER_LEGALTRADEMARKS_STR "Copyright (C) 1996-1999 Mark Russinovich and Bryce Cogswell"
- #define VER_PRODUCTVERSION 4,021,00,00
- #define VER_PRODUCTVERSION_STR "4.021"
- #define VER_PRODUCTVERSION_W (0x04021)
- #define VER_PRODUCTVERSION_DW (0x04021)
- #define VER_FILEDESCRIPTION_STR "Windows NT Registry Monitor"
- #define VER_INTERNALNAME_STR "regmon.sys"
- #define VER_ORIGINALFILENAME_STR "regmon.Sys"
- #include "common.ver"