LILKEYDOWN

Summary

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

Syntax

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

Members

uStructSize

Size of this structure in bytes, for versioning. Use the sizeof() operator to calculate this value.

wVKey

Virtual key code indicating the key that is down.

flags

Always 0.

Comments

The structure is used by:

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

LEADTOOLS Raster Imaging C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.