typedef struct tagLVHITTESTINFO { POINT pt; UINT flags; int iItem; #if (_WIN32_IE >= 0x0300) int iSubItem; #endif } LVHITTESTINFO, *LPLVHITTESTINFO;