1 2 3 4 5 6 7 8 9 10 11 12 13 14 | MCEIR API Description (developpers restricted area) ======================================================================== BOOL WINAPI MceIrRegisterEvents(HWND hWnd) ------------------------------------------ To register the window that will receives messages on keystroke events (from MceIr only) (IR code analysis is automatically suspended during a learning phase) hWnd : handle to the window which will receives WM_USER messages wParam values is ID_MCEIR_KEYCODE LOWORD(lParam) contains the key code (see MceIr.h for the list) HIWORD(lParam) contains the repeat count (0 means a new keystroke) returns TRUE is successfull |
1 2 | Alias "MceIrRegisterEvents" (ByVal hWnd As Long) As Long |
1 2 3 | ,_ ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As Long) As Long |
|
Forum Opties | |
---|---|
Forumhop: | |
Hop naar: |