LILITEMSEL

typedef struct _LILITEMSEL
{

   L_INT32 lStructSize;
   HWND hWnd ;
   L_INT32 lItem;

} LILITEMSEL, L_FAR* pLILITEMSEL;

The LILITEMSEL contains information about the selected item.

Member

Description

lStructSize

Size of the structure.

hWnd

Window handle for the control.

lItem

Index of the selected item.

Comments

This structure is used by the LImageListControl::ItemSelected function and the L_ILN_ITEMSEL command notification.