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 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