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. |
This structure is used by the L_ILN_KEYDOWN command notification.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
