HRESULT FoldersTree_GetItemData(HWND hwnd, HTREEITEM hItem, void **pptr);
[in] HWND hwnd
Handle to the control.
[in] HTREEITEM hItem
Handle of the item.
[out] void **pptr
Pointer to the variable in which to return the data.
Returns the user data associated with an item of a FoldersTree control.
Do not use lParam member of TVITEM
struct to store
your data because it is used internally by FodlersTree control
implementation.
See also: FoldersTree_SetItemData, FoldersTree_GetData.