LVM_GETGROUPMETRICS Message


This is preliminary documentation and is subject to change.

Retrieves the metrics of a 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_GETGROUPMETRICS,     // message ID
   (WPARAM) wParam,     // = (WPARAM) (WPARAM) wParam
   (LPARAM) lParam     // = (LPARAM) (PLVGROUPMETRICS) pGroupMetrics
);

Parameters

wParam
[in] Must be NULL.
pGroupMetrics
[in] Pointer to an LVGROUPMETRICS structure that receives the retrieved metrics.

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.