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()
Public Function GetDriverSubVersion As Version
public:
Version^ GetDriverSubVersion()
member GetDriverSubVersion : unit -> Version
Return Value
Type:
VersionSee Also