LVM_REMOVEALLGROUPS (Windows CE 5.0)

Send Feedback

This message removes all groups from a list-view control.

To send this message, call the SendMessage function.

lResult = SendMessage(    (HWND) hWndControl,   (UINT) LVM_REMOVEALLGROUPS,   (WPARAM) wParam,     // = (WPARAM) (WPARAM) wParam;   (LPARAM) lParam      // = (LPARAM) (LPARAM) lParam;);

Parameters

  • wParam
    Must be NULL.
  • lParam
    Must be NULL.

Return Values

The return value is not used.

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.