Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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