CListCtrl::InsertGroupSorted
Inserts the specified group into an ordered list of groups.
LRESULT InsertGroupSorted(
PLVINSERTGROUPSORTED pStructInsert
);
Parameters
- pStructInsert
A pointer to an LVINSERTGROUPSORTED structure that contains the group to insert.
Return Value
The return value is not used.
Remarks
This member function emulates the functionality of the LVM_INSERTGROUPSORTED message, as described in the Windows SDK.
Requirements
Header: afxcmn.h