Click or drag to resize

NativeFileIO.GetScsiAddressForNtDevice Method

Retrieves status of write overlay for mounted device.

Namespace:  Arsenal.ImageMounter.IO
Assembly:  Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax
public static Nullable<NativeFileIO.SCSI_ADDRESS> GetScsiAddressForNtDevice(
	string NtDevicePath
)

Parameters

NtDevicePath
Type: System.String
Path to device.

Return Value

Type: Nullable<NativeFileIO.SCSI_ADDRESS>
See Also