如何使用C#从移动设备读取序列号?

时间:2022-07-28 15:18:46

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

如何使用C#从Windows移动设备和WinCE移动设备读取序列号?

2 个解决方案

#1


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

你真的不应该使用旧的KernelIoControl方法。

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

您应该使用较新的GetDeviceUniqueID API。这是一篇关于为什么要使用它以及如何在C#中使用它的博客文章。

#2


Retrieving the Windows CE Device ID with the Microsoft .NET Compact Framework

使用Microsoft .NET Compact Framework检索Windows CE设备ID

#1


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

你真的不应该使用旧的KernelIoControl方法。

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

您应该使用较新的GetDeviceUniqueID API。这是一篇关于为什么要使用它以及如何在C#中使用它的博客文章。

#2


Retrieving the Windows CE Device ID with the Microsoft .NET Compact Framework

使用Microsoft .NET Compact Framework检索Windows CE设备ID