PFN_KEYBD_PDD_ENTRY (Windows CE 5.0)
This function initializes the keyboard driver platform dependent driver (PDD).
typedef BOOL (*PFN_KEYBD_PDD_ENTRY)( UINT uiPddId, PFN_KEYBD_EVENT pfnKeybdEvent, PKEYBD_PDD *ppKeybdPdd);
Parameters
- uiPddId
[in] Index of the PDD. - pfnKeybdEvent
[in] Pointer to a PFN_KEYBD_EVENT function. - ppKeybdPdd
[in] Pointer to a KEYBD_PDD structure.
Return Values
None.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Keybdpdd.h.
See Also
Send Feedback on this topic to the authors