You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
X
Qt için basit bir HWID çekme kodları;
HW_PROFILE_INFO hwProfileInfo;
QString hwid;
if(GetCurrentHwProfile(&hwProfileInfo) != NULL){
hwid = QString::fromWCharArray(hwProfileInfo.szHwProfileGuid);
ui->HwiText->setPlainText(hwid);
printf("Hardware Profile...
- xr4zz3rs
- Thread
-
c++ hwid
hwid
hwid çekme
qt creator
qt designer
qt hwid
qt hwid çekme
- Replies: 2
- Forum: C & C++ ve Qt Programlama