文件名称:hardwaremsg
介绍说明--下载内容均来自于网络,请自行研究使用
硬件信息查看器,查看当前PC常规硬件信息-This is another of utility applications which can be used as an tool to get and report information about your system CPU, memory page size, mouse installation, etc.
GetProcessorInfo function in ChardwareInfoDlg makes use of GetProcessorInfo API call to get al the information about the type of CPU installed on your machine. The information is returned in SYSTEM_INFO data structure. It contains the data about chip architecture, number of processors installed, page size, minimum and maximum memory address available on your machine, etc. This information is converted into string format and displayed in the dialog box.
The information about mouse, if any, installed on your system can be obtained by using GetSystemMetrics API call. The information specific to mouse speed can be obtained by using SystemParametersInfo API call. The information obtained by these API calls is converted in string format to show in dialog box.
The sample application has been compiled and tested using VC++5.0/
GetProcessorInfo function in ChardwareInfoDlg makes use of GetProcessorInfo API call to get al the information about the type of CPU installed on your machine. The information is returned in SYSTEM_INFO data structure. It contains the data about chip architecture, number of processors installed, page size, minimum and maximum memory address available on your machine, etc. This information is converted into string format and displayed in the dialog box.
The information about mouse, if any, installed on your system can be obtained by using GetSystemMetrics API call. The information specific to mouse speed can be obtained by using SystemParametersInfo API call. The information obtained by these API calls is converted in string format to show in dialog box.
The sample application has been compiled and tested using VC++5.0/
(系统自动生成,下载前可以参看下载内容)
下载文件列表
硬件信息查看器
..............\Debug
..............\HardwareInfo.clw
..............\HardwareInfo.cpp
..............\HardwareInfo.doc
..............\HardwareInfo.dsp
..............\HardwareInfo.dsw
..............\HardwareInfo.h
..............\HardwareInfo.htm
..............\HardwareInfo.ncb
..............\HardwareInfo.opt
..............\HardwareInfo.plg
..............\HardwareInfo.rc
..............\HardwareInfoDlg.cpp
..............\HardwareInfoDlg.h
..............\icon1.ico
..............\ReadMe.txt
..............\res
..............\...\HardwareInfo.rc2
..............\resource.h
..............\StdAfx.cpp
..............\StdAfx.h
..............\SystemInfo.cpp
..............\SystemInfo.h
..............\Debug
..............\HardwareInfo.clw
..............\HardwareInfo.cpp
..............\HardwareInfo.doc
..............\HardwareInfo.dsp
..............\HardwareInfo.dsw
..............\HardwareInfo.h
..............\HardwareInfo.htm
..............\HardwareInfo.ncb
..............\HardwareInfo.opt
..............\HardwareInfo.plg
..............\HardwareInfo.rc
..............\HardwareInfoDlg.cpp
..............\HardwareInfoDlg.h
..............\icon1.ico
..............\ReadMe.txt
..............\res
..............\...\HardwareInfo.rc2
..............\resource.h
..............\StdAfx.cpp
..............\StdAfx.h
..............\SystemInfo.cpp
..............\SystemInfo.h