Argox pt-80 Mode D'Emploi

Page de 76
 
S2K_IsLoad 
Check the application scan.exe(scan barcode data into key buffer) is running. 
BOOL S2K_IsLoad 
}  
 
Parameters 
 
 
None 
 
Return Values 
The return value TRUE indicates that scan.exe is running. The return value FALSE indicates that scan.exe is not 
running. 
 
 
Example 
 
if(S2K_IsLoad()){ 
   AfxMessageBox(_T("scan.exe 
load")); 
 else 
 
 
AfxMessageBox(_T("scan.exe does not load"));
 
 
Requirements 
 
 
OS Versions: Windows CE 4.2 and later. 
 
 
Header: scanapiax.h 
 
 
Link Library: scanapiax.lib 
Link DLL: scanapiax.dll 
Device: PT80
Programming Manual                                                                                            46