Share via


PFN_KEYBD_EVENT (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.