初学者求助 MFC消息映射出来是乱码,求救高手!
voidcpu2::OnButton1(){//TODO:AddyourcontrolnotificationhandlercodehereSYSTEM_INFOSyst...
void cpu2::OnButton1()
{
// TODO: Add your control notification handler code hereSYSTEM_INFO SystemInfo;GetSystemInfo(&SystemInfo);//得到系统信息
m_peizhi=SystemInfo.dwActiveProcessorMask;//通过消息映射输出到编辑框 UpdateData(FALSE);
}
运行结果:
,不好意思我没有财富值了,非常感谢大家解答,string要转化为CString?,求怎么修改 展开
{
// TODO: Add your control notification handler code hereSYSTEM_INFO SystemInfo;GetSystemInfo(&SystemInfo);//得到系统信息
m_peizhi=SystemInfo.dwActiveProcessorMask;//通过消息映射输出到编辑框 UpdateData(FALSE);
}
运行结果:
,不好意思我没有财富值了,非常感谢大家解答,string要转化为CString?,求怎么修改 展开
1个回答
展开全部
Mask是掩码的意思,dwActiveProcessorMask是激活的CPU序号掩码。
MSDN上给出的解释:
A mask representing the set of processors configured into the system. Bit 0 is processor 0; bit 31 is processor 31.
按位给出允许使用的处理器序号。
m_peizhi.Format("%x", (DWORD)SystemInfo.dwActiveProcessorMask);
function GetSystemInfo:
http://msdn.microsoft.com/en-us/library/ms724381.aspx
struct SYSTEM_INFO:
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询