Share via


LVM_GETHEADER

This message retrieves the handle to the header control used by the list-view control.

LVM_GETHEADER wParam = 0; 
  lParam = 0;

Parameters

  • wParam
    Not used.
  • lParam
    Not used.

Return Values

Returns the handle to the header control.

Requirements

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

See Also

ListView_GetHeader | List-View Controls Messages

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.