Click or drag to resize

ScsiAdapterCheckDriverVersion Method (SafeFileHandle)

Checks if version of running Arsenal Image Mounter SCSI miniport servicing this device object is compatible with this API library. If this device object is not created by Arsenal Image Mounter SCSI miniport, an exception is thrown.

Namespace:  Arsenal.ImageMounter
Assembly:  Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax
public static bool CheckDriverVersion(
	SafeFileHandle SafeFileHandle
)

Parameters

SafeFileHandle
Type: Microsoft.Win32.SafeHandlesSafeFileHandle

Return Value

Type: Boolean
See Also