KEYBD_PDD (Windows CE 5.0)

Send Feedback

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

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.