MFC-GetSystemMetrics

MFC-GetSystemMetrics获取系统数据

CString str; int i= GetSystemMetrics(SM_CMOUSEBUTTONS); //鼠标上的按钮数量,如果没有安装鼠标,则为零 str.Format(_T("i=%d\r\n"), i); ::OutputDebugString(str); i = GetSystem ......
共1篇  :1/1页 首页上一页1下一页尾页