Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function retrieves keyboard events after the keyboard system interrupt is signaled. It is called by the upper layer.
typedef void (*PFN_KEYBD_EVENT)( UINT uiPddId, UINT32 uiScanCode, BOOL fKeyDown);
Parameters
- uiPddId
[in] Index of the PDD. - uiScanCode
[out] Scan code of the key press or key release. - fKeyDown
[out] TRUE for key press, FALSE for key release.
Return Values
None.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Keybdpdd.h.
Send Feedback on this topic to the authors