Click or drag to resize

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
)

Parameters

ntdevice
Type: SystemString
NT device path, such as \Device\00000001.

Return Value

Type: String
See Also