Click or drag to resize

ScsiAdapterGetRawDeviceName Method

Returns an NT device path to the physical device object that SCSI port driver has created for a mounted device. This device path can be used even if there is no functional driver attached to the device stack.

Namespace:  Arsenal.ImageMounter
Assembly:  Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax
public string GetRawDeviceName(
	uint DeviceNumber
)

Parameters

DeviceNumber
Type: SystemUInt32

Return Value

Type: String
See Also