KeybdDriverInitialize
This function does one-time-only keyboard driver initialization.
void KeybdDriverInitialize(
PFN_KEYBD_EVENT_CALLBACK pfnKeybdEventCallback
);
Parameters
- pfnKeybdEventCallback
[in] Pointer to a function used as the callback into the input system.
Return Values
TRUE indicates success. FALSE indicates failure. To obtain extended error information, call the GetLastError function.
Remarks
This function should start a driver interrupt service thread and perform any other driver initialization.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Keybddr.h.
Link Library: LayoutManager.lib.
See Also
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.