Argox PT-10 Manuel d'utilisateur Page 27

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 79
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 26
RegisterAlphaKeyNotification
Register the application to SYSAPIAX.dll, so that SYSAPIAX.dll will send a windows message to the application when the
alpha key pressed.
DWORD RegisterAlphaKeyNotification
{
HANDLE hWnd,
UINT uMsg
}
Parameters
hWnd
[in] The window handle of the application that is to receive the message.
uMsg
[in] The message value that is to be sent when alpha key pressed.
Return Values
Return 0 if the operation is successful, otherwise return 1.
Remarks
The application should call UnregisterAlphaKeyNotification function to unregister message from the dll.
Example
if(RegisterAlphaKeyNotification(this->m_hWnd,WM_USER+0x0001))
AfxMessageBox(_T("RegisterAlphaKeyNotification FAIL!!"));
Requirements
OS Versions: Windows CE 5.0 and later.
Header: sysapiax.h
Link Library: sysapiax.lib
Link DLL: sysapiax.dll
Device: PT60
Programming Manual 24
Vue de la page 26
1 2 ... 22 23 24 25 26 27 28 29 30 31 32 ... 78 79

Commentaires sur ces manuels

Pas de commentaire