This function is called by the MDD to retrieve keyboard events after the SYSINTR_KEYBD signal is sent.
INT WINAPI KeybdPdd_GetEvent( UINT32 VirtualKeys[16], KEY_STATE_FLAGS KeyEvents[16] );
Number of key events; a value of 0 is allowed.
This function supports the implementation of the Keyboard Driver PDD.