Api_reset – Argox PT-9130 User Manual

Page 197

Advertising
background image

PT-90 Mobile Computer SDK Programming Manual 190

API_Reset

To Reset the scanner settings to default.

BOOL API_Reset

{

}

Parameters

None

Returned Values

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

Example

if(API_Reset())

AfxMessageBox(_T("Reset Succeed"));

else

AfxMessageBox(_T("Reset Fail"));

Requirements

OS Versions: Windows CE 6.0 or beyond.

Header: scanapiax.h

Link Library: scanapiax.lib

Link DLL: scanapiax.dll
Device: PT90

Advertising