LILKEYDOWN
typedef struct _LILKEYDOWN
{
   WORD wVKey;
   L_UINT flags; 
} LILKEYDOWN, L_FAR* pLILKEYDOWN;
The LILKEYDOWN structure contains information pertaining to a key down event.
| Member | Description | 
| wVKey | Virtual key code indicating the key that is down. | 
| flags | Always 0. | 
Comments
This structure is used by the L_ILN_KEYDOWN command notification.