LVM_REMOVEGROUP (Windows CE 5.0)

Send Feedback

This message removes a group from a list-view control.

To send this message, call the SendMessage function.

lResult = SendMessage(   (HWND) hWndControl,   (UINT) LVM_REMOVEGROUP,   (WPARAM) wParam,    // = (WPARAM) (int) iGroupId;   (LPARAM) lParam     // = (LPARAM) (LPARAM) lParam;);

Parameters

  • iGroupId
    Identifier (ID) that specifies the group to remove.
  • lParam
    Must be NULL.

Return Values

Returns the index of the group if successful, or -1 otherwise.

Requirements

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

See Also

List-View Controls Messages

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.