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
)
<ObsoleteAttribute("Use PnP features instead to find device names. This method is not guaranteed to return the correct intended device.")>
Public Shared Function GetDeviceNameByScsiAddressAndSize (
scsi_address As NativeFileIOSCSI_ADDRESS,
disk_size As Long
) As String
public:
[ObsoleteAttribute(L"Use PnP features instead to find device names. This method is not guaranteed to return the correct intended device.")]
static String^ GetDeviceNameByScsiAddressAndSize(
NativeFileIOSCSI_ADDRESS scsi_address,
long long disk_size
)
[<ObsoleteAttribute("Use PnP features instead to find device names. This method is not guaranteed to return the correct intended device.")>]
static member GetDeviceNameByScsiAddressAndSize :
scsi_address : NativeFileIOSCSI_ADDRESS *
disk_size : int64 -> string
Parameters
- scsi_address
- Type: Arsenal.ImageMounter.IONativeFileIOSCSI_ADDRESS
- disk_size
- Type: SystemInt64
Return Value
Type:
StringSee Also