KeybdPdd_InitializeDriver

This function is called by the keyboard driver MDD to initialize the keyboard hardware.

Syntax

BOOL WINAPI KeybdPdd_InitializeDriver( PFN_KEYBD_EVENT_CALLBACK pfnKeybdEventCallback );

Parameters

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

Remarks

This function supports the implementation of the keyboard driver PDD.