LVM_GETGROUPMETRICS (Windows CE 5.0)
This message retrieves the metrics of a group.
To send this message, call the SendMessage function.
lResult = SendMessage( (HWND) hWndControl, (UINT) LVM_GETGROUPMETRICS, (WPARAM) wParam, // = (WPARAM) (WPARAM) wParam; (LPARAM) lParam // = (LPARAM) (PLVGROUPMETRICS) pGroupMetrics;);
Parameters
- wParam
Must be NULL. - pGroupMetrics
Pointer to an LVGROUPMETRICS structure that receives the retrieved metrics.
Return Value
The return value is not used.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Commctrl.h.
See Also
Send Feedback on this topic to the authors