- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
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"