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)
Syntaxpublic static Nullable<NativeFileIO.SCSI_ADDRESS> GetScsiAddressForNtDevice(
string NtDevicePath
)
Public Shared Function GetScsiAddressForNtDevice (
NtDevicePath As String
) As Nullable(Of NativeFileIO.SCSI_ADDRESS)
public:
static Nullable<NativeFileIO.SCSI_ADDRESS> GetScsiAddressForNtDevice(
String^ NtDevicePath
)
static member GetScsiAddressForNtDevice :
NtDevicePath : string -> Nullable<NativeFileIO.SCSI_ADDRESS>
Parameters
- NtDevicePath
- Type: System.String
Path to device.
Return Value
Type:
Nullable<NativeFileIO.SCSI_ADDRESS>
See Also