How I know CD-ROM's door is Opened or Closed?
-
I am writing a program. In this program I wanna know whether the CD-ROM's door is Opened or Closed? How I can write code?:confused:
-
I am writing a program. In this program I wanna know whether the CD-ROM's door is Opened or Closed? How I can write code?:confused:
hi there, a good starting point is to search the MSDN for
MCI
. Another (but much harder) way is the functionDeviceIoControl()
. ..have fun.. jk :cool: -
I am writing a program. In this program I wanna know whether the CD-ROM's door is Opened or Closed? How I can write code?:confused:
-
hi there, a good starting point is to search the MSDN for
MCI
. Another (but much harder) way is the functionDeviceIoControl()
. ..have fun.. jk :cool:I wanna know which Function I can use ?
-
I wanna know which Function I can use ?
mciSendCommand()
orDeviceIOControl()
. There's no Function likeIs_Drive_A_CDRom_And_If_Its_So_Is_The_Tray_Open(LPCTSTR pszDrive)
. RTFM :-D ..have fun.. jk :cool: