Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.11.1
LEADTOOLS Raster Imaging C DLL Help

LILKEYDOWN

Show in webframe

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 this structure in bytes, for versioning. Use the sizeof() macro 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.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.