PT-9230 Mobile Computer SDK Programming Manual 105
PT_CheckBarcodeData
To Check whether there is scanned barcode data available in system buffer.
BOOL PT_CheckBarcodeData
{
}
Parameters
None
Returned Values
This function returns TRUE if there is scanned barcode data in system buffer and FALSE if there is no scanned
barcode data in system buffer.
Example
if(PT_CheckBarcodeData())
m_strScanData = _T("There are barcode data in system buffer");
else
m_strScanData = _T("There are no barcode data in system buffer ");
Requirements
OS Versions: Windows CE 6.0 or beyond.
Header: scanapiax.h
Link Library: scanapiax.lib
Link DLL: scanapiax.dll
Device: PT90