| The media type argument of NeroGetAvailableDrivesEx is a little bit misleading. It is only to tell for which media the available speeds are calculated. Use the nsdiMediaSupport member of the NERO_SCSI_DEVICE_INFO structure to get the supported medias of a drive.
To check if a drive is a recorder or a readonly device, you can check the value of the nsdiDevType member. |