Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Inserts a group into an ordered list of groups.
Parameters
- 
wParam
 - Pointer to an LVINSERTGROUPSORTED structure that contains the group to insert.
 - 
lParam
 - Must be **NULL**.
 
Return value
The return value is not used.
Remarks
The ordering of the list is based on the ID of the group. The order is defined by the application-defined ordering function, LVGroupCompare, that is passed in the LVINSERTGROUPSORTED structure by the wParam parameter.
Note
To use this message, you must provide a manifest specifying Comclt32.dll version 6.0. For more information on manifests, see Enabling Visual Styles.
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | 
Windows Vista [desktop apps only] | 
| Minimum supported server | 
Windows Server 2003 [desktop apps only] | 
| Header | 
  | 
See also
- 
Reference