Dynamic Windows Function [dw_tree_item_get_data]
Syntax
void * dw_tree_item_get_data(HWND handle, HTREEITEM item)
Parameters
HWND handle: Handle to the tree containing the item.
HTREEITEM item: Handle of the item to be modified.
Returns
void * A pointer to tree item data or NULL on failure.
Description
Gets the item data of a tree item.