Elated, Unctions, Pt_openscan2key – Argox PT-9130 User Manual

Page 208: Scan2key related functions

Advertising
background image

PT-90 Mobile Computer SDK Programming Manual 201

Scan2Key Related Functions

PT_OpenScan2Key

To Execute scan.exe to scan barcode and send the scanned data into terminal key buffer.

BOOL PT_OpenScan2Key

{

}

Parameters

None

Returned Values

Returning TRUE if the operation is successful, otherwise, return FALSE.

Example

BOOL bResult;

bResult = PT_OpenScan2Key();

if(!bResult)

AfxMessageBox(_T("PT_OpenScan2Key fail"));

Requirements

OS Versions: Windows CE 6.0 or beyond.

Header: scanapiax.h

Link Library: scanapiax.lib

Link DLL: scanapiax.dll
Device: PT90

Advertising