PFN_KEYBD_DRIVER_INITIALIZE_EX
Windows Mobile SupportedWindows Embedded CE Supported
8/28/2008

The function based on this prototype initializes the keyboard driver.

Syntax

typedef void (*PFN_KEYBD_DRIVER_INITIALIZE_EX)(
  PFN_KEYBD_EVENT_CALLBACK_EX pfnKeybdEventCallbackEx
);
Parameters

pfnKeybdEventCallbackEx

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

Return Value

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

Remarks

This function starts a driver interrupt service thread and performs any other driver initialization.

Layout Manager initializes each platform dependent driver (PDD). The callback function passed to this function is used only to send connection information to GWES because Layout Manager uses keybd_event to send keyboard events.

Requirements

Headerkeybddr.h
Librarylayoutmanager.lib
Windows Embedded CEWindows CE .NET 4.0 and later
Windows MobileWindows Mobile Version 5.0 and later
See Also

Reference

PFN_KEYBD_EVENT_CALLBACK_EX

Other Resources

keybd_event

Tags :


Page view tracker