The HDM_HITTEST message tests a point to determine which header item, if any, is at the specified point.
HDM_HITTEST wParam = 0; lParam = (LPARAM) (HD_HITTESTINFO FAR *) phdhti;
Returns the index of the item at the specified position, if any, or - 1 otherwise.