This topic has not yet been rated - Rate this topic

PFN_KEYBD_DRIVER_INITIALIZE (Windows CE 5.0)

Windows CE 5.0
Send Feedback

The function based on this prototype initializes the keyboard driver one time only.

typedef void (*PFN_KEYBD_DRIVER_INITIALIZE)(
  PFN_KEYBD_EVENT_CALLBACK pfnKeybdEventCallback
);

Parameters

pfnKeybdEventCallback
[in] Pointer to a PFN_KEYBD_EVENT_CALLBACK 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 starts an interrupt service thread (IST) and performs any other driver initialization.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Keybddr.h.
Link Library: LayoutManager.lib.

See Also

PFN_KEYBD_EVENT_CALLBACK


Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.


Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.