KeybdPdd_GetEvent

This function is called by the MDD to retrieve keyboard events after the SYSINTR_KEYBD signal is sent.

Syntax

INT WINAPI KeybdPdd_GetEvent( UINT32 VirtualKeys[16], KEY_STATE_FLAGS KeyEvents[16] );

Parameters

VirtualKeys[16]
Specifies the buffer in which to put detected virtual keys.
KeyEvents[16]
Specifies the buffer in which to put key state flags.

Return Values

Number of key events; a value of 0 is allowed.

Remarks

This function supports the implementation of the Keyboard Driver PDD.