April 25, 2024

Dynamic Windows Function [dw_listbox_count]

Syntax

int dw_listbox_count(HWND handle)

Parameters

HWND handle: Handle to the listbox to be counted.

Returns

int The number of items in the listbox.

Description

Returns the listbox's item count.