S2k_isload – Argox PT-9130 User Manual

Page 201

Advertising
background image

PT-90 Mobile Computer SDK Programming Manual 194

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

Returned 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

Advertising