Pt_checkbarcodedata – Argox PT-9130 User Manual

Page 213

Advertising
background image

PT-90 Mobile Computer SDK Programming Manual 206

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

Advertising