LVM_INSERTGROUPSORTED Message


This is preliminary documentation and is subject to change.

Inserts a sorted group.

To send this message, call the SendMessage function as follows.
lResult = SendMessage(     // returns nothing in lResult
   (HWND) hWndControl,     // handle to destination control
   (UINT) LVM_INSERTGROUPSORTED,     // message ID
   (WPARAM) wParam,     // = (WPARAM) (LVINSERTGROUPSORTED) structInsert
   (LPARAM) lParam     // = (LPARAM) (LPARAM) lParam
);

Parameters

structInsert
[in] Pointer to an LVINSERTGROUPSORTED structure that contains the sorted group to insert.
lParam
[in] Must be NULL.

Return Value

The return value is not used.

Message Requirements

Headercommctrl.h
Minimum operating systems Windows NT Whistler


© 2000 Microsoft Corporation. All rights reserved. Terms of use.