LVM_GETGROUPCOUNT (Windows CE 5.0)
This message gets the number of available groups for the list-view control.
lResult = SendMessage( (hwnd) hwndControl, LVM_GETGROUPCOUNT, (WPARAM) wparam, (LPARAM) lparam);
Parameters
- wparam
Must be NULL. - lparam
Must be NULL.
Return Values
Returns an int
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Commctrl.h.
See Also
ListView_GetGroupCount | List-View Controls Messages
Send Feedback on this topic to the authors