LILCLICK
typedef struct _LILCLICK
{
   L_INT32 lStructSize;
   HWND hWnd;
    L_INT xPos;
    L_INT yPos; 
} LILCLICK, L_FAR* pLILCLICK;
The LILCLICK structure contains information pertaining to a click event.
| Member | Description | 
| lStructSize | Size of the structure. | 
| hWnd | Window handle for the control. | 
| xPos | X coordinate of the cursor position. | 
| yPos | Y coordinate of the cursor position. | 
Comments
This structure is used by the L_ILN_CLICKED and L_ILN_DBLCLCK command notifications.