Click or drag to resize

ScsiAdapterGetDriverSubVersion Method

Retrieves the sub version of the driver. This is not the same as the API compatibility version checked for by CheckDriverVersion method. The version record returned by this GetDriverSubVersion method can be used to find out whether the latest version of the driver is loaded, for example to show a dialog box asking user whether to upgrade the driver. If driver does not support this version query, this method returns Nothing/null.

Namespace:  Arsenal.ImageMounter
Assembly:  Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax
public Version GetDriverSubVersion()

Return Value

Type: Version
See Also