LVM_REMOVEALLGROUPS (Windows CE 5.0)
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
Send Feedback on this topic to the authors