Argox PT-10 Instrukcja Użytkownika Strona 20

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 79
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 19
SendKbdVisualKey
This function sends a visual key to key buffer.
DWORD SendKbdVisualKey
{
BYTE Key
}
Parameters
Key
[in] Specifies a virtual-key code.
Return Values
If function succeeds, the return value is
E_FUNC_SUCCEED. If function fails, possible return value are
E_FUNC_ERROR, E_FUNC_PAR_ERROR.
Example
CString strTemp;
strTemp = "VisualKey";
for(int i=0;i<strTemp.GetLength();i++)
SendKbdVisualKey((unsigned char)strTemp.GetAt(i));
Requirements
OS Versions: Windows CE 5.0 and later.
Header: sysapiax.h
Link Library: sysapiax.lib
Link DLL: sysapiax.dll
Device: PT60
Programming Manual 17
Przeglądanie stron 19
1 2 ... 15 16 17 18 19 20 21 22 23 24 25 ... 78 79

Komentarze do niniejszej Instrukcji

Brak uwag