Argox PT-10 Instrukcja Użytkownika Strona 66

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 79
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 65
TriggerKeyStatus
This function will get scan key press status.
DWORD TriggerKeyStatus
{
}
Parameters
None.
Return Values
The return value 1 indicates that scan key is pressed. The return value 0 indicates that scan key is released.
Example
if(TriggerKeyStatus())
AfxMessageBox(_T("scan key pressed!"));
else
AfxMessageBox(_T("scan key release!"));
Requirements
OS Versions: Windows CE 5.0 and later.
Header: scanapiax.h
Link Library: scanapiax.lib
Link DLL: scanapiax.dll
Device: PT60
Programming Manual 63
Przeglądanie stron 65
1 2 ... 61 62 63 64 65 66 67 68 69 70 71 ... 78 79

Komentarze do niniejszej Instrukcji

Brak uwag