PT-9230 Mobile Computer SDK Programming Manual
110
GetLibraryVersion
To Get Library Version information.
int
GetLibraryVersion
{
}
Parameters
None
Returned Values
The version information, for example, if the returned value is 401, it means that dll version is 4.01
Example
int nVersion;
CString strTemp;
nVersion = GetLibraryVersion();
strTemp.Format(_T("Version = %d"), nVersion);
AfxMessageBox(strTemp);
Requirements
OS Versions:
Windows CE 6.0 or beyond.
Header:
scanapiax.h
Link Library:
scanapiax.lib
Link DLL:
scanapiax.dll
Device:
PT90