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
)
Public Shared Function CheckDriverVersion (
SafeFileHandle As SafeFileHandle
) As Boolean
public:
static bool CheckDriverVersion(
SafeFileHandle^ SafeFileHandle
)
static member CheckDriverVersion :
SafeFileHandle : SafeFileHandle -> bool
Parameters
- SafeFileHandle
- Type: Microsoft.Win32.SafeHandlesSafeFileHandle
Return Value
Type:
BooleanSee Also