LVM_SETGROUPINFO (Windows CE 5.0)
This message sets group information.
To send this message, call the SendMessage function.
lResult = SendMessage( (HWND) hWndControl, (UINT) LVM_SETGROUPINFO, (WPARAM) wParam, // = (WPARAM) (int) iGroupId; (LPARAM) lParam // = (LPARAM) (PLVGROUP) pgrp;);
Parameters
- iGroupId
Identifier (ID) that specifies the group whose information is to be set. - pgrp
Pointer to an LVGROUP structure that contains the information to set.
Return Values
Returns the ID of the group if successful, or -1 otherwise.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Commctrl.h.
See Also
Send Feedback on this topic to the authors