uLib  User mode C/C++ extended API library for Win32 programmers.

Module Description

Additional tree view APIs...

Functions

bool TreeView_GetItemText (HWND hTree, HTREEITEM hItem, TSTR Buf, UINT BufLen)
 

Function Documentation

◆ TreeView_GetItemText()

bool TreeView_GetItemText ( HWND  hTree,
HTREEITEM  hItem,
TSTR  Buf,
UINT  BufLen 
)

Get the text from a tree view item.
BufLen is the buffer length in TCHARs, not bytes.

Definition at line 1493 of file UserUtil.cpp.