LB_GETLISTBOXINFO message

Gets the number of items per column in a specified list box.

Parameters

wParam

This parameter is not used; it must be zero.

lParam

This parameter is not used; it must be zero.

Return value

The return value is the number of items per column.

Remarks

This message is equivalent to GetListBoxInfo.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Winuser.h (include Windows.h)

See also

GetListBoxInfo