Skip to content

Latest commit

 

History

History
65 lines (37 loc) · 1.6 KB

lvm-getgroupinfo.md

File metadata and controls

65 lines (37 loc) · 1.6 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
LVM_GETGROUPINFO message (Commctrl.h)
Gets group information.
72d84e0b-121e-473b-a34d-874234c598b6
LVM_GETGROUPINFO message Windows Controls
apiref
LVM_GETGROUPINFO
Commctrl.h
HeaderDef
reference
05/31/2018

LVM_GETGROUPINFO message

Gets group information.

Parameters

wParam

An ID that specifies the group whose information is retrieved.

lParam

A pointer an LVGROUP structure that receives the retrieved information. Set the cbSize member of this structure to sizeof(LVGROUP).

Return value

Returns the ID of the group if successful, or -1 otherwise.

Remarks

Before attempting to retrieve the header for a group, first ensure that the group does not have the LBGS_NOHEADER style.

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
Commctrl.h