Header_OrderToIndex macro (commctrl.h)

Retrieves an index value for an item based on its order in the header control. You can use this macro or send the HDM_ORDERTOINDEX message explicitly.

Syntax

void Header_OrderToIndex(
   hwnd,
   i
);

Parameters

hwnd

Type: HWND

A handle to a header control.

i

Type: int

The order that the item appears within the header control, from left to right. The index value of the item in the far left column would be 0, the next item to the right would be 1, and so on.

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