LILKEYDOWN

typedef struct _LILKEYDOWN 
{ 
   L_UINT uStructSize; 
   WORD wVKey; 
   L_UINT flags; 
} LILKEYDOWN, * pLILKEYDOWN; 

The LILKEYDOWN structure contains information pertaining to a key down event.

Member

Description

uStructSize

Size of the structure. Use sizeof(LILKEYDOWN) to calculate this value.

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.

Help Version 20.0.2020.4.5
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help