hat jemand das unter delphi schon versucht/geschafft ?
in C soll so funktionieren (bin aber kein freund von C
):
Delphi-Quellcode:
devInfo deviceInfo;
HRESULT res;
BYTE uniqueID[20];
res = dapiQueryDeviceInformation(hConnectedDev, &deviceInfo) ;
if (SUCCEEDED(res))
{
memcpy(uniqueID, deviceInfo.uniqueID, 20);
}