March 29, 2024

Dynamic Windows Function [dw_tree_item_set_data]

Syntax

void dw_tree_item_set_data(HWND handle, HTREEITEM item, void *itemdata)

Parameters

HWND handle: Handle to the tree containing the item.
HTREEITEM item: Handle of the item to be modified.
void *itemdata: User defined data to be associated with item.

Description

Sets the item data of a tree item.