Share via


PFN_KEYBD_DRIVER_INITIALIZE (Windows Embedded CE 6.0)

1/6/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

Return Value

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

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

See Also

Reference

Keyboard Driver MDD Functions
PFN_KEYBD_EVENT_CALLBACK