How do I open the CD/DVD door with a Windows API call?
相关问题
- the application was unable to start correctly 0xc0
- Handle button click in another application
- win32 Python - pythoncom error - ImportError: No m
- How to prevent windows from accessing and detectin
- Getting the output from a process created by Creat
相关文章
- Why windows 64 still makes use of user32.dll etc?
- Can WM_NEXTDLGCTL be used with non-dialog windows?
- Windows EventLog: How fast are operations with it?
- Are resource files compiled as UNICODE or ANSI cod
- user32 and kernel method list for C# [closed]
- Writing to the middle of the file (without ove
- Does winapi's bcrypt.h actually support bcrypt
- Getting the cluster size of a hard drive (through
If anyone else is interested, here is a short draft of how it can be done in Lua:
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.