Scan_resumesystem – Argox PT-9130 User Manual

Page 205

Advertising
background image

PT-90 Mobile Computer SDK Programming Manual 198

SCAN_ResumeSystem

To Enable/Disable scan key to resume system

DWORD SCAN_ResumeSystem

{

BOOL

bOn

}

Parameters

bOn

[in] Flag that indicates whether to Enable(TRUE) scan key to resume system or Disable(FALSE) scan key

to resume system.

Returned Values

If this action succeeds, the returned value is

E_FUNC_SUCCEED

. If this action fails, possible returned values are

E_FUNC_ERROR

,

E_FUNC_PAR_ERROR

,

E_FUNC_SCANNER_NOT_OPEN

.

Example

//Enable scan key to resume system

if(SCAN_ResumeSystem(1) == 0)

AfxMessageBox(_T("Enable scan key to resume system succeed"));

else

AfxMessageBox(_T("Enable scan key to resume system fail"));

Requirements

OS Versions: Windows CE 6.0 or beyond.

Header: scanapiax.h

Link Library: scanapiax.lib

Link DLL: scanapiax.dll
Device: PT90

Advertising