Description:
Return the minor version of the installed VCII2LN.DLL. If the full release is "1.2.0.8", this function return the number 2.
Declaration:
Declare Function GetII2LNMinorVersion Lib "VCII2LN.DLL" () As Integer
Returns:
The minor version as an Integer
Usage:
Dim iMinorVersion As Integer
iMinorVersion = GetII2LNMinorVersion()
Introduced in version:
1.2.0.0