C# How to tell if DVD drive tray is open?

二次信任 提交于 2019-12-04 22:51:15

MediaLoaded property (Win32_CDROMDrive) will tell you whether you have a disc loaded. I am bit confused what you are looking for:

  1. disk tray open
  2. disk tray closed - no media
  3. disk tray closed - has media

MediaLoaded property will help in case 2 (False) and 3 (True)

IOCTL_DISK_GET_LENGTH_INFO may be of use to you.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!