Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to read Serial number from mobile device using C#?

How I can read Serial number from a Windows mobile and WinCE mobile device using C#?

like image 526
Gold Avatar asked Jun 26 '09 21:06

Gold


1 Answers

You really shouldn't be using the old KernelIoControl method.

You should use the newer GetDeviceUniqueID API. Here is a blog entry on why to use it and how to use it from C#.

like image 150
Shane Powell Avatar answered Nov 07 '22 03:11

Shane Powell