说明: 可以读取WINCE 下的IMEI码 void CGetIMEIDlg::OnBnClickedButton3() { // TODO: Add your control notification handler code here CWnd *hFind = FindWindow(NULL, _T("FactoryTest")); if(hFind != NULL) { if(m_bGetIMEI) hFind->PostMessage(GETIMEI_SUCCESS, 0, 0); e
<joeliu99999> 上传 | 大小:256kb