TabCtrl_HitTest macro (commctrl.h)

Determines which tab, if any, is at a specified screen position. You can use this macro or send the TCM_HITTEST message explicitly.

Syntax

void TabCtrl_HitTest(
   hwndTC,
   pinfo
);

Parameters

hwndTC

Type: HWND

Handle to the tab control.

pinfo

Type: LPTCHITTESTINFO

Pointer to a TCHITTESTINFO structure that specifies the screen position to test.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header commctrl.h