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