March 28, 2024

Dynamic Windows Function [dw_listbox_get_text]

Syntax

void dw_listbox_get_text(HWND handle, unsigned int index, char *buffer, unsigned int length)

Parameters

HWND handle: Handle to the listbox to be queried.
unsigned int index: Index into the list to be queried.
char *buffer: Buffer where text will be copied.
unsigned int length: Length of the buffer (including NULL).

Description

Copies the given index item's text into buffer.