![]() |
|
QA: How can I get a serial number of a Pocket PC 2002 device?
By Vassili Philippov, December 27, 2001.
QuestionAs far as I know all Pocket PC 2002 devices support built-in serial numbers. How can I read it? AnswerEven in Pocket PC 2000 it was recommended for OEM vendors to implement a built-in serial number and provide access using KernelIoControl function. But no OEM vendor did it. As I understand now (in Pocket PC 2002) Microsoft forced OEM vendors to implement a built-in serial number with access by KernelIoControl. All Pocket PC 2002 devices I tested support this method. Source codeHere is a sample code that returns a serial number as a string: Note: this serial number is not equal to serial number written on the device. It is because I did not know how to format the bits extracted from the buffer. So you can consider this string as a string that is unique for each Pocket PC device. Related resources:
DiscussDiscuss this article. Here you can write your comments and read comments of other developers. |
|||||||||||||||||||||