Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
Windows Mobile Supported Windows Embedded CE Supported
4/14/2010

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

Syntax

typedef void (*PFN_KEYBD_DRIVER_INITIALIZE)(
  PFN_KEYBD_EVENT_CALLBACK 
pfnKeybdEventCallback
);

Parameters

pfnKeybdEventCallback

[in] Pointer to a PFN_KEYBD_EVENT_CALLBACKfunction used as the callback into the input system.

Return Value

TRUE indicates success. FALSE indicates failure. To obtain extended error information, call the GetLastErrorfunction.

Remarks

This function starts an interrupt service thread (IST) and performs any other driver initialization.

Requirements

Header keybddr.h
Library layoutmanager.lib
Windows Embedded CE Windows CE 1.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also