Compartir a través de


HDM_ORDERTOINDEX (Windows CE 5.0)

Send Feedback

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

HDM_ORDERTOINDEXwParam = (WPARAM)iOrder;lParam= 0;

Parameters

  • iOrder
    Order in which the item appears within the header control, from left to right. For example, the index value of the item in the far left column would be 0. The value for the next item to the right would be 1, and so on.
  • lParam
    Not used.

Return Values

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

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Commctrl.h.

See Also

Header Controls Messages | Header_OrderToIndex

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.