PT-9230 Mobile Computer SDK Programming Manual
22
GoodReadLEDOn
To turn ON or OFF the goodread LED.
DWORD
GoodReadLEDOn
{
BOOL
bOn
}
Parameters
bOn
[in] Flag that indicates whether to turn ON(TRUE) or OFF(FALSE) the goodread LED.
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
.
Example
DWORD dwResult;
dwResult = GoodReadLEDOn(TRUE);
if(dwResult != E_FUNC_SUCCEED)
AfxMessageBox(_T("GoodReadLEDOn fail"));
Requirements
OS Versions:
Windows CE 6.0 or beyond.
Header:
sysapiax.h
Link Library:
sysapiax.lib
Link DLL:
sysapiax.dll
Device:
PT90