Share via


Header_OrderToIndex

This macro retrieves an index value for an item based on its order in the header control.

int Header_OrderToIndex(
HWND hwndHD, 
int iOrder );

Parameters

  • hwndHD
    Handle to a header control.
  • iOrder
    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 Values

Returns an INT that specifies the index of the item. If iOrder is invalid, (that is, negative or too large) the return value equals iOrder.

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 2.0 and later Commctrl.h   Commctrl.lib

Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

See Also

HDM_ORDERTOINDEX

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.