所谓覅破解 发表于 2018-6-27 10:08:20

几个有用的Windows Mobile相关方法

if (bRes) {  CString strDeviceInfo;
  for (unsigned int i = 0; i<dwOutBytes; i++) {
  CString strNextChar;
  strNextChar.Format(TEXT("%02X"), arrOutBuff);
  strDeviceInfo += strNextChar;
  }
  CString strDeviceId =
  strDeviceInfo.Mid(40,2) +
  strDeviceInfo.Mid(45,9) +
  strDeviceInfo.Mid(70,6);
页: [1]
查看完整版本: 几个有用的Windows Mobile相关方法