mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Detecting available CDROM drives
Detecting CDROM drive device information
This commit is contained in:
@@ -168,7 +168,12 @@ namespace Bwg.Scsi
|
||||
|
||||
#region private methods
|
||||
|
||||
private static string GetNtDeviceNameForDrive(string name)
|
||||
/// <summary>
|
||||
/// Return the NT name for a drive given its drive letter
|
||||
/// </summary>
|
||||
/// <param name="name">the drive letter</param>
|
||||
/// <returns>the NT name</returns>
|
||||
public static string GetNtDeviceNameForDrive(string name)
|
||||
{
|
||||
string result;
|
||||
const int buflen = 512;
|
||||
|
||||
Reference in New Issue
Block a user