标签: c# windows-mobile mobile windows-ce
如何使用C#从Windows移动设备和WinCE移动设备读取序列号?
答案 0 :(得分:3)
你真的不应该使用旧的KernelIoControl方法。
您应该使用较新的GetDeviceUniqueID API。 Here是一篇博客文章,介绍了如何使用它以及如何在C#中使用它。
答案 1 :(得分:0)
Retrieving the Windows CE Device ID with the Microsoft .NET Compact Framework