NativeFileIOGetPhysicalDrivePathForNtDevice Method |
Retrieves PhysicalDrive or CdRom path for NT raw device path
Namespace:
Arsenal.ImageMounter.IO
Assembly:
Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax public static string GetPhysicalDrivePathForNtDevice(
string ntdevice
)
Public Shared Function GetPhysicalDrivePathForNtDevice (
ntdevice As String
) As String
public:
static String^ GetPhysicalDrivePathForNtDevice(
String^ ntdevice
)
static member GetPhysicalDrivePathForNtDevice :
ntdevice : string -> string
Parameters
- ntdevice
- Type: SystemString
NT device path, such as \Device\00000001.
Return Value
Type:
StringSee Also