Click or drag to resize

NativeFileIOGetDeviceNameByScsiAddressAndSize Method

Note: This API is now obsolete.

Returns a disk device object name for a specified SCSI address.

Namespace:  Arsenal.ImageMounter.IO
Assembly:  Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax
[ObsoleteAttribute("Use PnP features instead to find device names. This method is not guaranteed to return the correct intended device.")]
public static string GetDeviceNameByScsiAddressAndSize(
	NativeFileIOSCSI_ADDRESS scsi_address,
	long disk_size
)

Parameters

scsi_address
Type: Arsenal.ImageMounter.IONativeFileIOSCSI_ADDRESS
disk_size
Type: SystemInt64

Return Value

Type: String
See Also