8/28/2008
The function based on this prototype initializes the keyboard driver one time only.
typedef void (*PFN_KEYBD_DRIVER_INITIALIZE)(
PFN_KEYBD_EVENT_CALLBACK pfnKeybdEventCallback
);
- pfnKeybdEventCallback
-
[in] Pointer to a PFN_KEYBD_EVENT_CALLBACK function used as the callback into the input system.
TRUE indicates success. FALSE indicates failure. To obtain extended error information, call the GetLastError function.
This function starts an interrupt service thread (IST) and performs any other driver initialization.
| Header | keybddr.h |
| Library | layoutmanager.lib |
| Windows Embedded CE | Windows CE 1.0 and later |
| Windows Mobile | Windows Mobile Version 5.0 and later |
Reference
PFN_KEYBD_EVENT_CALLBACK