KEYBD_PDD (Windows CE 5.0)
This structure contains information about the keyboard driver platform dependent driver (PDD).
typedef struct tagKEYBD_PDD { WORD wPddMask; LPCTSTR pszName; PFN_KEYBD_PDD_POWER_HANDLER pfnPowerHandler; PFN_KEYBD_PDD_TOGGLE_LIGHTS pfnToggleLights;} KEYBD_PDD, *PKEYBD_PDD;
Members
- wPddMask
Matches the keyboard layout with its PDD. - pszName
Identifies PDD to user. - pfnPowerHandler
Pointer to a PFN_KEYBD_PDD_POWER_HANDLER function. - pfnToggleLights
Pointer to a PFN_KEYBD_PDD_TOGGLE_LIGHTS function.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Keybdpdd.h.
See Also
PFN_KEYBD_PDD_POWER_HANDLER | PFN_KEYBD_PDD_TOGGLE_LIGHTS
Send Feedback on this topic to the authors