I'm trying to protect my app with a hardware dongle. These dongles have a unique ID like f.e. C8F25797, however in the software examples this HID is defined as a DWORD. But a DWORD is a 32 bit unsigned integer apparently. So i'm a bit confused...
The result i get when i try to read is "76936624"... for the HID "C8F25797"...
what am i'm missing here ?