Determines where a point lies in a toolbar control.
TB_HITTEST
wParam = 0;
lParam = (LPARAM)(LPPOINT)pptHitTest;
Returns an integer value. If the return value is zero or a positive value, it is the zero-based index of the nonseparator item in which the point lies.
If the return value is negative, the point does not lie within a button. The absolute value of the return value is the index of a separator item or the nearest nonseparator item.
Version 4.00 and later of Comctl32.dll
Windows NT/2000: Requires Windows NT 4.0 or later