使用 Windows API 调用打开 CD/DVD 门?
如何通过 Windows API 调用打开 CD/DVD 门?
How do I open the CD/DVD door with a Windows API call?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何通过 Windows API 调用打开 CD/DVD 门?
How do I open the CD/DVD door with a Windows API call?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
如果您使用 .NET,则可以使用:
http:// /www.dotnetspider.com/resources/15834-eject-close-cd-tray.aspx
这是我在谷歌上搜索“win api open cddoor”时出现的第一个链接。
这是第二个:
Windows CDROM 弹出。
If you're using .NET this will work:
http://www.dotnetspider.com/resources/15834-eject-close-cd-tray.aspx
It was the first link to come up when I googled "win api open cd door".
This was the second one:
Windows CDROM Eject.
如果其他人有兴趣,这里有一个关于如何在 Lua 中完成此操作的简短草案:
If anyone else is interested, here is a short draft of how it can be done in Lua: