【发布时间】:2015-12-12 19:24:17
【问题描述】:
如何以编程方式关闭/打开通过 HDMI 电缆连接到 Raspberry Pi 2 的显示器。 Raspberry Pi 使用操作系统 Windows 10 IoT Core (10586)。 我尝试了 user32.dll 和 SendMessage,但它不起作用。 “无法加载 DLL 'user32.dll'。找不到指定的模块。”
【问题讨论】:
-
user32.dll 是 x86 Windows 的一部分,因此在基于 ARM 的 Win IoT 上不存在。 可能有一个等价物。您可以在这里查看:ms-iot.github.io/content/en-US/win10/tools/…
标签: raspberry-pi2 windows-10-iot-core