I have an object of the my own class and CTreeCtrl
.
I have opportunity add items to CTreeCtrl
like
hTree = treeObject->InsertItem(L"All object", TVI_ROOT);
This code add items with text. Have i opportunity to add items with consist pointer of my object?