NativeFileIOGetScsiAddressForNtDevice 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<NativeFileIOSCSI_ADDRESS> GetScsiAddressForNtDevice(
string NtDevicePath
)
Public Shared Function GetScsiAddressForNtDevice (
NtDevicePath As String
) As Nullable(Of NativeFileIOSCSI_ADDRESS)
public:
static Nullable<NativeFileIOSCSI_ADDRESS> GetScsiAddressForNtDevice(
String^ NtDevicePath
)
static member GetScsiAddressForNtDevice :
NtDevicePath : string -> Nullable<NativeFileIOSCSI_ADDRESS>
Parameters
- NtDevicePath
- Type: SystemString
Path to device.
Return Value
Type:
NullableNativeFileIOSCSI_ADDRESSSee Also