GetListBoxInfo function (winuser.h)

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

Syntax

DWORD GetListBoxInfo(
  [in] HWND hwnd
);

Parameters

[in] hwnd

Type: HWND

A handle to the list box whose number of items per column is to be retrieved.

Return value

Type: DWORD

The return value is the number of items per column.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header winuser.h (include Windows.h)
Library User32.lib
DLL User32.dll
Redistributable Service Pack 6

See also

GetComboBoxInfo