KeybdPdd_DllEntry

This function is called by the MDD on DLL state changes.

Syntax

BOOL WINAPI KeybdPdd_DllEntry( HANDLE hinstDLL, DWORD Op, LPVOID lpvReserved );

Parameters

hinstDLL
Specifies a standard instance handle of the DLL.
Op
Specifies a standard DLL entry parameter.
lpvReserved
Specifies a standard DLL entry parameter.

Remarks

This function supports the implementation of the Keyboard Driver PDD.