PFN_KEYBD_DRIVER_INITIALIZE_EX2 (Compact 7)

3/12/2014

The function based on this prototype initializes the keyboard driver.

Syntax

typedef void (*PFN_KEYBD_DRIVER_INITIALIZE_EX2)(
  PFN_KEYBD_EVENT_CALLBACK_EX2 pfnKeybdEventCallbackEx2
);

Parameters

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_eventEx to send keyboard events.

Requirements

Header

keybddr.h

Library

layoutmanager.lib

See Also

Reference

Keyboard Driver MDD Functions