Previous Topic

Next Topic

Book Contents

Book Index

GetII2LNMinorVersion

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

See Also

Identification functions

GetII2LNMajorVersion

GetII2LNBuildNumber

GetII2LNVersion