|
uLib
User mode C/C++ extended API library for Win32 programmers.
|
Additional tree view APIs...
Functions | |
| bool | TreeView_GetItemText (HWND hTree, HTREEITEM hItem, TSTR Buf, UINT BufLen) |
| 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.