KeybdPdd_InitializeDriver

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

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.

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 1.0 and later      

Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.