This event may return TRUE if it uses the key or FALSE, and the key will be passed to the parent control to see if it wants to process it.
static int OnKeyCommon( name )( PSI_CONTROL control, _32 key ) { // a new key event has happened to this focused control. // the key passed may be parsed with macros from keybrd.h // that is, a key is a bit packed event described by keybrd.h }