in reply to Re^2: traverse tree view and set the contents
in thread traverse tree view and set the contents

You might be able to use that handle to make a Win32::GUI::TreeView object like this
use Win32::GUI; my $tree = bless( { '-type' => 0, '-name' => 'Guessing', '-handle' => $treehandle, '-accel' => 0 }, 'Win32::GUI::TreeView' )
then maybe you can set/change data easier