初学者求助 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?,求怎么修改
展开
 我来答
kkenna
推荐于2016-05-06 · TA获得超过146个赞
知道答主
回答量:49
采纳率:0%
帮助的人:69.4万
展开全部

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:

http://msdn.microsoft.com/en-us/library/ms724958.aspx

推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式