LVM_HASGROUP (Windows CE 5.0)

Send Feedback

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

List-View Controls Messages

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.