Scan_resumesystem – Argox PT-9130 User Manual
Page 205

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
. If this action fails, possible returned values are
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