LVM_HASGROUP (Windows CE 5.0)
This message determines whether the list-view control has a specified group.
To send this message, call the SendMessage function.
lResult = SendMessage( (HWND) hWndControl, (UINT) LVM_HASGROUP, (WPARAM) wParam, // = (WPARAM) (int) dwGroupId; (LPARAM) lParam // = (LPARAM) (LPARAM) lParam;);
Parameters
- dwGroupId
Identifier (ID) of the group. - lParam
Must be NULL.
Return Values
Returns TRUE if the list-view control has the specified group, or FALSE otherwise.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Commctrl.h.
See Also
Send Feedback on this topic to the authors