Open CD/DVD door with a Windows API call?

cd, dvd, winapi

Solution

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.

Problem

How do I open the CD/DVD door with a Windows API call?

Original source

Related problems