KeybdDriverInitialize

This function does one-time-only keyboard driver initialization.

Syntax

void KeybdDriverInitialize( PFN_KEYBD_EVENT_CALLBACK pfnKeybdEventCallback );

Parameters

pfnKeybdEventCallback
Pointer to a function used as the callback into the input system.

Return Values

TRUE indicates success. FALSE indicates failure. Extended error information is available through GetLastError.

Remarks

This function should call the KeybdPdd_InitializeDriver function, then start a driver interrupt service thread.

This function is defined in the Keybdmdd.cpp file.