Programming Manual
70
GetLibraryVersion
Get library version number.
int GetLibraryVersion
{
}
Parameters
None
Return Values
The version number. If the return value is 101, it means that dll version is 1.01
Example
int nVersion;
CString strTemp;
nVersion = GetLibraryVersion();
strTemp.Format(_T("Version = %d"), nVersion);
AfxMessageBox(strTemp);
Requirements
OS Versions:
Windows CE 5.0 and later.
Header:
scanapiax.h
Link Library:
scanapiax.lib
Link DLL:
scanapiax.dll
Device:
PT61