Programming Manual
57
SCAN_ResumeSystem
Enable/Disable scan key to resume system
DWORD SCAN_ResumeSystem
{
BOOL
bOn
}
Parameters
bOn
[in] Flag that indicates whether enable scankey to resume system(TRUE) or disable scankey to resume
system(FALSE).
Return Values
Return 0 if function succeed; otherwise return E_FUNC_ERROR.
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 5.0 and later.
Header:
scanapiax.h
Link Library:
scanapiax.lib
Link DLL:
scanapiax.dll
Device:
PT61