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

标签 c# windows-mobile mobile windows-ce

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

最佳答案

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

您应该使用较新的 GetDeviceUniqueID应用程序接口(interface)。 Here是一篇关于为什么要使用它以及如何在 C# 中使用它的博客条目。

关于c# - 如何使用 C# 从移动设备读取序列号?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1051404/

相关文章:

c# - 在 C# 中检测 XML 片段

c# - 了解内存性能计数器

windows-mobile - OpenNETCF 1.4 与 OpenNETCF 2.3

c# - 安装 CAB 文件无助于解决 "error message cannot be displayed ... optional resource assembly ... cannot be found"

c# - 如何在回发后将文本保存到绑定(bind)数据库中数据的文本框

c++ - Windows Mobile/Pocket PC : How do I change the border color of focused/unfocused CEdit, MFC 或 Win32 中的 CListCntl、CButton

android - 检查互联网连接

javascript - jQuery 菜单根本不起作用

html - 未知高度 div 中的垂直居中图像无法在移动 Safari/iOS 上正确定位图像

c# - 使用反射填充自定义类属性