KEYBD_PDD
Other versions of this page are also available for the following:
8/28/2008
This structure contains information about the keyboard driver platform dependent driver (PDD).
Syntax
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
Header | keybdpdd.h |
Windows Embedded CE | Windows CE 1.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |