April 19, 2024

Dynamic Windows Function [dw_listbox_set_text]

Syntax

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

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.

Description

Sets the text of a given listbox entry.