![]() |
U3 USB Stick uniqueID auslesen
hat jemand das unter delphi schon versucht/geschafft ?
in C soll so funktionieren (bin aber kein freund von C :wink: ):
Delphi-Quellcode:
devInfo deviceInfo;
HRESULT res; BYTE uniqueID[20]; res = dapiQueryDeviceInformation(hConnectedDev, &deviceInfo) ; if (SUCCEEDED(res)) { memcpy(uniqueID, deviceInfo.uniqueID, 20); } |
Re: U3 USB Stick uniqueID auslesen
Liste der Anhänge anzeigen (Anzahl: 1)
habe etwas gefunden...werde mal ausprobieren
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 10:13 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz