PT-9230 Mobile Computer SDK Programming Manual
93
S2K_IsLoad
To Check if the application program scan.exe(scan barcode and send the scanned data into key buffer) is executing.
BOOL
S2K_IsLoad
{
}
Parameters
None
Return Values
The returned value TRUE indicates that scan.exe is running. The returned 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 6.0 or beyond.
Header:
scanapiax.h
Link Library:
scanapiax.lib
Link DLL:
scanapiax.dll
Device:
PT90