I am trying to debug some Tree View code, and I want to check that the HTREEITEM
returned by CTreeCtrl.InsertItem
is valid in memory.
However I cannot find any documentation for HTREEITEM
in any of the places I usually check (Google, MSDN, Coworkers), only a whole bunch of people asking the same question.
Do you know what HTREEITEM
is defined as? Do you know any good links that detail the internal structure of a HTREEITEM
?
I am working in C++, but C references would also be helpful.