GetTriggerKeyStatus
This function will get scan key status.
DWORD GetTriggerKeyStatus
{
}
Parameters
None.
Return Values
The return value 1 indicates that scan key is enable. The return value 0 indicates that scan key is disable.
Example
if(GetTriggerKeyStatus())
AfxMessageBox(_T("scan
key
ensable!"));
else
AfxMessageBox(_T("scan
key
disable!"));
Requirements
OS Versions:
Windows CE 4.2 and later.
Header:
scanapiax.h
Link Library:
scanapiax.lib
Link DLL:
scanapiax.dll
Device:
PT80
Programming Manual
61