Argox pt-80 Mode D'Emploi

Page de 76
 
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 4.2 and later. 
 
 
Header: scanapiax.h 
 
 
Link Library: scanapiax.lib 
Link DLL: scanapiax.dll 
Device: PT80
Programming Manual                                                                                            60